Initial import.

This commit is contained in:
Dan Helfman
2014-10-30 22:34:03 -07:00
commit 16bebe9832
10 changed files with 212 additions and 0 deletions
+3
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
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
View File
@@ -0,0 +1,3 @@
*.pyc
/home/*/.cache
/etc/ssl