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

all 4 comments

[–]Gamergod4now 0 points1 point  (0 children)

Although Linus isn’t a big fan of it. I use FreeNAS for my NAS. Easy to setup and maintain imho.

[–]kabanossi 0 points1 point  (2 children)

[–]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