Hi all,
I'm having this problem where only the first sub-directory of my source is getting synced.
I have a backup server (where my other servers backup) which I want to backup to S3 (so a backup of a backup). The structure is as follows:
/backups/server1
/backups/server2
/backups/server3
When I run the following:
ruby s3sync.rb -r -s -v /backups $BUCKET:$PREFIX
Only server1 gest synced. The sync works, ends normally (no error), but all other sub-directory (server2, server3, etc) never get touched. The target folders don't get created, the source folders don't get synced. The sync just stops after the first sub-directory.
Anything I'm missing?
Thanks