I am trying to figure out how to backup some data on S3.
We have a local backup system implemented using rsnapshot, and this works fine. We are trying to use s3cmd with the --sync option to simulate rsync to transfer files.
The problem we are facing is that symbolic links are not created as symbolic links, they seem to solve them in a physical file and load them. Does anyone have any suggestions as to why this will happen?
I am wondering if I am missing something obvious or that S3 is simply not suitable for this kind of operation. I could install an EC2 instance and attach some EBS, but it would be preferable to use S3.
amazon amazon-s3 backup s3cmd
Iain mckay
source share