Hi there,
currently I am using duplicity to generate backups on a ftp storage. Now I would like to sync the new/changed/deleted files from the ftp backup space to my webdav cloud storage.
(configuration: duplicity generates once a week a full backup and the days between incremental backups.)
My question:
Does anyone know a tool/programm which is able to copy from remote ftp to remote webdav - and has something like synchronisation functionality to only copy new files?
Additional information:
Currently I switched to duplicity using this plugin: https://github.com/zertrin/duplicity-backup - it is running very good at the moment.