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

Support URL-encoded strings for the file:// backend #189

Closed paulprovost closed 1 year ago

paulprovost commented 5 years ago

My backup destination for the file:// backend had spaces in it. Since duplicity supports them but du does not, I added a step to urldecode the destination file path.

I added a small bash function to do the work.