Commands
Basic and Essentials linux commands for all linux users (Must know)
Basic Linux Commands
Linux Backup Tar Command
Last updated
Basic and Essentials linux commands for all linux users (Must know)
Last updated
tar -zcf /backup/username_home_test.tar.gz \
--exclude=/home/username/.cache \
--exclude=/home/username/Downloads \
/home/username