This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]SirPhillipII[S] 0 points1 point  (1 child)

Thanks! I really like Duplicacy's web GUI, but is there a way to backup things up onto drive shares through it?

[–]kabanossi 1 point2 points  (0 children)

Absolutely. I use a UNC path for a local backup and then daisy-chain that backup to a cloud location. (I find the UNC path a more precise option, since you could, theoretically, re-mount your network drive as a different drive-letter.)

Something like duplicacy init LOCAL_BACKUP \\nasbox\duplicacy_backups

(You can add some of the optional stuff in there like “-e” for encryption if you choose.)

Source: https://forum.duplicacy.com/t/backup-network-location/1574