mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-25 13:24:29 +02: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
|
# upload to cloud
|
||||||
:if ($BackupCloud = true) do={
|
:if ($BackupCloud = true) do={
|
||||||
: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={
|
:if ([ / system backup cloud print count-only ] > 0) do={
|
||||||
/ system backup cloud remove-file [ find ];
|
/ system backup cloud remove-file [ find ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue