Update README.md

This commit is contained in:
Mike Peralta 2018-09-01 05:21:39 -07:00 committed by GitHub
parent 18534678f0
commit a7bcdf3f9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ Honestly this is more of a wrapper around rsync's beautiful functionality. It si
## Command Line Arguments
* ```--full``` Forces the script to run a *full* backup
* ```--differential``` Forces the script to run an *incremental* backup
* ```--differential``` Forces the script to run a *differential* backup
* ```--log-dir <directory>``` Let's you set the log output directory
* ```--source-dir <directory>``` Specifies the local source directory
* ```--remote-host <hostname>``` Specifies the remote host, to send the backups to over ssh