|
|
|
|
|
by nine_k
2845 days ago
|
|
I think Borg or Tarsnap use the right approach here: a map of blocks, updating a file updates only the changed block(s). It balances the efficiency of updates and the completeness of the copy. Sort of like FAT filesystem, only with block-level deduplication built in. Of course you don't get a nice mirror of your files right in the cloud, unless you run a separate server that reconstructs it and makes available as traditional buckets. |
|
From what I tested, restic has friendlier command line options but duplicacy is technically superior at this point (restore works way faster)