I attempted to do it with the sync command but it tries to delete files from the target bucket that aren't in the source bucket. how can i move two buckets into one bucket with s3cmd
?
The situation is that i set it up with the idea that we would use multiple buckets, but the client would like to instead use a single bucket for all files.
when i try it with --skip-existing
flag it 6559 files at destination to delete
which caused me to panic so i just CTRL-C
'd the script. I resync'd the first bucket again to be sure and it says 13 target files were to be deleted, but when i go to the bucket they are still there. is it safe to assume that skip existing will prevent it from deleting the files from the remote bucket that aren't present in the source bucket?