david/sshbackup
david
/
sshbackup
Archived
1
0
Fork 0

updated readme

This commit is contained in:
david 2013-07-07 09:57:45 +02:00
parent 13b56064db
commit dd9e2488a0
1 changed files with 13 additions and 9 deletions

View File

@ -6,23 +6,27 @@ remote folders.
### installation
```sh
sudo wget https://raw.github.com/beyondthewall/sshbackup/0.3.1/sshbackup -O /usr/bin/sshbackup
sudo wget https://raw.github.com/beyondthewall/sshbackup/0.4.0/sshbackup -O /usr/bin/sshbackup
sudo chmod +x /usr/bin/sshbackup
```
### usage
```text
"usage: sshbackup <options> source destination [versions]"
"source/destination example: [[user@]server:]/path/to/files"
usage: sshbackup <options> source destination [versions]
source/destination example: [[user@]server:]/path/to/files
"OPTIONS:"
-h, --help show this message"
-v, --version version information"
OPTIONS:
-h, --help show this message
-v, --version version information
-l, --list <file> list of sources and destinations"
-c, --config <file> alternate config file [~/.sshbackup]"
-s, --sshkey <file> alternate sshkey [~/.ssh/id_rsa]"
-l, --list <file> list of sources and destinations
-c, --config <file> alternate config file [~/.sshbackup]
-s, --sshkey <file> alternate sshkey [~/.ssh/id_rsa]
-b, --bandwidth <kbps> bandwidth limit in kbit/s
-d, --deploy <hostname> deploy settings to remote host
-n, --no-root run without root privileges
```