Initial import.

This commit is contained in:
2014-10-30 22:34:03 -07:00
commit 6dff335c8b
10 changed files with 212 additions and 0 deletions

3
sample/atticmatic.cron Normal file
View 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
View 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
View File

@@ -0,0 +1,3 @@
*.pyc
/home/*/.cache
/etc/ssl