Jump to content

I just watched the episode on automating backup with Amazon Glacier


G+_Jeff Laforge
 Share

Recommended Posts

I just watched the episode on automating backup with Amazon Glacier. I back up specific folders and use a batch file for them all in one file. I have this batch scheduled to run once a week in Task Scheduler. An examle for the .bat file is:

 

cd c:\Program Files\FastGlacier

glacier-sync MyPictures n:\[folder1] us-west-2 MyPictures/[folder1] ncdkhs

glacier-sync MyPictures n:\[folder2] us-west-2 MyPictures/[folder2] ncdkhs

glacier-sync MyPictures n:\[folder3]us-west-2 MyPictures/[folder3] ncdkhs

pause

 

I have the PAUSE in there so I can manually close the CMD window and know the backup has run

Link to comment
Share on other sites

 Share

×
×
  • Create New...