mirror of
https://github.com/jkl1337/duplicacy.git
synced 2026-01-02 19:54:54 -06:00
Update README.md
This commit is contained in:
@@ -181,7 +181,7 @@ necessity for better deduplication. For instance, if multiple machines can back
|
|||||||
|
|
||||||
[restic](https://restic.github.io) is a more recent addition to the long list of backup tools. It is worth mentioning here because like Duplicacy, it is written in Go. Like bup, it uses a format similar to the git packfile format, but not exactly the same. Multiple clients backing up to the same storage are still guarded by
|
[restic](https://restic.github.io) is a more recent addition to the long list of backup tools. It is worth mentioning here because like Duplicacy, it is written in Go. Like bup, it uses a format similar to the git packfile format, but not exactly the same. Multiple clients backing up to the same storage are still guarded by
|
||||||
[locks](https://github.com/restic/restic/blob/master/doc/Design.md#locks).
|
[locks](https://github.com/restic/restic/blob/master/doc/Design.md#locks).
|
||||||
A command to delete old backups is in the developer's [plan](https://github.com/restic/restic/issues/18). S3 storage is supported, although it is unclear how hard it is to port it to other clould storage APIs because of the use of locks. Overall, it still falls in the same category as Attic and whether not no it will become superior to Attic is at best questionable.
|
A command to delete old backups is in the developer's [plan](https://github.com/restic/restic/issues/18). S3 storage is supported, although it is unclear how hard it is to port it to other clould storage APIs because of the use of locks. Overall, it still falls in the same category as Attic and whether or not it will become superior to Attic is at best questionable.
|
||||||
|
|
||||||
The followsing table compares the feature lists of all these backup tools:
|
The followsing table compares the feature lists of all these backup tools:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user