Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ranjancse26/glaciersync
Automatically Backup your home directory to Amazon Glacier
https://github.com/ranjancse26/glaciersync
Last synced: about 1 month ago
JSON representation
Automatically Backup your home directory to Amazon Glacier
- Host: GitHub
- URL: https://github.com/ranjancse26/glaciersync
- Owner: ranjancse26
- Created: 2020-11-29T11:29:03.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2015-09-15T13:24:04.000Z (over 9 years ago)
- Last Synced: 2023-03-30T22:04:29.447Z (over 1 year ago)
- Size: 863 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
###GlacierSync
####Setup
This is simple .net command line program that will archive (zip) a directory then upload it to an Amazon Glacier "Vault". It displays a progress bar as it archives your files locally and again as it uploads your archive to Glacier.
To get it up and running, edit the App.config file to point it to a directory you want archived and specify your vault name.
You'll also need to create a file called 'localsettings.config' which will contain your AWSAccessKey and AWSSecretKey.
The localsettings.config is excluded by the gitignore file so you don't need to worry about accidentally checking in your private credentials.