Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.28 KB | None | 0 0
  1. [backup]
  2. recipe = collective.recipe.backup
  3. location = ${buildout:directory}/var/backups
  4. keep = 7
  5. datafs = var/filestorage/Data.fs
  6. additional_filestorages =
  7.     intranet/Data
  8. full = True
  9. debug = False
  10. snapshotlocation = ${buildout:directory}/var/snapshotsbackups
  11. gzip = True
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement