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?
rsync -vva --exclude=/home/bmike1/Pictures/* --exclude=.*mozilla* --exclude=.*chromium* ~/* *[email protected]:/home/xbmc/*backupdirectoryname*; rsync -vva --exclude=/home/bmike1/Pictures/* --exclude=.*mozilla* --exclude=.*chromium* [email protected]:/home/xbmc/ *~/backupdirectoryname* * * is this correct? :-)~MIKE~(-:
--------------------------------------------------- PLUG-discuss mailing list - [email protected] To subscribe, unsubscribe, or to change your mail settings: http://lists.phxlinux.org/mailman/listinfo/plug-discuss
