diff options
author | Christian Hesse <mail@eworm.de> | 2019-01-04 14:14:37 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2019-01-04 14:14:37 +0100 |
commit | 698bed2bbc2384993c19dc3e84c1dbedc7fe1508 (patch) | |
tree | 43f105e54db6f225d9967004b33ff3c7ba2e7fa9 /email-backup | |
parent | c3f27bf7769e539c7b3437799df51f4b90c864ca (diff) |
email-backup: print to update from cloud
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 ]; } |