config 458 B

1234567891011121314151617
  1. [location]
  2. # Space-separated list of source directories to backup.
  3. source_directories: /home /etc
  4. # Path to local or remote Attic repository.
  5. repository: user@backupserver:sourcehostname.attic
  6. [retention]
  7. # Retention policy for how many backups to keep in each category.
  8. # See https://attic-backup.org/usage.html#attic-prune for details.
  9. #keep_within: 3h
  10. #keep_hourly: 24
  11. keep_daily: 7
  12. keep_weekly: 4
  13. keep_monthly: 6
  14. keep_yearly: 1
  15. #prefix: sourcehostname