## Default: testconnect = no tmpdir = /data/backups/backup-duplicity/tmp options = --volsize 1000 --archive-dir=/data/backups/backup-duplicity/ --name backup-duplicity-cache --tempdir=/data/backups/backup-duplicity/tmp [gpg] # Using symetric encryption for archive files # Note that an encryption method is mandaory, either with symetric or private keys # Don't forget to note that password somewhere ! #sign = no encryptkey = yourkeygivenby;gpg --list-keys password = ************ #signkey = yourkeygivenby;gpg --list-keys #signpassword = ********* sign = no signkey = dummy_key signpassword = dummy_password [source] ## files to include in the backup include = /etc include = /home/ include = /var/lib/lxc include = /data/backups/backup-duplicity/mysql # files to exclude from the backup ##exclude = /home/*/.gnupg [dest] ## perform an incremental backup? (default = yes) ## if incremental = no, perform a full backup in order to start a new backup set ## ## Default: # incremental = yes ## how many days of incremental backups before doing a full backup again ; ## default is 30 days (one can also use the time format of duplicity). ## if increments = keep, never automatically perform a new full backup ; ## only perform incremental backups. ## ## Default: # increments = 30 ## how many days of data to keep ; default is 60 days. ## (you can also use the time format of duplicity) ## 'keep = yes' means : do not delete old data, the remote host will take care of this ## ## Default: # keep = 60 # for how many full backups do we keep their later increments ; # default is all (keep all increments). # increments for older full backups will be deleted : only the more # recent ones (count provided) will be kept # ## Default: # keepincroffulls = all # Adjust these to your own taste: ici un seul full backup glissant sur 30 jours incremental = yes increments = 30 keep = 32 keepincroffulls = 1 ## full destination URL, in duplicity format; if set, desturl overrides desturl = ftp://login@serveurftp.net/mesbackups ftp_password = ********* ## bandwith limit, in KB/s ; default is 0, i.e. no limit ## if using 'desturl' above, 'bandwidthlimit' must not be set ## an example setting of 128 KB/s would be: ## bandwidthlimit = 128 ## ## Default: bandwidthlimit = 0 destuser = monuser