mirror of
https://github.com/borgmatic-collective/borgmatic.git
synced 2026-07-29 21:03:02 +02:00
13 lines
318 B
Plaintext
13 lines
318 B
Plaintext
[location]
|
|
# Space-separated list of source directories to backup.
|
|
source_directories: /home /etc
|
|
|
|
# Path to local or remote Attic repository.
|
|
repository: user@backupserver:sourcehostname.attic
|
|
|
|
[retention]
|
|
# Retention policy for how many backups to keep in each category.
|
|
keep_daily: 7
|
|
keep_weekly: 4
|
|
keep_monthly: 6
|