On 10/16 11:30 , Rob Owens wrote:
> I'm backing up /etc, /home, and /usr/local.  The trouble is with /etc,
> because if I choose to only back up /home and /usr/local it works fine.

got a recursive link in there somewhere? Maybe check for this using a 'find'
command, and see where the links go to.

find /etc/ -type l -exec ls -l {} \;

this will produce a huge output; but grep -v is your friend.

-- 
Carl Soderstrom
Systems Administrator
Real-Time Enterprises
www.real-time.com

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
BackupPC-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Reply via email to