Check if a restart is needed: needs-restarting -r will say if the system needs to be restarted.
needs-restarting -r
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
ln -s source link-name
Run sql backup: sh /home/XXXXX/Documents/scripts/backupsql.sh as root and XXXXX is the users home directory
sh /home/XXXXX/Documents/scripts/backupsql.sh
Run server backup: sh /home/XXXXXX/Documents/scripts/backupserver.sh as root and XXXXX is the users home directory
sh /home/XXXXXX/Documents/scripts/backupserver.sh