From b0428522c8f4b1c730fc19550b820a0705bcdd21 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 5 Oct 2016 11:50:16 -0300 Subject: Sync-media: unison: no log file --- doc/todo.rst | 1 - share/hydractl/sync-media | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/todo.rst b/doc/todo.rst index 0f71ad6..e064e46 100644 --- a/doc/todo.rst +++ b/doc/todo.rst @@ -1,7 +1,6 @@ TODO ==== -- sync-media: unison logfile. - mass: check if current host is localhost. - mount-media: lvm support. - import-certs: diff --git a/share/hydractl/sync-media b/share/hydractl/sync-media index 8b1fc79..39b1ab3 100755 --- a/share/hydractl/sync-media +++ b/share/hydractl/sync-media @@ -237,7 +237,7 @@ if [ ! -z "$DRIVE" ] && [ -d "$VOLUME/$MEDIA" ]; then # Avoid those configured to be skipped if [ ! -e "$CACHE/$folder/.sync-media/skip" ]; then echo "Syncing $CACHE/$folder with $VOLUME/$MEDIA/$folder..." - unison $CACHE/$folder $VOLUME/$MEDIA/$folder -auto + unison $CACHE/$folder $VOLUME/$MEDIA/$folder -auto -logfile /dev/null # Avoid empty source folders #if [ ! -z "`ls -1 $CACHE/$folder`" ]; then @@ -282,7 +282,7 @@ elif [ ! -z "$REMOTE" ]; then ) else echo "Syncing $CACHE/$folder with ssh://$REMOTE.$DOMAIN/$CACHE/$folder..." - unison $CACHE/$folder ssh://$REMOTE.$DOMAIN/$CACHE/$folder/ -auto + unison $CACHE/$folder ssh://$REMOTE.$DOMAIN/$CACHE/$folder/ -auto -logfile /dev/null # Avoid empty source folders or those configured to be skipped #if [ ! -e "$CACHE/$folder/.sync-media/skip" ] && [ ! -z "`ls -1 $CACHE/$folder`" ]; then -- cgit v1.2.3