Makin a hardcore data protector/archiver/version controller/verifier that will monitor a dir of files and on each change or new file, (after archiving the old versions) a new sha256 checksum is generated, git version control done, and redundant backup archives via restic

This commit is contained in:
2026-05-11 20:54:00 -06:00
parent 4bd558fb69
commit 8633f4e008
6 changed files with 421 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
trap: usage: trap [-Plp] [[action] signal_spec ...]