zertrin / duplicity-backup.sh

Bash wrapper script for automated backups with duplicity supporting Amazon's S3 online storage as well as other storage destinations (ftp, rsync, sftp, local storage...).
https://zertrin.org/projects/duplicity-backup/
GNU General Public License v3.0
766 stars 187 forks source link

Archive-dir option? #194

Closed n3b0r closed 4 years ago

n3b0r commented 4 years ago

Hi,

There is a specific option to configure the duplicity --archive-dir option in the config script or I have to add it into the extra options flag?

I'm trying to move the default cache folder from /root/.cache to another directory.

This is my need: https://serverfault.com/a/931846

Thanks,

zertrin commented 4 years ago

Yes, anything that is not covered by the example config file and that can be configured as an argument to duplicity can (and should) go in the extra option variable, aka STATIC_OPTIONS.