On 11/05 03:57 , Rob Morin wrote: > I was just wondering how backuppc would be able to restore using the > web gui as the bare metal machine would not know about the ssh keys and > such... i have to put up a new server soon i would like to try it on > that machine....
ah. I see your problem. here's the short version of how to do it: [EMAIL PROTECTED]:~$ /usr/share/backuppc/bin/BackupPC_tarCreate -h client.example.tld -n -1 -s / / |gzip -1 |nc client.example.tld 8888 [EMAIL PROTECTED]:/mnt/targetdisk# nc -l -p 8888 | tar xzvp I might have a typo or two in there somewhere; but hopefully you get the idea of how to operate the commands. -- 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] List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/
