aboutsummaryrefslogtreecommitdiffstats
path: root/upload-backup
AgeCommit message (Collapse)AuthorFilesLines
2020-11-26global-functions: clickable links in telegram notificationsGravatar Christian Hesse1-1/+1
2020-10-07upload-backup: hint failure in subjectGravatar Christian Hesse1-2/+4
2020-10-07upload-backup: exit with error on errorGravatar Christian Hesse1-0/+4
The error has been logged before, so just make sure to exit with error.
2020-09-18extend magic pattern with "by RouterOS"Gravatar Christian Hesse1-1/+1
This matches the string included in export.
2020-09-01upload-backup: remove extra curly bracketGravatar Christian Hesse1-1/+0
2020-09-01upload-backup: wait for fileGravatar Christian Hesse1-0/+3
2020-07-17upload-backup: change symbol to warning sign on failureGravatar Christian Hesse1-1/+5
2020-07-17upload-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-03upload-backup: use $LogPrintExitGravatar Christian Hesse1-2/+2
2020-03-27add doc/upload-backup.mdGravatar Christian Hesse1-0/+1
2020-02-28global-functions: sort alphabeticallyGravatar Christian Hesse1-7/+7
2020-02-26global-functions: merge $LogAnd{Error,Put} to $LogPrintExit ...Gravatar Christian Hesse1-2/+2
... and fix logging. Logging with severity from variable (:log $severity ...) is not possible, this is considered a syntax error. Also the 'workaround' with parsing code failed with missing message in log. The reliable code is a lot longer, so merge the two functions to save a lot of duplicate code.
2020-02-26global-functions: $LogAndError: add severityGravatar Christian Hesse1-1/+1
2020-02-26upload-backup: use $LogAndErrorGravatar Christian Hesse1-2/+2
2020-01-01update copyright for 2020Gravatar Christian Hesse1-1/+1
2019-11-21{email,upload}-backup: update wordingGravatar Christian Hesse1-1/+1
2019-09-12global-functions: introduce and use $DeviceInfoGravatar Christian Hesse1-13/+4
2019-08-18upload-backup: make notification silentGravatar Christian Hesse1-1/+1
2019-07-24upload-backup: get values into arrayGravatar Christian Hesse1-4/+3
2019-07-24upload-backup: get values into arrayGravatar Christian Hesse1-4/+3
2019-07-19add script 'upload-backup'change-6Gravatar Christian Hesse1-0/+75