#!/bin/sh ## ## SCRIPT: 02_rsync_home_AcerDesktop1_to_Seagate3TB_ver1_RunCoreInTerminal.sh ## in $HOME/Rsync ## ## PURPOSE: This script uses uses 'mate-terminal' to call script ## '02_rsync_home_AcerDesktop1_to_Seagate3TB_ver1_core.sh' ## to backup/sync the '/home/' directory on AcerDesktop1 ## to a '.../home/' directory on a USB removable disk drive ## with volume-id 'Seagate3TB'. ## ## 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: 2019nov02 Based on script for copy/incremental-backup to Seagate1TB drive. ## Changed: 201x set -x mate-terminal -t "rsync '/home/' dir to Seagate3TB" \ -e $HOME/Rsync/02_rsync_home_AcerDesktop1_to_Seagate3TB_ver1_core.sh