Re: stuck on synchronize command, plus want to do more...
It looks mostly good. Except that there's no
Put your desired
Note that simple scripting does not support concurrent transfers. For that see:
Automating transfers or synchronization in parallel connections over SFTP/FTP protocol
-neweronly
switch to the synchronize
command. If you want to synchronize only newer files, remove also -mirror
, as that does the opposite (transfers even older files => all different files). Though that conflicts with checksum
. So it looks like you actually do not want to synchronize only newer files, and you actually want the mirror mode.
Put your desired
-criteria=time,size,checksum
(no brackets, no spaces) on the same place, where -mirror -neweronly
is.
Note that simple scripting does not support concurrent transfers. For that see:
Automating transfers or synchronization in parallel connections over SFTP/FTP protocol