From a7bcdf3f9a0eecd018902b326e1816ecc1b0435f Mon Sep 17 00:00:00 2001 From: Mike Peralta Date: Sat, 1 Sep 2018 05:21:39 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a56a739..20f8f34 100644 --- a/README.md +++ b/README.md @@ -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 ``` Let's you set the log output directory * ```--source-dir ``` Specifies the local source directory * ```--remote-host ``` Specifies the remote host, to send the backups to over ssh