When comparing rsync vs CrashPlan, the Slant community recommends rsync for most people. In the question“What are the best backup programs for Linux?” rsync is ranked 3rd while CrashPlan is ranked 14th. The most important reason people chose rsync is:
Only the changed parts of files are synced. For instance, if a long log file increases by just a few lines of text, a small diff will be sent to and saved in the archive. Rsync also compresses data in transit.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Fast and bandwidth efficient
Only the changed parts of files are synced. For instance, if a long log file increases by just a few lines of text, a small diff will be sent to and saved in the archive. Rsync also compresses data in transit.
Pro Works over SSH
SSH support allows sending files securely over the network by encrypting all communcation.
Pro Pre-installed on OSX and most Linux distributions
Many *nix systems bundle rsync so there's nothing to install. All you need to do is open up the terminal and start using rsync.
Pro Free and open source
Licensed under GNU.
Pro Unintrusive
You set it up once and from then it runs in the background whenever you are not using your computers (or at specified times).
Pro Supports multiple backup destinations
You can set up different files/folders to back up to specific places.
Pro Differential and incremental file backup
CrashPlan updates only that part of the file that has changed, saving bandwidth and time.
Pro Unlimited online storage
The $5/mo individual plan and the $12.50/mo family plan gets you unlimited cloud storage.
Pro Allows custom encryption keys
Custom 448 bit user-provided encryption key can be used to encrypt the backed up data in the cloud.
Pro Users can order a physical copy of their data
They will send you an external hard drive to your house.
Pro Unlimited revision history
CrashPlan saves all previous versions of a file.
Cons
Con No official GUI
To use rsync, you have to know your way around the command line.
Con Complicated, and you can accidentally overwrite the wrong files
Con Buggy
Con Home edition discontinued
CrashPlan's home edition will be shut down on October 23, 2018. They are no longer accepting new signups or subscription renewals.
Con Popular features (local backup and trusted offsite backup) no longer available
Con Heavy client
The BackupClient is based on Java and therefore a lot more memory-intensive than most other backup solutions