#!/bin/sh ## ## SCRIPT: 01_rsync_home_AcerDesktop1_to_Seagate1TB_ver1_RunCoreInTerminal.sh ## in $HOME/Rsync ## ## PURPOSE: This script uses uses 'mate-terminal' to call script ## '01_rsync_home_AcerDesktop1_to_Seagate1TB_ver1_core.sh' ## to backup/sync the '/home/' directory on AcerDesktop1 ## to a '.../home/' directory on a USB removable disk drive ## with volume-id 'Seagate1TB'. ## ## HOW TO USE: Typically used at computer shutdown, via a desktop icon, ## just after using a desktop icon to run a 'files-cleanup' job. ## ## Created: 2019oct25 Based on scripts used on the old 'home-built' computer. ## Changed: 2019nov02 Added title to mate-terminal window. set -x mate-terminal -t "rsync '/home/' dir to Seagate1TB" \ -e $HOME/Rsync/01_rsync_home_AcerDesktop1_to_Seagate1TB_ver1_core.sh