Page 1 of 1
Using sync folders on schedule to mirror drives...
Posted: 25 Jan 2022 01:44
by GUIguy
I have a drive that I want to mirror to another drive. I've been using "FreeFileSync" but that's just one more piece of software. I think XY can do this for me using Sync Folders.
How can I set this up to work on a schedule? I was thinking about something in task scheduler (win 10), but don't know how to set it up in order to get it scheduled.
Any help out there?
Re: Using sync folders on schedule to mirror drives...
Posted: 25 Jan 2022 19:56
by Norn
Only backups...
1.Schedule tasks + AHK + XY's CID(Shift+F9 | Jump)
2.Goodsync
Re: Using sync folders on schedule to mirror drives...
Posted: 25 Jan 2022 20:05
by highend
Windows scheduler, XY command line options for loading a script, sync script command
Re: Using sync folders on schedule to mirror drives...
Posted: 25 Jan 2022 21:10
by Norn
I didn't know that.
Invalid source path?:
Code: Select all
"D:\XYplorer\XYplorer.exe" /script="::sync "E:\Ca\","E:\Trr",1,2,1,n;"
Works fine:
Code: Select all
"D:\XYplorer\XYplorer.exe" /script="::#1420;"
Re: Using sync folders on schedule to mirror drives...
Posted: 25 Jan 2022 21:32
by highend
Wrong quoting
Re: Using sync folders on schedule to mirror drives...
Posted: 27 Jan 2022 08:24
by admin
Undoubled double quotes within double quotes cannot work. Try to think like a parser. One solution: use single quotes within double quotes.