1
0
mirror of https://github.com/gilbertchen/duplicacy synced 2025-12-06 00:03:38 +00:00

Update README.md

This commit is contained in:
gilbertchen
2017-07-07 15:02:08 -04:00
committed by GitHub
parent 93a61a6e49
commit f9ede565ff

View File

@@ -280,7 +280,6 @@ The following table compares the feature lists of all these backup tools:
Duplicacy is not only more feature-rich but also faster than other backup tools. The following table lists the running times in seconds of backing up the [Linux code base](https://github.com/torvalds/linux) using Duplicacy and 3 other tools. Clearly Duplicacy is the faster by a comfortable margin.
<center>
| | Duplicacy | restic | Attic | duplicity |
|:------------------:|:----------------:|:----------:|:----------:|:-----------:|
@@ -297,7 +296,6 @@ Duplicacy is not only more feature-rich but also faster than other backup tools.
| 11th backup | 4.6 | 9.1 | 16.8 | 28.1 |
| 12th backup | 7.4 | 12.0 | 21.7 | 37.4 |
</center>
For more details and other speed comparison results, please visit https://github.com/gilbertchen/backup-tools-comparison. There you can also find test scripts that allow you to run your own experiments.