Quick script for listeners creating the initial test enviroment:
mkdir -p ~/Documents/rwaltr/restic-tutorial &&
cd ~/Documents/rwaltr/restic-tutorial &&
mkdir ./fakedesktop ./backup &&
cd ./fakedesktop &&
echo -e “Hello world! :D\nHello world! :D\n” > ./test.txt &&
cp ./test.txt ./sftest.txt &&
cp ./test.txt ./sftfasdest.txt &&
cd ~/Documents/rwaltr/restic-tutorial &&
echo -e “\nTest Enviroment Ready:\n” &&
ls -R # Alternative to tree
Fyi: Even at 1080p fullscreen the text on the Website was still tiny and blurry but no big deal it was quick intro. One day i’ll be coder Zues with my 4k monitors running on pure lightning but not yet.
Also super explicit directory parameters are easier to follow but totally optional, like: restic -r ./backup/ restore cee1d1f3 --target ./restoretarget/
Curious what you used to make tmux look so good.
Thank you so much!! Now I know about Restic and how to use it.