diff options
Diffstat (limited to 'email-backup')
-rw-r--r-- | email-backup | 3 |
1 files changed, 3 insertions, 0 deletions
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 ]; } |