From 188173eff128b05f54ae46771d7667764e9849ac Mon Sep 17 00:00:00 2001 From: david Date: Sun, 28 Apr 2013 18:18:58 +0200 Subject: [PATCH] supressing non-error rsync messages --- sshbackup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sshbackup b/sshbackup index f1f3887..6431ed9 100755 --- a/sshbackup +++ b/sshbackup @@ -12,7 +12,7 @@ author="david@socialnerds.org" configfile="$HOME/.sshbackup" #rsync options. -rsyncoptions="-pogEthrzl --numeric-ids --no-motd" +rsyncoptions="-qpogEthrzl --numeric-ids --no-motd" #dotglob option removes bug while rsyncing folder with no visible files in it. remotecmd="shopt -s dotglob; /usr/bin/sudo /usr/bin/rsync" localcmd="/usr/bin/rsync"