This is a discussion on restore form rsync within the Rsync forums, part of the Networking and Network Related category; Hello everybody, I have just got a SCO box with this backup working every night, and I would like to ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hello everybody, I have just got a SCO box with this backup working
every night, and I would like to rebuild this box to a newer. How can I do the Restore having everything in one external computer. These are the sentences that are doing the backup on the overnight script: /usr/local/bin/rsync \ --rsh=/usr/bin/ssh \ --recursive \ --times \ --links \ --hard-links \ --perms \ --owner \ --group \ --verbose \ --timeout=600 \ / root@192.168.0.144:/MyBackup/ echo -- `date` RSYNC backup complete I will install the new SCO box and: How do I execute the rsync to use in my new box, with everything working? Thanks for your help |