Check if a restart is needed: needs-restarting -r will say if the system needs to be restarted.

Create symbolic link: ln -s source link-name for example ln -s Documents/pictures Pictures will create a Pictures directory in the current user from Documents/pictures

Run sql backup: sh /home/XXXXX/Documents/scripts/backupsql.sh as root and XXXXX is the users home directory

Run server backup: sh /home/XXXXXX/Documents/scripts/backupserver.sh as root and XXXXX is the users home directory

Posted: 03/06/2019 03:37:23 AM by: Jamie category: General