Commit graph

20 commits

Author SHA1 Message Date
a20c45c730 fix: another link that may be starting the service at reboot 2023-01-22 20:43:07 -05:00
143a862e4f chore: change yes to true, yes just feels weird 2023-01-21 09:51:25 -05:00
dd05a4ded7 fix: correct backup running at every reboot 2023-01-21 09:45:58 -05:00
703de585e2 refactor: remove FIND var, not used with systemd logging 2023-01-17 10:43:43 -05:00
89ad521b9e fix: remove the notification testing line 2023-01-17 10:42:36 -05:00
32409b9891 feat: enable feature flag for notifications
default to not sending notifications, override in the env
2023-01-17 10:39:41 -05:00
f509e68ef5 doc: add default/overridable settings in env file base 2023-01-17 10:33:01 -05:00
d34b47e705 fix: move source env call so that all settings can be overridden 2023-01-17 10:24:16 -05:00
d1e0e55895 docs: add readme file 2023-01-17 10:20:48 -05:00
8767f1bff7 fix: remove the dry-run setting 2023-01-17 10:10:08 -05:00
1c65143bd6 refactor: remove unused vars 2023-01-17 10:07:52 -05:00
590c480588 fix: add matrix hook url to env 2023-01-17 09:43:24 -05:00
f7b291d7c7 chore: move files to mimic what they are in the system, under etc 2023-01-17 09:23:35 -05:00
00f7736641 feat: use env var for matrix hook settings 2023-01-17 09:23:06 -05:00
041b70319e feat: remove logging for systemd assumption
With systemd, we don't need to specify any logging output, and the
tee'ing is complicating things anyway.  This removes all the external
logging, and adds the systemd service and timer required to make it go.
2023-01-16 22:43:32 -05:00
248ef13ee9 feat: add error handling and lock checking 2023-01-16 21:33:37 -05:00
3f678f78bc feat: add timestamp function 2023-01-16 19:35:40 -05:00
4d544d0b3e fix: correct shellcheck issues 2023-01-16 19:26:57 -05:00
f20625d391 update script to use tee binary var 2023-01-16 19:24:05 -05:00
741725ba4e initial commit 2023-01-16 19:22:59 -05:00