summaryrefslogtreecommitdiff
path: root/.duply/iris-spwhitton-home/conf
blob: 8a6c5e57b986d09584356b8b31e190f5383e8685 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# to get documentation on these options, run "duply sample create" and
# you'll find a fully-commented configuration file in
# ~/.duply/sample/conf

. "$HOME/local/auth/duply/iris-spwhitton-home"

#GPG_TEST='disabled'

# we backup iris to S3 rather than rsync.net because iris roams
# between WiFi networks, and so we want duplicity to backup over HTTP,
# so backups can go ahead when SSH ports are blocked
TARGET='s3://s3.amazonaws.com/iris-spwhitton-home/'

SOURCE='/'
FILENAME='.duplicity-ignore'
DUPL_PARAMS="$DUPL_PARAMS --exclude-if-present '$FILENAME'"
MAX_AGE=4M
MAX_FULL_BACKUPS=2
MAX_FULLBKP_AGE=1M
DUPL_PARAMS="$DUPL_PARAMS --full-if-older-than $MAX_FULLBKP_AGE "
#VERBOSITY=5
#TEMP_DIR=/tmp
DUPL_PARAMS="$DUPL_PARAMS --asynchronous-upload "
#DUPL_PARAMS="--log-file /var/log/duplicity.log "
DUPL_PARAMS="$DUPL_PARAMS --s3-use-new-style --s3-unencrypted-connection --s3-use-multiprocessing "