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:
@@ -0,0 +1,5 @@
|
||||
# Quick and Dirty Methods (Bash)
|
||||
show every set variale and its value (one liner)
|
||||
```bash
|
||||
for v in $(compgen -v); do echo "$v:$$v"; done
|
||||
```
|
||||
Reference in New Issue
Block a user