<div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">I want to have a backup of the hard drives of the computers in my house on the other computer. What I was doing before is making each ~ identical. Would the following command give me the desired effect?</div>

<div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)"><br></div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">

rsync -vva --exclude=/home/bmike1/Pictures/* --exclude=.*mozilla* --exclude=.*chromium* ~/<b style="background-color:transparent"> </b>xbmc@192.168.0.3:/home/xbmc/<b style="background-color:transparent">backupdirectoryname</b>; rsync -vva --exclude=/home/bmike1/Pictures/* --exclude=.*mozilla* --exclude=.*chromium* xbmc@192.168.0.3:/home/xbmc/ <b>~/backupdirectoryname</b></div>

<div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)"><b><br></b></div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">

is this correct?</div><div><br></div><div>:-)~MIKE~(-:</div>