Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | src/check: Stick to latest 90 backupsHEADmain | EuAndreh | 2025-04-12 | 1 | -2/+2 |
| | |||||
* | src/check: Retry flaky `btrfs scrub` command | EuAndreh | 2025-03-26 | 1 | -1/+1 |
| | |||||
* | src/check: Remove --verify-data from borg | EuAndreh | 2024-11-27 | 1 | -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 repositories | EuAndreh | 2024-08-29 | 1 | -2/+7 |
| | |||||
* | src/check: Fix name of btrfs partition that gets checked | EuAndreh | 2024-08-28 | 1 | -1/+1 |
| | |||||
* | src/check: Add make(1) version of the original sh one | EuAndreh | 2024-08-16 | 1 | -0/+31 |