david/sshbackup
david
/
sshbackup
Archived
1
0
Fork 0

updated README

This commit is contained in:
david 2013-04-28 15:33:11 +02:00
parent 5d14c57836
commit c74a6d416e
1 changed files with 3 additions and 10 deletions

View File

@ -76,7 +76,9 @@ backupuser@dev.socialnerds.org:/home/gollum/ /home/david/Downloads/gollum
### ~/.sshbackup
an example config for default values looks like this [optional]:
**[optional]**
an example config for default values looks like this.
if you don't use a config file there are useful defaults though.
```
#rsync options.
rsyncoptions="-pogEthrzl --numeric-ids --no-motd"
@ -85,12 +87,3 @@ remotecmd="shopt -s dotglob; /usr/bin/sudo /usr/bin/rsync"
localcmd="/usr/bin/rsync"
sshkeyfile="$HOME/.ssh/id_rsa"
```
### future features
- [x] notification on errors (with cron for now)
- [ ] useful logging
- [ ] remote settings deployment
- [ ] bandwidth limits
- [ ] sshkey creation/management
- [ ] some kind of optional reports/stats
- [ ] install missing dependencies