aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2019-01-04 14:14:37 +0100
committerGravatar Christian Hesse <mail@eworm.de>2019-01-04 14:14:37 +0100
commit698bed2bbc2384993c19dc3e84c1dbedc7fe1508 (patch)
tree43f105e54db6f225d9967004b33ff3c7ba2e7fa9
parentc3f27bf7769e539c7b3437799df51f4b90c864ca (diff)
email-backup: print to update from cloud
-rw-r--r--email-backup3
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 ];
}