| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | src/bin/backup: Enable next backup steps to proceed even when files change ↵ | EuAndreh | 2022-03-26 | 1 | -1/+1 |
| | | | | | while borg is running | ||||
| * | src/bin/print: Allow printing files from different directories | EuAndreh | 2022-03-25 | 1 | -10/+12 |
| | | |||||
| * | src/bin/print: Add more examples in help message | EuAndreh | 2022-03-25 | 1 | -3/+6 |
| | | |||||
| * | src/bin/backup: Include "-v" verbose flag | EuAndreh | 2022-03-25 | 1 | -1/+6 |
| | | |||||
| * | src/bin/backup: Indent documentation heredocs | EuAndreh | 2022-03-25 | 1 | -9/+9 |
| | | |||||
| * | src/bin/backup: Change remote path usurpador-borg/ -> borg/usurpador/ | EuAndreh | 2022-02-25 | 1 | -5/+5 |
| | | |||||
| * | src/bin/backup: exclude ~/.cache from backup | EuAndreh | 2022-02-25 | 1 | -0/+1 |
| | | | | | | | | | | | | | For two reasons: 1. to reduce the size of the backup. If there's a candidate folder to be removed in order to decrease the size of the backup, ~/.cache is that folder; 2. to stop errors during the backup to happen. It's common for files to come and go while the backup is running, and borg sometimes starts backing up a file and it vanishes in the middle of the backup, and returns an error. In the end the backup finishes sucessfully, but the backup script halts. | ||||
| * | src/bin/backup: Use "suyin" instead of "$R" for SSH remote | EuAndreh | 2022-01-08 | 1 | -10/+10 |
| | | |||||
| * | src/bin/duplex: make it print single-sided pages too and rename to src/bin/print | EuAndreh | 2022-01-05 | 1 | -18/+24 |
| | | |||||
| * | src/bin/copy: Promote from shell alias to executable | EuAndreh | 2022-01-04 | 1 | -0/+67 |
| | | |||||
| * | src/bin/{duplex,qr,rfc}: Add new executable utilities | EuAndreh | 2022-01-04 | 3 | -0/+294 |
| | | |||||
| * | scripts/: Move executables to src/bin/, and add a proper CLI interface to them | EuAndreh | 2022-01-04 | 7 | -0/+478 |
