Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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> | |||||
2016-08-14 | borg-restore.pl: Fix deletion of old db entries | Florian Pritz | 1 | -6/+8 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-08-14 | borg-restore.pl: WIP | Florian Pritz | 1 | -26/+55 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-08-13 | borg-restore.pl: WIP | Florian Pritz | 1 | -19/+116 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-08-12 | borg-restore.pl: WIP | Florian Pritz | 1 | -5/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-08-12 | borg-restore.pl: WIP | Florian Pritz | 1 | -24/+49 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-08-08 | borg-restore.pl: WIP, finally working now. just needs polish | Florian Pritz | 1 | -2/+9 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-08-08 | borg-restore.pl: WIP. working mostly | Florian Pritz | 1 | -36/+39 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-08-08 | borg-restore.pl: WIP | Florian Pritz | 1 | -30/+68 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-08-08 | Add WIP version of borg-restore.pl | Florian Pritz | 1 | -0/+455 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-07-21 | qos.pl: Fix possibly incorrect display of total-tc | Florian Pritz | 1 | -1/+11 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-07-20 | Add QoS scripts | Florian Pritz | 2 | -0/+578 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-07-10 | Add speedtest-ssh | Florian Pritz | 1 | -0/+17 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-07-09 | Add DB dumper scripts | Florian Pritz | 2 | -0/+24 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-07-05 | remote-notify-client.sh: Set notification app name | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-07-05 | screen-locker.sh: Add DPMS support | Florian Pritz | 1 | -2/+9 | |
i3lock dropped the -d option so do it ourselves. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-07-05 | gpg-agent.sh: Always export SSH_AUTH_SOCK | Florian Pritz | 1 | -1/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-07-05 | gpg-agent.sh: Drop obsolete option --use-standard-socket | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-07-03 | mklatexreport: Add implicit options from config file | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-06-29 | check-mail-addr.sh: Accept more arguments than just the email addr | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-06-29 | Add grep-ip | Florian Pritz | 1 | -0/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-06-29 | Add steam and composer wrappers | Florian Pritz | 2 | -0/+7 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-06-29 | upshot: Use maim, send notification, don't open a terminal | Florian Pritz | 1 | -4/+8 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-06-29 | remote-notify-client.sh: Run ssh in batch mode | Florian Pritz | 1 | -1/+1 | |
Password queries could cause hanging X sessions if this script is run in .xinitrc. Signed-off-by: Florian Pritz <bluewind@xinu.at> |