From b20f7ab687ae5160c11e5ecb6edead044039c81c Mon Sep 17 00:00:00 2001 From: Jonah Bernhard Date: Sun, 30 Mar 2014 14:43:53 -0400 Subject: [PATCH] Clarification when remote size unavailable. --- duplicity-backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/duplicity-backup.sh b/duplicity-backup.sh index 3123510..95269f4 100755 --- a/duplicity-backup.sh +++ b/duplicity-backup.sh @@ -394,7 +394,7 @@ get_remote_file_size() fi ;; *) - SIZE="Information on remote file size unavailable." + SIZE="unsupported by backend" ;; esac