G+_Jeff Laforge Posted September 5, 2014 Share Posted September 5, 2014 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 More sharing options...
Recommended Posts