|
|
|
|
|
by johntash
1680 days ago
|
|
Borg sequentially scans your filesystem for changes and only then starts backing up changed data. (tbf: a lot of backup tools seem to do this) Restic scans your filesystem for changes, and then also starts backing up the changes it finds in parallel while it is still scanning for more changes. When you have millions of files, this makes a huge difference. |
|