Re: copying file system

2001-01-05 Thread Sebastiaan
hello, I configured Debian system on one computer and would like to copy file system to another computer (identical hardware). What command or program should I use for this? 1.Then I have ethernet connection. This was discussed before, I will repeat: tar cf - / | ssh -C client 'cd /mnt; tar -xf

copying file system

2001-01-05 Thread ktt
This is a multi-part message in MIME format. hello, I configured Debian system on one computer and would like to copy file system to another computer (identical hardware). What command or program should I use for this? 1.Then I have ethernet connection. 2.Then I don't have it. Thank you in adv