I am looking for a stable solution to replace a classic server backup to another server using rsync
.
I have to sync a whole filesystem (more than 1Tb) to Amazon S3.
Where am I?
Solution 1:
I mapped the S3 bucket to a mounting point in the system using s3fs
.
System gets unstable and traffic is really slow. This is no way a solution.
Solution 2:
Using s3cmd sync
command. Everything goes smooth at good speeds (at least for less than 2Gb folders).
The problem comes when I try to sync all the filesystem on the server (with some exclusions). The process just hangs.
Any hints?