Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | src/check: Stick to latest 90 backupsHEADmain | EuAndreh | 2025-04-12 | 1 | -2/+2 |
| | |||||
* | src/rc.sh: Update $BORG_REMOTE_PATH to borg14, per rsync.net upgrade to ↵ | EuAndreh | 2025-04-12 | 1 | -1/+1 |
| | | | | FreeBSD 14.2-RELEASE. | ||||
* | src/check: Retry flaky `btrfs scrub` command | EuAndreh | 2025-03-26 | 1 | -1/+1 |
| | |||||
* | src/rc.sh: Add -i to ls(1) alias | EuAndreh | 2025-03-15 | 1 | -1/+1 |
| | |||||
* | src/gc: Tolerate broken trash(1) package | EuAndreh | 2024-12-23 | 1 | -1/+1 |
| | |||||
* | src/cronjob: Explicitly set $LANG | EuAndreh | 2024-12-11 | 1 | -0/+3 |
| | |||||
* | 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/rc.sh: Add exported $MAKEFLAGS | EuAndreh | 2024-09-02 | 1 | -0/+5 |
| | | | | Make sure we have at least "3" as the cuncurrency for $N. | ||||
* | src/gc: Remove gc_deploy() | EuAndreh | 2024-08-30 | 1 | -10/+1 |
| | |||||
* | src/reconfigure: Load /etc/rc.sh so we do not need a login shell | EuAndreh | 2024-08-29 | 1 | -0/+1 |
| | |||||
* | src/gc: Add gc_coredump() | EuAndreh | 2024-08-29 | 1 | -1/+6 |
| | |||||
* | src/cronjob: Remove extra disable at the start of the file | EuAndreh | 2024-08-29 | 1 | -1/+0 |
| | |||||
* | src/check: Check both offsite and standby borg backup repositories | EuAndreh | 2024-08-29 | 1 | -2/+7 |
| | |||||
* | src/cronjob: Increase timeout to 6 hours | EuAndreh | 2024-08-29 | 1 | -1/+1 |
| | | | | So that `borg check --verify-data` can complete. | ||||
* | src/reconfigure: Enable cicd(1) command | EuAndreh | 2024-08-28 | 1 | -1/+1 |
| | |||||
* | src/reconfigure: Add matching open parenthesis in getopts | EuAndreh | 2024-08-28 | 1 | -3/+5 |
| | |||||
* | src/rc.sh: Add note on how the borg repo is created | EuAndreh | 2024-08-28 | 1 | -0/+1 |
| | |||||
* | src/check: Fix name of btrfs partition that gets checked | EuAndreh | 2024-08-28 | 1 | -1/+1 |
| | |||||
* | src/reconfigure: Retry reconfigure failure twice before exitting | EuAndreh | 2024-08-26 | 1 | -1/+1 |
| | |||||
* | src/cronjob: set +eu at the beginning | EuAndreh | 2024-08-25 | 1 | -0/+1 |
| | |||||
* | src/cronjob: Tolerate errors when sourcing /etc/rc.sh | EuAndreh | 2024-08-25 | 1 | -1/+1 |
| | |||||
* | src/cronjob: Load rc.sh when running cronjob | EuAndreh | 2024-08-24 | 1 | -0/+1 |
| | |||||
* | src/rc.sh: Get $OFFSITE_SSH from /etc/ | EuAndreh | 2024-08-21 | 1 | -1/+1 |
| | |||||
* | rm src/known_hosts | EuAndreh | 2024-08-21 | 2 | -6/+0 |
| | |||||
* | src/cronjob: Break pipe to separate lines | EuAndreh | 2024-08-20 | 1 | -1/+4 |
| | |||||
* | src/cronjob: Recover original content of pre(1) argument | EuAndreh | 2024-08-20 | 1 | -1/+1 |
| | |||||
* | src/cronjob: Add missing argument to pre(1) | EuAndreh | 2024-08-20 | 1 | -1/+1 |
| | |||||
* | src/gc: Simplify code | EuAndreh | 2024-08-20 | 1 | -84/+9 |
| | |||||
* | src/reconfigure: Use /etc/guix/system.scm over src/guix/system.scm | EuAndreh | 2024-08-20 | 1 | -1/+1 |
| | |||||
* | src/gitconfig: Make "*" safe as the glob did not work | EuAndreh | 2024-08-20 | 1 | -1/+1 |
| | |||||
* | src/gitconfig: Mark /srv/git/* as safe | EuAndreh | 2024-08-20 | 1 | -0/+2 |
| | |||||
* | src/reconfigure: Disable cicd(8) for now (while being developed) | EuAndreh | 2024-08-18 | 1 | -1/+1 |
| | |||||
* | src/reconfigure: Enqueue CD jobs after reconfiguring | EuAndreh | 2024-08-17 | 1 | -0/+4 |
| | |||||
* | src/repo: Add new tool | EuAndreh | 2024-08-17 | 2 | -0/+26 |
| | |||||
* | git mv src/rc src/rc.sh | EuAndreh | 2024-08-17 | 3 | -2/+2 |
| | |||||
* | git mv src/profile.sh src/.profile | EuAndreh | 2024-08-17 | 3 | -3/+3 |
| | |||||
* | Remove extensions for config files | EuAndreh | 2024-08-17 | 3 | -2/+2 |
| | |||||
* | deps.mk: Include config files | EuAndreh | 2024-08-16 | 1 | -0/+6 |
| | |||||
* | Add config files and install them under $(SYSCONFDIR) | EuAndreh | 2024-08-16 | 9 | -1/+124 |
| | |||||
* | deps.mk: Add src/cronjob entry | EuAndreh | 2024-08-16 | 1 | -0/+1 |
| | |||||
* | src/cronjob: Add simplified version | EuAndreh | 2024-08-16 | 1 | -0/+69 |
| | |||||
* | src/reconfigure: Remove -h option | EuAndreh | 2024-08-16 | 1 | -6/+1 |
| | |||||
* | deps.mk: Cleanup with actual files | EuAndreh | 2024-08-16 | 1 | -5/+0 |
| | |||||
* | src/backupit.txt: chmod -x | EuAndreh | 2024-08-16 | 1 | -0/+0 |
| | |||||
* | src/reconfigure: Add simplified version of script | EuAndreh | 2024-08-16 | 1 | -0/+53 |
| | |||||
* | src/check: Add make(1) version of the original sh one | EuAndreh | 2024-08-16 | 1 | -0/+31 |
| | |||||
* | Copy some files over | EuAndreh | 2024-08-16 | 5 | -0/+264 |
| | |||||
* | Initial empty commit | EuAndreh | 2024-08-16 | 0 | -0/+0 |