| Version | 0.2 |
|---|---|
| Publisher | MobilApp.nu |
| Release date | May 10, 2009 |
| Date added | May 26, 2009 |
| Os requirements | Windows 2000/XP/2003/Vista/Server 2008/7 |
| Requirements | None |
| Total downloads | 2,057 |
| Downloads per week | 1 |
| Price | Free |
Description
S3copy is a simple tool to copy a file to Amazon S3 (Simple Storage Service). Amazon S3 has many uses, one great way to use it is as a cheap off site backup for your PC or servers (I pay less than $1 per month for my backup storage there)
You can easily automate your backups using a simple bat or cmd file and S3copy. S3copy is a very simple copy routine, you can only copy one file at a time, no wild cards etc. I will probably extend it in the future, for example a delete routine so I can also automate deleting old backups. Syntax: s3copy Localpath Bucket Filename AccessKeyId SecretAccessKey. Example: s3copy.exe c:\backup\ mybackupbucket backup.rar MyAccessKeyId MySecretAccessKey.
It's a single exe file. No need to install anything. Feel free to use it if you like.