Umm..
If the 2 machines share identical user databases NFS is just fine for this.
However, if you're looking for a tar-based or other way to do this, I'd
recommend one of the following: (both REQUIRE ssh with root logins allowed for
your permissions requirements)
1)
rsync over ssh. Make sure you've got ssh installed, then do:
rsync
-ave ssh /local/dir/ [EMAIL PROTECTED]:/remote/dir
NOTE
the use of slashes above.
2) tar
over ssh:
tar
cCf /local/dir - . | ssh [EMAIL PROTECTED] tar xCvf /remote/dir
-
--jeh
|
- Moving Debian to a new PC Raffaele Sandrini
- RE: Moving Debian to a new PC Sean 'Shaleh' Perry
- Re: Moving Debian to a new PC martin f krafft
- Justin Hahn