summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-12-01Add new scriptsFlorian Pritz4-0/+57
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-12-01miscFlorian Pritz5-12/+9
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-12-01find-inodes: Sort outputFlorian Pritz1-2/+8
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-09-06syncrepo.sh: Improve descriptionFlorian Pritz1-2/+3
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-09-01borg-restore.pl: Remove = from short optsFlorian Pritz1-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-26ch: Force umask 022Florian Pritz1-0/+2
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-08-26ch: Inline chroot creation codeFlorian Pritz1-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-26ch: Fix shellcheck warningsFlorian Pritz1-6/+8
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-08-26ch: Return early on errorFlorian Pritz1-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-26ch: Stop ch kill from initializing a chrootFlorian Pritz1-8/+12
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-08-23syncrepo.sh: Add some documentationFlorian Pritz1-1/+10
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-08-19masterkey-sign.sh: Force gpg key ID and gnupg homeFlorian Pritz1-1/+3
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-08-19Moving shaping scripts to dedicated repoFlorian Pritz2-588/+0
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-08-19ch: Only compress logs onceFlorian Pritz1-1/+1
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-08-16borg-restore.pl: Remove reorganize output when nut running with --debugFlorian Pritz1-1/+2
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-08-15borg-restore.pl: Support multiple backup prefixesFlorian Pritz1-2/+11
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-08-15borg-restore.pl: Remove unused Devel::Size moduleFlorian Pritz1-1/+0
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-08-15borg-restore.pl: Improve documentationFlorian Pritz1-7/+11
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-08-15backup.sh: Improve prune command to reduce number of archivesFlorian Pritz1-1/+1
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-08-15borg-restore.pl: Fix remove_tree not honoring prior chdir()Florian Pritz1-1/+1
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-08-15borg-restore.pl: Fix taint warning, remove debug outputFlorian Pritz1-1/+1
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-08-15borg-restore.pl: Implement actual restoration of backupFlorian Pritz1-4/+4
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-08-15borg-restore.pl: Fix incorrect timezoneFlorian Pritz1-5/+4
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-08-15borg-restore.pl: Fix prototype warningFlorian Pritz1-2/+2
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-08-15borg-restore.pl: Fix incorrect components_to_strip valueFlorian Pritz1-3/+1
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-08-15borg-restore.pl: Implement restore testing codeFlorian Pritz1-8/+15
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-08-14borg-restore.pl: Update documentationFlorian Pritz1-17/+15
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-08-14borg-restore.pl: miscFlorian Pritz1-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-14borg-restore.pl: Fix deletion of old db entriesFlorian Pritz1-6/+8
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-08-14borg-restore.pl: WIPFlorian Pritz1-26/+55
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-08-13borg-restore.pl: WIPFlorian Pritz1-19/+116
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-08-12borg-restore.pl: WIPFlorian Pritz1-5/+2
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-08-12borg-restore.pl: WIPFlorian Pritz1-24/+49
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-08-08borg-restore.pl: WIP, finally working now. just needs polishFlorian Pritz1-2/+9
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-08-08borg-restore.pl: WIP. working mostlyFlorian Pritz1-36/+39
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-08-08borg-restore.pl: WIPFlorian Pritz1-30/+68
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-08-08Add WIP version of borg-restore.plFlorian Pritz1-0/+455
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-07-21qos.pl: Fix possibly incorrect display of total-tcFlorian Pritz1-1/+11
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-07-20Add QoS scriptsFlorian Pritz2-0/+578
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-07-10Add speedtest-sshFlorian Pritz1-0/+17
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-07-09Add DB dumper scriptsFlorian Pritz2-0/+24
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-07-05remote-notify-client.sh: Set notification app nameFlorian Pritz1-1/+1
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-07-05screen-locker.sh: Add DPMS supportFlorian Pritz1-2/+9
i3lock dropped the -d option so do it ourselves. Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-07-05gpg-agent.sh: Always export SSH_AUTH_SOCKFlorian Pritz1-1/+2
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-07-05gpg-agent.sh: Drop obsolete option --use-standard-socketFlorian Pritz1-1/+1
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-07-03mklatexreport: Add implicit options from config fileFlorian Pritz1-1/+1
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-06-29check-mail-addr.sh: Accept more arguments than just the email addrFlorian Pritz1-1/+1
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-06-29Add grep-ipFlorian Pritz1-0/+3
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-06-29Add steam and composer wrappersFlorian Pritz2-0/+7
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-06-29upshot: Use maim, send notification, don't open a terminalFlorian Pritz1-4/+8
Signed-off-by: Florian Pritz <bluewind@xinu.at>