Skip to content
Xabi edited this page Nov 21, 2016 · 3 revisions

How to improve ElkarBackup performance

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

Clone this wiki locally