It's possible to make a Batch program that backup a folder files from my external hd to pc hdd, anytime I add or change a file?

我与影子孤独终老i 提交于 2019-12-12 00:16:21

问题


I'm a graphic designer and I use my external hd frequently to move psd/jpeg/png/tiff files from my laptop at home to my Work PC and vice versa. But as a precaution before modifying or adding a file I copy it to a folder. It's possible to make it automatically? And it's easy to make on Batch?

Thanks for help!


回答1:


Robocopy is your friend google it and have a look. It's a very powerful program by sysinternals (owned by Microsoft). Or if you want a nice GUI to go with it use SyncToy (https://www.microsoft.com/en-gb/download/details.aspx?id=15155) which can be run with a batch file (including arguments) or made into a scheduled task.



来源:https://stackoverflow.com/questions/32301313/its-possible-to-make-a-batch-program-that-backup-a-folder-files-from-my-externa

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!