summaryrefslogtreecommitdiff
path: root/src/check (follow)
Commit message (Collapse)AuthorAgeFilesLines
* src/check: Stick to latest 90 backupsHEADmainEuAndreh2025-04-121-2/+2
|
* src/check: Retry flaky `btrfs scrub` commandEuAndreh2025-03-261-1/+1
|
* src/check: Remove --verify-data from borgEuAndreh2024-11-271-2/+2
| | | | | | | | | | The run-time of it is not compatible with the cronjob model. An improved version should use the cronjob to trigger the action by puttingit in a queue,and the cronjob itself would be finished. Asyynchronously a worker would consume the message and do the content verification, and at the end report the success or failure. A later cronjob at the end of the day could report the statuses of the events from the day.
* src/check: Check both offsite and standby borg backup repositoriesEuAndreh2024-08-291-2/+7
|
* src/check: Fix name of btrfs partition that gets checkedEuAndreh2024-08-281-1/+1
|
* src/check: Add make(1) version of the original sh oneEuAndreh2024-08-161-0/+31