[plug] Rsync script

Marcos Raul Carot Collins marcos.carot at gmail.com
Wed Mar 25 17:38:20 WST 2009


Try:

#!/bin/bash
 SOURCE="/home/nigel/"
 DEST="/Storage1/Backups/liath/"
 RULES=`cat /home/nigel/.rsync_rules`
 B1_Opts="-azmhxsvv --delete --delete-during --timeout=180"
 rsync $B1_Opts --exclude-from=$RULES $SOURCE $DEST


You must use the inverted ` not the one that is like this '

-- 
Marcos R Carot Collins

Las Niñas Web development and information architecture.
&
Sound Therapy Perth - www.soundtherapyperth.com



More information about the plug mailing list