aboutsummaryrefslogtreecommitdiff
path: root/lib/subcommands
AgeCommit message (Expand)AuthorFilesLines
2024-04-02Remove unused var from zap subcommandPatrick Spek1-2/+0
2024-04-02Rectify incorrect logging labels for del subcommandPatrick Spek1-3/+3
2024-04-02Implement zapPatrick Spek1-0/+39
2023-07-31Fix pull not returning 0 in all casesPatrick Spek1-0/+2
2023-05-22Use [0-9] to be more portablePatrick Spek1-2/+2
2023-05-22Calculate storage in a POSIX compliant mannerPatrick Spek1-6/+6
2023-05-22Ensure defaults are set properly, rather than only on load_1Patrick Spek1-9/+9
2023-05-22Add double-quotes around vars to please shellcheckPatrick Spek1-4/+4
2023-05-22Add a little styling to the headerPatrick Spek1-2/+2
2023-05-22Add the missing memory_free and memory_used for FreeBSDPatrick Spek1-1/+3
2023-05-21Use awk for floating point mathPatrick Spek1-6/+6
2023-05-21Silence SSH issuesPatrick Spek1-1/+1
2023-05-21Add memory_total and uptime to FreeBSD's sysinfoPatrick Spek1-0/+2
2023-05-21Make the load a more uniform formatPatrick Spek1-1/+5
2023-05-21Make more sysinfo work on FreeBSDPatrick Spek1-8/+21
2023-05-21Add storage to topPatrick Spek1-7/+15
2023-05-21Add storage to sysinfoPatrick Spek1-7/+26
2023-05-21Slightly change the way memory is presentedPatrick Spek1-2/+2
2023-05-21Add top subcommandPatrick Spek1-0/+105
2023-05-21Add more information to sysinfoPatrick Spek1-0/+29
2023-03-19Use --glob-archives for borgPatrick Spek1-2/+2
2023-03-14Fix issue where 'del' clears the entire registry filePatrick Spek1-1/+1
2023-03-14Don't look up vpn.ipv4 for ssh subcommandPatrick Spek1-2/+2
2023-03-14Drop --remote from pull commandPatrick Spek1-1/+1
2023-03-10Update license headers where applicablePatrick Spek1-1/+1
2023-03-10Update new code for shellcheck compliancyPatrick Spek3-5/+11
2023-03-10Add playbook_path()Patrick Spek3-3/+3
2023-03-10Add data.dPatrick Spek1-0/+1
2023-03-10No need to chgdir when using -C on gitPatrick Spek1-1/+0
2023-03-10Update copyright datesPatrick Spek3-3/+3
2023-03-09Implement BASHTARD_PLAYBOOK_VARSPatrick Spek2-0/+48
2023-03-08Add --init to initialize new submodulesPatrick Spek1-1/+1
2023-03-08Only stash and pop if the tree is dirtyPatrick Spek1-2/+9
2023-03-08Split pull functionality into its own subcommandPatrick Spek2-10/+18
2023-03-08Add diff subcommandPatrick Spek1-5/+1
2023-03-08Stash and pop changes when syncingPatrick Spek1-0/+4
2023-03-08Change remotes to simply be git submodulesPatrick Spek2-22/+2
2023-03-06Various fixes to make the latest shellcheck passPatrick Spek5-8/+12
2022-10-17Update backup subcommand to use new config_subkeys semanticsPatrick Spek1-8/+6
2022-05-26Fix up PGPASSWORD from botched debugging experimentPatrick Spek1-1/+1
2022-05-26And fix the same typo but for postgresql backupsPatrick Spek1-1/+1
2022-05-26Fix typo in remote_paths lookupPatrick Spek1-1/+1
2022-05-26Don't use --content-from-commandPatrick Spek1-5/+3
2022-05-26Add more logging to postgresql backupsPatrick Spek1-12/+26
2022-05-26Make borg read from stdin for pg_dump backupsPatrick Spek1-1/+2
2022-05-26Rename key to passphrasePatrick Spek1-2/+2
2022-05-26Put backup prune defaults in the default configuration filePatrick Spek1-8/+8
2022-05-26Add a first iteration of a backup subcommandPatrick Spek1-0/+155
2022-05-26Alter the configuration used for sshPatrick Spek1-9/+5
2022-05-11Implement pkg subcommandPatrick Spek1-0/+16