initial commit
This commit is contained in:
3
templates/duplicity.cnf.j2
Normal file
3
templates/duplicity.cnf.j2
Normal file
@ -0,0 +1,3 @@
|
||||
export PASSPHRASE="{{ duplicity_s3_passphrase }}"
|
||||
export AWS_ACCESS_KEY_ID={{ duplicity_s3_access_key }}
|
||||
export AWS_SECRET_ACCESS_KEY={{ duplicity_s3_secret_key }}
|
21
templates/exclude.list.j2
Normal file
21
templates/exclude.list.j2
Normal file
@ -0,0 +1,21 @@
|
||||
/var/lib/bareos
|
||||
/dev
|
||||
/media
|
||||
/mnt
|
||||
/proc
|
||||
/sys
|
||||
/tmp
|
||||
/var/cache
|
||||
/var/tmp
|
||||
/var/lib/mongodb
|
||||
/var/lib/mysql
|
||||
/var/lib/postgresql
|
||||
/var/lib/redis
|
||||
/var/lib/solr
|
||||
/var/lib/elasticsearch
|
||||
/var/spool/postfix
|
||||
/var/www
|
||||
/VMs
|
||||
/.journal
|
||||
/.fsck
|
||||
/zpve
|
Reference in New Issue
Block a user