BASH SCRIPTING & PROJECTS

Resources

Bash Cmd Line & Shell Scripts
Bash Cookbook
Linux & Script Bible

Projects

Section 1

POTD-Backup Script

I didn't like the way the backup was backing up the entire /home directory (including the backup destination). I instead created a directory /opt/important and changed ownership of the directory to 'ubuntu' user. I also added in the explanation of how the tar format is setup (backup destination)(what to be backed up) as well as the flags.

Section 2

POTD-Command Substitution

Last updated

Was this helpful?