aboutsummaryrefslogtreecommitdiffstats
path: root/cloud-backup
AgeCommit message (Collapse)AuthorFilesLines
2020-11-26global-functions: clickable links in telegram notificationsGravatar Christian Hesse1-1/+1
2020-10-13cloud-backup: add unit for size, add KiBGravatar Christian Hesse1-1/+1
2020-10-07cloud-backup: send notification on error and do exitGravatar Christian Hesse1-1/+3
2020-09-18extend magic pattern with "by RouterOS"Gravatar Christian Hesse1-1/+1
This matches the string included in export.
2020-08-26[ ... print count-only ...] -> [ :len [ ... find ... ] ]Gravatar Christian Hesse1-2/+2
Using 'print count-only' always prints a number to terminal, even if the value is evaluated in a condition or assigned to a variable. This can be quite annoying. Behavior will not chance (SUP-25503), so replacing the code...
2020-07-17cloud-backup: add symbol in notificationGravatar Christian Hesse1-1/+2
2020-06-19explicitly name the licenseGravatar Christian Hesse1-0/+1
Copyright (C) 2013-2020 Christian Hesse <mail@eworm.de> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. https://www.gnu.org/licenses/#GPL https://www.gnu.org/licenses/gpl.html https://www.gnu.org/licenses/gpl.md
2020-04-03cloud-backup: use $LogPrintExitGravatar Christian Hesse1-1/+2
2020-03-27add doc/cloud-backup.mdGravatar Christian Hesse1-0/+1
2020-02-28global-functions: sort alphabeticallyGravatar Christian Hesse1-1/+1
2020-01-01update copyright for 2020Gravatar Christian Hesse1-1/+1
2019-09-12global-functions: introduce and use $DeviceInfoGravatar Christian Hesse1-11/+2
2019-08-18cloud-backup: make notification silentGravatar Christian Hesse1-1/+1
2019-07-24cloud-backup: do not remove but replace cloud backuprouteros-6.45beta42Gravatar Christian Hesse1-2/+5
The replace functionality for cloud backup is available with version 6.45beta42.
2019-07-24cloud-backup: get values into arrayGravatar Christian Hesse1-4/+3
2019-07-24cloud-backup: get values into arrayGravatar Christian Hesse1-4/+3
2019-06-14backup: split off cloud-backupchange-5Gravatar Christian Hesse1-0/+42
Currently backup to MikroTik cloud is pretty unreliable and script can not catch errors at runtime. Looks like this does not change any time soon (Ticket#2019052022003204). So let's just split off the cloud backup to make sure email backup works as expected.