Hi
There is a way to save synchronize actions to repeat it later?
Thanks
Not currently, but if it's a simple one-way sync you can use variations of the Copy UPDATEALL command to achieve it.
UPDATEALL What's is this? COmand-line synchronize order? Where is its path? And the help for it? updateall /?
UPDATEALL is an optional argument for the COPY command. The following is from the Opus help file regarding the COPY - Raw Command page.
[b]UPDATEALL/S: This option is used to update files, for example from your local computer to a network drive or FTP site. The only files that will actually be copied to the destination folder are those files that:
A ) do not exist already in the destination, or
B ) do exist in the destination but are different from the files in the source.
Files that do not meet either of these two criteria are not copied. This is a useful way, for example, to update your web site on a remote FTP server without transferring files unnecessarily.
A file is defined as being different if its timestamp or size has changed - the contents of the file itself are not compared.[/b]