Saturday, May 11, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 1329  / 2 Years ago, fri, april 1, 2022, 9:42:20

This is a follow-up to this question.
I have the possibility to use rsync, ftp, cifs or ftp for my remote backups, provided I can get them to work with the duplicity command line, of course.



Will duplicity leverage any advantages of the protocol in use?



If so, which will perform best on big sets (~100 GB) of data?


More From » performance

 Answers
7

rsync is generally perceived to be the fastest of these options, the main reason being that the data is split in chunks and only the new chunks are actually transferred (for example, in a large file of which only small fragment has been modified).



Rsync can also compress data on the fly (just like scp does it); moreover, rsync uses ssh behind the scenes (yes, it can also use ftp: for example, mount the ftp server locally over fuse and use rsync to synchronize the data), so with the exception of compression and the above algorithm, rsync will not be greatly faster than scp.



Unfortunately, that all depends on how duplicity is using rsync. Duplicity files are compressed, so compression will not change much.



If I were you, I would test the different combinations myself before deciding upon one of them.


[#35287] Saturday, April 2, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
eatack

Total Points: 245
Total Questions: 120
Total Answers: 113

Location: Estonia
Member since Wed, Jun 8, 2022
2 Years ago
eatack questions
Sun, Mar 6, 22, 20:44, 2 Years ago
Tue, Feb 8, 22, 20:50, 2 Years ago
Sat, May 20, 23, 13:30, 1 Year ago
;