Initial import.
This commit is contained in:
3
sample/atticmatic.cron
Normal file
3
sample/atticmatic.cron
Normal file
@@ -0,0 +1,3 @@
|
||||
# You can drop this file into /etc/cron.d/ to run atticmatic nightly.
|
||||
|
||||
0 3 * * * root /usr/local/bin/atticmatic
|
||||
12
sample/config
Normal file
12
sample/config
Normal file
@@ -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
|
||||
3
sample/excludes
Normal file
3
sample/excludes
Normal file
@@ -0,0 +1,3 @@
|
||||
*.pyc
|
||||
/home/*/.cache
|
||||
/etc/ssl
|
||||
Reference in New Issue
Block a user