mirror of
https://github.com/borgmatic-collective/borgmatic.git
synced 2026-08-06 16:23:00 +02:00
Initial import.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
# You can drop this file into /etc/cron.d/ to run atticmatic nightly.
|
||||
|
||||
0 3 * * * root /usr/local/bin/atticmatic
|
||||
@@ -0,0 +1,12 @@
|
||||
[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 policy for how many backups to keep in each category.
|
||||
[retention]
|
||||
keep_daily: 7
|
||||
keep_weekly: 4
|
||||
keep_monthly: 6
|
||||
@@ -0,0 +1,3 @@
|
||||
*.pyc
|
||||
/home/*/.cache
|
||||
/etc/ssl
|
||||
Reference in New Issue
Block a user