RE: [newbie] copying files from one to another

2001-08-05 Thread Michael D. Viron


>You "export" the mount points of the devices you want to share, start
>NFS and on the other machine mount the remote machine...


In order to run NFS, you must start portmap first, otherwise remote
mounting of the nfs share will not work.

Michael

--
Michael Viron
Registered Linux User #81978
Senior Systems & Administration Consultant
Web Spinners, University of West Florida




RE: [newbie] copying files from one to another

2001-08-05 Thread Jose M. Sanchez


While you can do this with Samba, it's not a good idea.

Samba was designed to permit sharing files with WINBLOWS machines.

As a result it frequently drops Linux/Unix specific characteristics of
files... I.E. some permissions, etc.

It also has trouble with certain filenames which are permitted under
Linux.

You are better off using NFS which tends to preserve everything.

NFS is a SNAP to set up using Linux config.

You "export" the mount points of the devices you want to share, start
NFS and on the other machine mount the remote machine...

I.E. if the remote machine is named "remote" and you are "exporting" the
root file system, you could mount it with

"mount remote:/  /mnt/remote"

Where the second "remote" entry is a directory you have created to be
the local mount point...

Remember that you'll need some sort of name resolution, be it /etc/hosts
or DNS available to both machines for this to work... And the
permissions must be set so that both machines are allowed to contact the
other... (if you are going both ways...)

-JMS

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Andrew Miller
Sent: Sunday, August 05, 2001 2:38 PM
To: [EMAIL PROTECTED]
Subject: [newbie] copying files from one to another


I have two laptops on the same network running Mandrake 8.  Samba is 
installed and running on both.  It is not clear to me how best to 
copy files from one to the other for backup and synchronization 
purposes.  Can someone recommend the best method?

Andy





Re: [newbie] copying files from one to another

2001-08-05 Thread Tim Holmes

Try drakesync if you'd like.  IT will use SSL to do so, or SSH, I can't
remember which.

You can also use scp.

scp FILE.NAME $[EMAIL PROTECTED]:/path/for/file

Do a which for scp to make sure it's installed and then check the man
page for more information.  
tdh

--
T. Holmes
-
UNIXTECHS.org
[EMAIL PROTECTED]
-
"Real Men Use Vi!"

Uptime:
  
2:55pm  up 4 days,  1:50,  4 users,  load average: 0.00, 0.00, 0.00
  

| I have two laptops on the same network running Mandrake 8.  Samba is 
| installed and running on both.  It is not clear to me how best to 
| copy files from one to the other for backup and synchronization 
| purposes.  Can someone recommend the best method?
| 
| Andy
| 
  -- 




[newbie] copying files from one to another

2001-08-05 Thread Andrew Miller

I have two laptops on the same network running Mandrake 8.  Samba is 
installed and running on both.  It is not clear to me how best to 
copy files from one to the other for backup and synchronization 
purposes.  Can someone recommend the best method?

Andy