C-Duv / sysadmin-scripts

Collection of scripts used for system administration.
GNU General Public License v3.0
9 stars 4 forks source link

duplicityBackup: Follow symbolic links declared in configuration file #2

Closed C-Duv closed 10 years ago

C-Duv commented 10 years ago

Duplicity doesn't follow symbolic links (that's the way it is). To backup a directory, one must use the absolute real path in configuration file.

As long as Duplicity doesn't provide a solution (cf. https://bugs.launchpad.net/duplicity/+bug/721599), it is be possible for the script to accept symbolic links in configuration file and expand them to realpath at runtime. That would be useful in some cases.