config 790 B

123456789101112131415161718192021222324
  1. [location]
  2. # Space-separated list of source directories to backup.
  3. source_directories: /home /etc
  4. # Path to local or remote repository.
  5. repository: user@backupserver:sourcehostname.attic
  6. [retention]
  7. # Retention policy for how many backups to keep in each category. See
  8. # https://attic-backup.org/usage.html#attic-prune or
  9. # https://borgbackup.github.io/borgbackup/usage.html#borg-prune for details.
  10. #keep_within: 3h
  11. #keep_hourly: 24
  12. keep_daily: 7
  13. keep_weekly: 4
  14. keep_monthly: 6
  15. keep_yearly: 1
  16. #prefix: sourcehostname
  17. [consistency]
  18. # Space-separated list of consistency checks to run: "repository", "archives",
  19. # or both. Defaults to both. Set to "disabled" to disable all consistency
  20. # checks. See https://attic-backup.org/usage.html#attic-check for details.
  21. checks: repository archives