Skip to content

Moves files from Amazon S3 to Glacier on a regular basis. Allows for complete backup of your s3 Bucket.

Notifications You must be signed in to change notification settings

joshlyford/node-aws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

s3 to Glacier

Move files to Glacier from S3

Installation

$ npm install

Start Backup

$ curl -H "Content-Type: application/json" -X POST -d
'{ "type": "build_backup_jobs", "data": { }, "options" : {} }' http://localhost:3000/job

curl -H "Content-Type: application/json" -X POST -d
'{ "type": "crawl_dir", "data": { "dir":"/Volumes/cluster34/1" }, "options" : {} }'

About

Moves files from Amazon S3 to Glacier on a regular basis. Allows for complete backup of your s3 Bucket.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published