Quote:
Originally Posted by soulfuldog
@ eschwartz, did you post instructions on how to use task scheduler in Windows to automatically save any changes to a certain folder (like your Dropbox folder) at one point? I'm sure I had something like this set up but just checked and my local back-up hasn't been updated since October, so something has went wrong!
|
I have mentioned setting cron jobs under linux, which is more or less the same concept.
All you do is setup rsync with the right options and exclusions and stuff, make a bash script to run those commands, and run said bash script at regular intervals.
You can do the same thing with FreeFileSync:
http://www.trustyetc.com/trustyblog/...-freefilesync/
You setup FreeFileSync to do what you want, then go to File ==> Save and you can save the settings to run FreeFileSync with that setup via a script. Then go to Task Scheduler and schedule FreeFileSync to run regularly, with the saved settings file as a parameter.