
Borg instructions:
borg init: init repositoryborg create: make a backupborg list <REPO>::<VER>: list files in the specific backup in that repoborg check <REPO>: integrity check (rather slow)borg extract [--stdout] <REPO>::<VER> [FILE...]: extract files, by default to the current dir (/home/user/thing.txt becomes $PWD/home/user/thing.txt); if --stdout is passed it prints file contents to stdout