Author |
Message |
budhax
Joined: 12 Jan 2008 Posts: 18
|
Posted: Tue Feb 23, 2021 9:53 pm Post subject: Command Line to sync multiple sources/targets ? |
|
|
Hello,
What is the Command Line to sync multiple sources/targets:
Code: | C:\USB\ => E:\
C:\USB\ => D:\ |
with those 3 options (ON):
- Continue even if some source/target folders are inaccessible.
- incsub
- autocompare
Thanks and regards,
Sam |
|
Back to top |
|
|
TGRMN Software Site Admin
Joined: 10 Jan 2005 Posts: 8762
|
Posted: Thu Feb 25, 2021 1:02 am Post subject: |
|
|
Hi, create a profile with no sources or targets but with all the options you need in it and save it. Then use it on the command line with sources and targets. thanks _________________ --
TGRMN Software Support
http://www.tgrmn.com
http://www.compareandmerge.com |
|
Back to top |
|
|
Guest
|
Posted: Sat Feb 27, 2021 1:49 pm Post subject: |
|
|
Hello,
I can create a profile with no source/target, but, in this case:
- I cannot access the option INCLUDE SUBFOLDERS, because it is present only in the popup "Source/Target Selection".
- I cannot turn ON the option "Continue even if some source/target folders are inaccessible"(A), because it stay disabled (grey) when no paire source/target is added.
So, sorry, I dont understand your process.
If possible, I would like to merge those 2 Command Lines in 1 CL (with option A turned on):
Code: | ViceVersa.exe /source:"C:\USB\" /target:"E:\" /incsub /autocompare
ViceVersa.exe /source:"C:\USB\" /target:"D:\" /incsub /autocompare |
Thanks in advance and regards.[/img] |
|
Back to top |
|
|
budhax
Joined: 12 Jan 2008 Posts: 18
|
Posted: Sun Feb 28, 2021 12:10 pm Post subject: |
|
|
My goal (if possible), is to sync a multiple source/target paires of folders, using Command Line without using any profile .FSF file.
Something like this:
Code: | ViceVersa.exe /source:"C:\USB\|C:\USB\" /target:"E:\|D:\" /incsub /autocompare /continueIfInaccessible |
PS: I'm the author of the previous (Guest) message.
Thanks in advance and regards. |
|
Back to top |
|
|
TGRMN Software Site Admin
Joined: 10 Jan 2005 Posts: 8762
|
Posted: Mon Mar 01, 2021 12:26 am Post subject: |
|
|
Hi, try
ViceVersa "C:\test\profile.fsf" /source:"C:\USB|C:\USB" /target:"/target:"E: |D:" /autocompare
in this case, the profile c:\test\profile.fsf is loaded and the profile source is substituted with C:\USB|C:\USB and the target with ED:.
The other settings are taken from c:\test\profile.fsf _________________ --
TGRMN Software Support
http://www.tgrmn.com
http://www.compareandmerge.com |
|
Back to top |
|
|
budhax
Joined: 12 Jan 2008 Posts: 18
|
Posted: Tue Mar 02, 2021 12:09 pm Post subject: |
|
|
TGRMN Software wrote: | Hi, try
ViceVersa "C:\test\profile.fsf" /source:"C:\USB|C:\USB" /target:"/target:"E: |D:" /autocompare
in this case, the profile c:\test\profile.fsf is loaded and the profile source is substituted with C:\USB|C:\USB and the target with ED:.
The other settings are taken from c:\test\profile.fsf |
Problem solved. Thanks a lot |
|
Back to top |
|
|
TGRMN Software Site Admin
Joined: 10 Jan 2005 Posts: 8762
|
|
Back to top |
|
|
|