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

Export SWIFT_REGIONNAME and SWIFT_TENANTNAME #187

Closed intelligide closed 5 years ago

zertrin commented 5 years ago

Hi,

Thanks for the pull request. Since you are adding export to config variables in the main script, could you also add the corresponding commented out examples in the demo config file, with dummy values?

Thanks