Gentoo Archives: gentoo-user

From: Sascha Lucas <sascha.lucas@×××××××××××××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] remote rsync
Date: Sun, 12 Mar 2006 17:10:40
Message-Id: Pine.LNX.4.64.0603121754040.17199@tragbb.ehf.hav-fghggtneg.qr
In Reply to: Re: [gentoo-user] remote rsync by Paul Stear
1 On Sun, 12 Mar 2006, Paul Stear wrote:
2
3 > In KDE I can copy files using Konqueror to lan://pc2/ which shows my
4 > device.homenet.com. If I then click on the device I get 3 icons NFS SMB HTTP
5 > If I click on SMB the location changes to smb://device.homenet.com and I can
6 > copy any files I want - even links seem to work
7
8 you can use network filesystems NFS or SMB. Make sure you compiled support
9 into your kernel.
10
11 then try:
12
13 mount -t smbfs //netbios_name_of_server_or_ip/name_of_share /local_dir
14
15 or
16
17 mount -t nfs dns_server_name_or_ip:/remote_dir /local_dir
18
19 >>>>> rsync -Cav --delete --progress /test lkd5f:/test
20
21 after mount run:
22
23 rsync -Cav --delete --progress /test /local_dir
24
25 to use advantages of rsync, or just use cp etc.
26
27 Sascha.
28
29 --
30 gentoo-user@g.o mailing list