IRIX: backup on different machine
Backup the box onto a different machine…
Code:
xfsdump -l 0 – / | ssh foo@bar dd of=backup-name.xfs
Then you can restore from a miniroot if things go wrong…
Code:
rsh bar -l foo cat backup-name.xfs | xfsrestore -v verbose – /root
Comments are closed
Comments are currently closed on this entry.