diff --git a/README.md b/README.md index ecdd913..54fa37e 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/bkctld.8 b/docs/bkctld.8 index d5c6506..251378d 100644 --- a/docs/bkctld.8 +++ b/docs/bkctld.8 @@ -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.