From 698bed2bbc2384993c19dc3e84c1dbedc7fe1508 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Fri, 4 Jan 2019 14:14:37 +0100 Subject: email-backup: print to update from cloud --- email-backup | 3 +++ 1 file changed, 3 insertions(+) diff --git a/email-backup b/email-backup index a15f766..dad5b03 100644 --- a/email-backup +++ b/email-backup @@ -43,6 +43,9 @@ # upload to cloud :if ($BackupCloud = true) do={ :do { + # we are not interested in output, but print without count-only is + # required to fetch information from cloud + / system backup cloud print; :if ([ / system backup cloud print count-only ] > 0) do={ / system backup cloud remove-file [ find ]; } -- cgit v1.2.3-54-g00ecf