david/sshbackup
david
/
sshbackup
Archived
1
0
Fork 0

updated README

This commit is contained in:
david 2013-07-07 20:31:39 +02:00
parent 8a59d57b81
commit 068689ba77
1 changed files with 16 additions and 8 deletions

View File

@ -71,6 +71,10 @@ and add following at the end of that file:
```text ```text
backupuser ALL=(root)NOPASSWD: /usr/bin/rsync 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. you can use a file which should have a source/destination combination each line.
example listfile: example listfile:
@ -104,20 +108,24 @@ this should be a little overview of what's coming..
| |
| |
+--- version 0.3.1 +--- 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/ | O/
| /| | /|
+--- You are here / \ +--- You are here / \
| |
+--- better logging/notifications (even reports/stats) +--- install missing dependencies automatically
+--- system check & install missing dependencies
+--- automatic sshkey creation/config
+--- bandwidth limits
+--- check if process is still running +--- check if process is still running
+--- remote settings deployment
+--- move documentation to sudo crontab -e
|
+--- version 0.4.0
| |
+--- version 0.4.1
. .
. .
. .