collective.recipe.backup
— это обвязка вокруг bin/repozo, так говорит
документация
(http://plone.org/products/collective.recipe.backup).
This recipe is
mostly a wrapper around the bin/repozo script in your Zope buildout.
It requires that this script is already made available. If this is
not the case, you will get an error like this when you run one of the
scripts: bin/repozo: No such file or directory. You should be fine
when you are on Plone 3 or when you are on Plone 4 and are using
plone.recipe.zeoserver. If this is not the case, the easiest
way of getting a bin/repozo script is to add a new section in your
buildout.cfg (do not forget to add it in the parts directive):
[repozo] recipe = zc.recipe.egg eggs = ZODB3 scripts = repozo
bin/repozo is a Zope
script to make backups of your Data.fs. Looking up the settings can
be a chore. And you have to pick a directory where to put the
backups. This recipe provides sensible defaults for your common
backup tasks. Making backups a piece of cake is important!
- bin/backup makes an incremental backup.
- bin/fullbackup always makes a full backup.
- bin/restore restores the latest backup.
- bin/snapshotbackup makes a full backup, separate from the regular backups. Handy for copying the current production database to your laptop or right before a big change in the site.
Незаменимая
вещь, делает сохранение и восстановление
БД Plone/Zope не просто легким а очень легким.
Musthave.
original post http://vasnake.blogspot.com/2014/01/backup.html
Комментариев нет:
Отправить комментарий