mirror of
https://github.com/eworm-de/routeros-scripts
synced 2024-05-14 08:04:19 +00:00
email-backup: print to update from cloud
This commit is contained in:
parent
c3f27bf776
commit
698bed2bbc
1 changed files with 3 additions and 0 deletions
|
@ -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 ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue