hi Guys, Victoria here!
I'm new to the forum, and in need of a guide on how to run multiple command on linux command line.
I want to rsync multiple folders
I know the rsync command but how to i make it into 1 script backup.sh
mount /dev/sdb1 /iscsi
rsync -vrplogDtH /var/lib/mysql/ /iscsi/mysql/
rsync -vrplogDtH /home/ /iscsi/home/
and how can i make them finished 1 command before jumping to another with verbose output.
Thank you so much guys!