Created
April 18, 2013 18:37
-
-
Save toshimaru/5415149 to your computer and use it in GitHub Desktop.
[Windows] sync amazon S3 with DragonDisk Command line sync tool.
http://www.dragondisk.com/download-amazon-s3-client-google-cloud-storage-client.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SET DGTOOLS_ACCESS_KEY=XXXXXXXXXXXXX | |
SET DGTOOLS_SECRET_KEY=XXXXXXXXXXXXXXXXXXXXXXXXXX | |
dgsync -v --ssl --dont-delete --endpoint "s3-ap-northeast-1.amazonaws.com" "C:\Users\toshi\picture" "s3://your-s3-bucket/picture" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment