gkiefer/backup2l

Google Drive doesn’t support symlinks, so all.1.new.gz doesn’t get copied

sideshowbarker opened this issue · 3 comments

Google Drive doesn’t support symlinks, so when I copy a set of backup2l-generated files to my Google Drive storage, the all.1.new.gz file doesn’t get copied.

I suspect that other services such as Amazon Cloud Drive may also lack support for symlinks.

I use the rclone tool to copy backups to Google Drive and then to copy them back again, so the problem I have is, that all.1.new.gz symlink doesn’t get round-tripped.

So I would like for backup2l to either just always create all.1.new.gz by copying rather than symlinking, or to at least provide an option for doing that.

Ah yeah, I had forgotten about the POST_BACKUP function—thanks, will try that!

(Going ahead and closing this as resolved to my satisfaction.)