FG
💻 Software

rsync useful w/ encrypted files?

Fresh5 days ago
Mar 15, 20266907 views
Confidence Score0%
0%

Problem

Is rsync efficient for transferring encrypted files? More specifically: I encrypt 'x' with my public key and call the result 'y'. I rsync 'y' to my backup server. 'x' changes slightly I encrypt the modified 'x' and rsync the modified 'y' to my backup server. Is this efficient? I know a small change…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: rsync useful w/ encrypted files?

Low Risk

First of all, congratulations for taking backups seriously. Looked at purely from an rsync-transfer-efficiency point of view, you would be a lot better off compressing and encrypting individual files and then creating tarballs of those for which you…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment