Fix docs and README for zzz_evobackup

This commit is contained in:
Victor LABORIE 2017-12-04 10:56:45 +01:00
parent 5819a00ada
commit 1b2491e201
2 changed files with 2 additions and 2 deletions

View file

@ -81,7 +81,7 @@ You can save various systems on evobackup jail : Linux, BSD, Windows, MacOSX. O
rsync -av -e "ssh -p SSH_PORT" /home/ root@SERVER_NAME:/var/backup/home/
~~~
An example script is present in docs/zzz_evobackup, clone evobackup repo and read **CLIENT CONFIGURATION** section of the manual.
An example script is present in zzz_evobackup, clone evobackup repo and read **CLIENT CONFIGURATION** section of the manual.
~~~
git clone https://forge.evolix.org/evobackup.git

View file

@ -218,7 +218,7 @@ You can save various systems on evobackup jail : Linux, BSD, Windows, MacOSX. O
rsync -av -e "ssh -p SSH_PORT" /home/ root@SERVER_NAME:/var/backup/home/
.PP
.RE
You can simply create a shell script which use rsync for backup your's servers. An example script is available in docs/zzz_evobackup for quickstart.
You can simply create a shell script which use rsync for backup your's servers. An example script is available in zzz_evobackup for quickstart.
.RE
.PP
This documentation explain how to use this example script.