Dump to a File

Ever have the need to dump the contents of a partition into a single file on a remote machine. The local machine does need to be trusted by the remote machine for this to work.

Use the following command:

# dump 0fb - 126 [filesystem] | rsh [remote machine] \

'(cd [destination dir];dd of=[destination file] os=126b)'

# dump 0fb - 126 /dev/root | rsh foo '(cd /usr2/tmp;dd of=root.dump os=126b)'

Have a Unix Problem
Do you have a UNIX Question?

Unix Books :-
UNIX Programming, Certification, System Administration, Performance Tuning Reference Books

Return to : - Unix System Administration Hints and Tips

(c) www.gotothings.com All material on this site is Copyright.
Every effort is made to ensure the content integrity.  Information used on this site is at your own risk.
All product names are trademarks of their respective companies.
The site www.gotothings.com is in no way affiliated with or endorsed by any company listed at this site.
Any unauthorised copying or mirroring is prohibited.