aboutsummaryrefslogtreecommitdiffstats
path: root/backup-upload.rsc
AgeCommit message (Collapse)AuthorFilesLines
2024-01-19backup-upload: fix the upload symbol...Gravatar Christian Hesse1-1/+1
... which broke with commit 080bef89a934980271a50eed25a494a0bc33d007.
2024-01-01update copyright for 2024Gravatar Christian Hesse1-1/+1
2023-11-22backup-upload: get rid of '.txt' file extensionGravatar Christian Hesse1-4/+4
2023-11-15backup-upload: build file info in a functionGravatar Christian Hesse1-14/+18
2023-11-15backup-upload: give more info on filesGravatar Christian Hesse1-6/+19
2023-09-13packages-update: implement backup script orderGravatar Christian Hesse1-1/+1
2023-08-30backup-upload: revert changes, add comment with warningGravatar Christian Hesse1-21/+13
Turned out that using `/file/add ...` introduced a regression. Accessing (reading and writing) file contents is limited to 4095 bytes. This limitation does not exist for `:execute script=... file=...`, so keep the old code. Also add a comment with warning.
2023-08-30backup-upload: check configuration size before writing fileGravatar Christian Hesse1-7/+9
2023-08-29backup-upload: detect failure creating config fileGravatar Christian Hesse1-6/+13
2023-08-29backup-upload: write config file directlyrouteros-7.9beta4-7Gravatar Christian Hesse1-5/+5
This functionality was added in RouterOS 7.9beta4...
2023-06-12backup-upload: lock the scriptGravatar Christian Hesse1-0/+2
2023-04-24backup-upload: use $FormatLineGravatar Christian Hesse1-3/+4
2023-03-07rename scripts and add file extension ".rsc"change-95Gravatar Christian Hesse1-0/+129
No functional change for the user... The migration is done automatically.