aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* src/bin/backup: Enable next backup steps to proceed even when files change ↵EuAndreh2022-03-261-1/+1
| | | | while borg is running
* src/bin/print: Allow printing files from different directoriesEuAndreh2022-03-251-10/+12
|
* src/bin/print: Add more examples in help messageEuAndreh2022-03-251-3/+6
|
* src/bin/backup: Include "-v" verbose flagEuAndreh2022-03-251-1/+6
|
* src/bin/backup: Indent documentation heredocsEuAndreh2022-03-251-9/+9
|
* src/bin/backup: Change remote path usurpador-borg/ -> borg/usurpador/EuAndreh2022-02-251-5/+5
|
* src/bin/backup: exclude ~/.cache from backupEuAndreh2022-02-251-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 remoteEuAndreh2022-01-081-10/+10
|
* src/bin/duplex: make it print single-sided pages too and rename to src/bin/printEuAndreh2022-01-051-18/+24
|
* src/bin/copy: Promote from shell alias to executableEuAndreh2022-01-041-0/+67
|
* src/bin/{duplex,qr,rfc}: Add new executable utilitiesEuAndreh2022-01-043-0/+294
|
* scripts/: Move executables to src/bin/, and add a proper CLI interface to themEuAndreh2022-01-047-0/+478