S3Sync.net

General Category => Questions => Topic started by: sigurross on October 06, 2010, 07:05:17 PM



Title: full backup everytime?
Post by: sigurross on October 06, 2010, 07:05:17 PM
This is probably a dumb question but I'm very new to both AWS and s3sync. 

If I schedule the following to run weekly will it do a full backup everytime or just upload changed or new files?

s3sync.rb -r -v --ssl d:/ vihhbu:/

Let me know.  Thanks.

- Jason


Title: Re: full backup everytime?
Post by: ferrix on October 08, 2010, 09:53:01 AM
sync is always "changes" only.  If you want to also remove files from s3 that are no longer on D:, you need --delete too.