Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2021-12-07 | upload-backup: drop warning on RouterOS v7...•••... now that we have it in global-functions. | Christian Hesse | 1 | -6/+0 |
2021-09-21 | upload-backup: warn on missing sensitive information with ROS 7.x | Christian Hesse | 1 | -0/+6 |
2021-06-23 | packages-update: use 'provides' to find backup scripts | Christian Hesse | 1 | -0/+2 |
2021-06-16 | upload-backup: remove file after upload | Christian Hesse | 1 | -0/+4 |
2021-04-29 | upload-backup: add second symbol | Christian Hesse | 1 | -1/+1 |
2021-04-29 | upload-backup: work inside directory | Christian Hesse | 1 | -6/+12 |
2021-04-28 | upload-backup: pass origin to $SendNotification2 | Christian Hesse | 1 | -1/+2 |
2021-04-28 | upload-backup: use $SendNotification2 | Christian Hesse | 1 | -5/+5 |
2021-02-24 | upload-backup: add configurable random delay | Christian Hesse | 1 | -2/+9 |
2021-02-24 | global: give script or function name in log messages | Christian Hesse | 1 | -4/+5 |
2021-02-18 | global: drop script 'global-wait'•••All scripts wait for the global functions on their own now. change-44 | Christian Hesse | 1 | -0/+3 |
2021-02-18 | upload-backup: wait to be fully connected | Christian Hesse | 1 | -0/+3 |
2021-02-16 | global-functions: drop support for attachment in notification e-mail | Christian Hesse | 1 | -1/+1 |
2021-01-01 | update copyright for 2021 | Christian Hesse | 1 | -1/+1 |
2020-11-26 | global-functions: clickable links in telegram notifications | Christian Hesse | 1 | -1/+1 |
2020-10-07 | upload-backup: hint failure in subject | Christian Hesse | 1 | -2/+4 |
2020-10-07 | upload-backup: exit with error on error•••The error has been logged before, so just make sure to exit with error. | Christian Hesse | 1 | -0/+4 |
2020-09-18 | extend magic pattern with "by RouterOS"•••This matches the string included in export. | Christian Hesse | 1 | -1/+1 |
2020-09-01 | upload-backup: remove extra curly bracket | Christian Hesse | 1 | -1/+0 |
2020-09-01 | upload-backup: wait for file | Christian Hesse | 1 | -0/+3 |
2020-07-17 | upload-backup: change symbol to warning sign on failure | Christian Hesse | 1 | -1/+5 |
2020-07-17 | upload-backup: add symbol in notification | Christian Hesse | 1 | -1/+2 |
2020-06-19 | explicitly name the license•••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 | Christian Hesse | 1 | -0/+1 |
2020-04-03 | upload-backup: use $LogPrintExit | Christian Hesse | 1 | -2/+2 |
2020-03-27 | add doc/upload-backup.md | Christian Hesse | 1 | -0/+1 |
2020-02-28 | global-functions: sort alphabetically | Christian Hesse | 1 | -7/+7 |
2020-02-26 | global-functions: merge $LogAnd{Error,Put} to $LogPrintExit ...•••... 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. | Christian Hesse | 1 | -2/+2 |
2020-02-26 | global-functions: $LogAndError: add severity | Christian Hesse | 1 | -1/+1 |
2020-02-26 | upload-backup: use $LogAndError | Christian Hesse | 1 | -2/+2 |
2020-01-01 | update copyright for 2020 | Christian Hesse | 1 | -1/+1 |
2019-11-21 | {email,upload}-backup: update wording | Christian Hesse | 1 | -1/+1 |
2019-09-12 | global-functions: introduce and use $DeviceInfo | Christian Hesse | 1 | -13/+4 |
2019-08-18 | upload-backup: make notification silent | Christian Hesse | 1 | -1/+1 |
2019-07-24 | upload-backup: get values into array | Christian Hesse | 1 | -4/+3 |
2019-07-24 | upload-backup: get values into array | Christian Hesse | 1 | -4/+3 |
2019-07-19 | add script 'upload-backup'change-6 | Christian Hesse | 1 | -0/+75 |