Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-02-20 | backup.sh: Add license | Florian Pritz | 1 | -0/+17 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-02-20 | borg-restore.pl: Add GPL license | Florian Pritz | 2 | -0/+689 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-02-20 | borg-restore.pl: Move SYNOPSIS to the top | Florian Pritz | 1 | -13/+17 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-02-19 | borg-restore.pl: Untaint config file | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-02-19 | borg-restore.pl: Allow to set BORG_REPO in config | Florian Pritz | 1 | -0/+9 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-02-19 | borg-restore.pl: Add config file | Florian Pritz | 1 | -8/+80 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-02-19 | borg-restore.pl: Move untaint to Helper package | Florian Pritz | 1 | -25/+19 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-02-19 | borg-restore.pl: Untaint archive name in restore() | Florian Pritz | 1 | -1/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-02-19 | borg-restore.pl: Remove unused modules | Florian Pritz | 1 | -4/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-02-05 | Add lines-per-second | Florian Pritz | 1 | -0/+5 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-01-22 | vpn-connect: misc fixes | Florian Pritz | 1 | -5/+8 | |
No idea what I did there. Fixed some time ago... Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-01-22 | ch: Improve list output | Florian Pritz | 1 | -0/+6 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-01-22 | ch: Add clean-single; improve cbuild | Florian Pritz | 1 | -2/+19 | |
cbuild now works with multiple builds running in parallel (hopefully) Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-01-22 | borg-restore.pl: Use taint mode with DBI | Florian Pritz | 1 | -2/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-01-22 | borg-restore.pl: Fix perlcritic warnings | Florian Pritz | 1 | -10/+9 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-01-09 | borg-restore.pl: Fix time output format | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-01-09 | borg-restore.pl: Fix undefined variable | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-01-09 | borg-restore.pl: Drop some unused dependencies | Florian Pritz | 1 | -3/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-01-09 | borg-restore.pl: Switch to sqlite db | Florian Pritz | 1 | -143/+232 | |
Rather massive rewrite, but it should be more stable now. Also it looks like the new db is smaller (at least in my case). Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-12-26 | check_le_expiry.sh: Fix mode | Florian Pritz | 1 | -0/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-12-26 | Add grep-group | Florian Pritz | 1 | -0/+31 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-12-26 | Add check_le_expiry.sh | Florian Pritz | 1 | -0/+15 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-12-01 | Add new scripts | Florian Pritz | 4 | -0/+57 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-12-01 | misc | Florian Pritz | 5 | -12/+9 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-12-01 | find-inodes: Sort output | Florian Pritz | 1 | -2/+8 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-09-06 | syncrepo.sh: Improve description | Florian Pritz | 1 | -2/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-09-01 | borg-restore.pl: Remove = from short opts | Florian Pritz | 1 | -2/+2 | |
With a short opt it apparently is treated as part of the value rather than a separator. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-08-26 | ch: Force umask 022 | Florian Pritz | 1 | -0/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-08-26 | ch: Inline chroot creation code | Florian Pritz | 1 | -8/+20 | |
This removes a confusing error message from archbuild which was caused by it being run in an empty directory. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-08-26 | ch: Fix shellcheck warnings | Florian Pritz | 1 | -6/+8 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-08-26 | ch: Return early on error | Florian Pritz | 1 | -2/+2 | |
Fixes an issue with gzip waiting forever when there are no files to be compressed and mv throwing an error. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-08-26 | ch: Stop ch kill from initializing a chroot | Florian Pritz | 1 | -8/+12 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-08-23 | syncrepo.sh: Add some documentation | Florian Pritz | 1 | -1/+10 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-08-19 | masterkey-sign.sh: Force gpg key ID and gnupg home | Florian Pritz | 1 | -1/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-08-19 | Moving shaping scripts to dedicated repo | Florian Pritz | 2 | -588/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-08-19 | ch: Only compress logs once | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-08-16 | borg-restore.pl: Remove reorganize output when nut running with --debug | Florian Pritz | 1 | -1/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-08-15 | borg-restore.pl: Support multiple backup prefixes | Florian Pritz | 1 | -2/+11 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-08-15 | borg-restore.pl: Remove unused Devel::Size module | Florian Pritz | 1 | -1/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-08-15 | borg-restore.pl: Improve documentation | Florian Pritz | 1 | -7/+11 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-08-15 | backup.sh: Improve prune command to reduce number of archives | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-08-15 | borg-restore.pl: Fix remove_tree not honoring prior chdir() | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-08-15 | borg-restore.pl: Fix taint warning, remove debug output | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-08-15 | borg-restore.pl: Implement actual restoration of backup | Florian Pritz | 1 | -4/+4 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-08-15 | borg-restore.pl: Fix incorrect timezone | Florian Pritz | 1 | -5/+4 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-08-15 | borg-restore.pl: Fix prototype warning | Florian Pritz | 1 | -2/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-08-15 | borg-restore.pl: Fix incorrect components_to_strip value | Florian Pritz | 1 | -3/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-08-15 | borg-restore.pl: Implement restore testing code | Florian Pritz | 1 | -8/+15 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-08-14 | borg-restore.pl: Update documentation | Florian Pritz | 1 | -17/+15 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-08-14 | borg-restore.pl: misc | Florian Pritz | 1 | -6/+15 | |
- switch back to undef instead of -1 - fix incorrect assertion - clean up path before resolving Signed-off-by: Florian Pritz <bluewind@xinu.at> |