summaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
mainsrc/check: Stick to latest 90 backupsEuAndreh10 months
 
 
AgeCommit messageAuthorFilesLines
2025-04-12src/check: Stick to latest 90 backupsHEADmainEuAndreh1-2/+2
2025-04-12src/rc.sh: Update $BORG_REMOTE_PATH to borg14, per rsync.net upgrade to FreeB...EuAndreh1-1/+1
2025-03-26src/check: Retry flaky `btrfs scrub` commandEuAndreh1-1/+1
2025-03-15src/rc.sh: Add -i to ls(1) aliasEuAndreh1-1/+1
2024-12-23src/gc: Tolerate broken trash(1) packageEuAndreh1-1/+1
2024-12-11src/cronjob: Explicitly set $LANGEuAndreh1-0/+3
2024-11-27src/check: Remove --verify-data from borg•••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. EuAndreh1-2/+2
2024-09-02src/rc.sh: Add exported $MAKEFLAGS•••Make sure we have at least "3" as the cuncurrency for $N. EuAndreh1-0/+5
2024-08-30src/gc: Remove gc_deploy()EuAndreh1-10/+1
2024-08-29src/reconfigure: Load /etc/rc.sh so we do not need a login shellEuAndreh1-0/+1
[...]