public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Sascha Lucas <sascha.lucas@rus.uni-stuttgart.de>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] remote rsync
Date: Sun, 12 Mar 2006 18:01:21 +0100 (CET)	[thread overview]
Message-ID: <Pine.LNX.4.64.0603121754040.17199@tragbb.ehf.hav-fghggtneg.qr> (raw)
In-Reply-To: <200603121413.04142.gentoo@appjaws.plus.com>

On Sun, 12 Mar 2006, Paul Stear wrote:

> In KDE I can copy files using Konqueror to lan://pc2/ which shows my
> device.homenet.com.  If I then click on the device I get 3 icons NFS SMB HTTP
> If I click on SMB the location changes to smb://device.homenet.com and I can
> copy any files I want - even links seem to work

you can use network filesystems NFS or SMB. Make sure you compiled support 
into your kernel.

then try:

mount -t smbfs //netbios_name_of_server_or_ip/name_of_share /local_dir

or

mount -t nfs dns_server_name_or_ip:/remote_dir /local_dir

>>>>> rsync -Cav --delete --progress /test lkd5f:/test

after mount run:

rsync -Cav --delete --progress /test /local_dir

to use advantages of rsync, or just use cp etc.

Sascha.

-- 
gentoo-user@gentoo.org mailing list



      reply	other threads:[~2006-03-12 17:10 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-12 12:25 [gentoo-user] remote rsync Paul Stear
2006-03-12 13:06 ` Tito Valentin
2006-03-12 13:19   ` Paul Stear
2006-03-12 13:30     ` Tito Valentin
2006-03-12 14:13       ` Paul Stear
2006-03-12 17:01         ` Sascha Lucas [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.LNX.4.64.0603121754040.17199@tragbb.ehf.hav-fghggtneg.qr \
    --to=sascha.lucas@rus.uni-stuttgart.de \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox