We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ElkarBackup v1.2.4 is using by default the following Rsync and SSH parameters:
/usr/bin/rsync -av --progress --delete --numeric-ids --relative --delete-excluded --chmod=Fug=rwX,Dug=rwx,Fo=r,Do=rx --stats --rsh='/usr/bin/ssh -o BatchMode=yes -o StrictHostKeyChecking=no' root@myserver:/myfiles .
Recommended params:
## Wheezy -c arcfour ## Ubuntu 16:04 -T ## Jessie -T
More info: https://gist.github.com/KartikTalwar/4393116