Learning Linux...
- https://www.mycompiler.io/new/bash
- Ref: https://learning.oreilly.com/library/view/linux-basics-for/9781492069485/xhtml/toc.xhtml
- Backup all entire system exclude backup itself
tar -cvpzf backup.tar.gz --exclude=/backup.tar.gz --one-file-system /- Restore
tar -xvpzf backup.tar.gz -C /