Comment on What is your preferred method for backing up several TB of data?
jkrtn@lemmy.ml 8 months agoThis would be self-hosted and local, one of the locations in a 3-2-1 strategy. BackBlaze would work for an offsite but I already have that portion covered.
deegeese@sopuli.xyz 8 months ago
So you want a local self hosted backup, but also not a full copy? So like backup only recently changed files?
jkrtn@lemmy.ml 8 months ago
I want like one local device to have a full copy, but the devices writing new data into that one do not need a full copy.
deegeese@sopuli.xyz 8 months ago
I think you just described using a NAS as primary storage.
jkrtn@lemmy.ml 8 months ago
Do you have a software you like for that?
ironsoap@lemmy.one 8 months ago
In technical terms you mean doing an incremental or differential back up to a local network storage location, correct?
jkrtn@lemmy.ml 8 months ago
“Incremental” sounds right. I want it to act like rsync without deleting files on the destination, so all the folders are merged. (It would be cool if it kept versions but I don’t absolutely need that.) Tools like Borg or Restic look great, but I have been searching to see if they support this kind of usage and they seem not to.