diff --git a/README.md b/README.md index 8650c8a..84fb449 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,10 @@ and add following at the end of that file: ```text backupuser ALL=(root)NOPASSWD: /usr/bin/rsync ``` +all of this can be done by sshbackup automatically. +(a key will be generated if none is found and for deploying remote settings use the --deploy switch) + + you can use a file which should have a source/destination combination each line. example listfile: @@ -104,20 +108,24 @@ this should be a little overview of what's coming.. | | +--- version 0.3.1 +| ++--- better error output ++--- check missing dependencies ++--- automatic sshkey creation ++--- bandwidth limits ++--- remote settings deployment ++--- move documentation to sudo crontab -e ++--- root privileges optional +| ++--- version 0.4.0 | O/ | /| +--- You are here / \ | -+--- better logging/notifications (even reports/stats) -+--- system check & install missing dependencies -+--- automatic sshkey creation/config -+--- bandwidth limits ++--- install missing dependencies automatically +--- check if process is still running -+--- remote settings deployment -+--- move documentation to sudo crontab -e -| -+--- version 0.4.0 | ++--- version 0.4.1 . . .