Hello.
I tried to configure clsync by the exists documentation and I realised that I don't understand how to do a simple action of copying files between servers.
The exists mention of "mirroring" doesn't work:
# clsync --mode=rsyncdirect --ignore-exitcode=23,24 --retries=3 -W /root/myfolder/ rsync -- -av --progress /root/myfolder/ rsync://[email protected]/home/user/backup_folder/
Error: Mode "rsyncdirect" cannot be used without specifying "--destination-dir". (22: Invalid argument)
Would you mind writing the working examples?
Hello.
I tried to configure
clsyncby the exists documentation and I realised that I don't understand how to do a simple action of copying files between servers.The exists mention of "mirroring" doesn't work:
Would you mind writing the working examples?