Gentoo Archives: gentoo-user

From: Paul Stear <gentoo@××××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Rsync backup problem2
Date: Fri, 10 Mar 2006 14:10:44
Message-Id: 200603101359.51470.gentoo@appjaws.plus.com
In Reply to: [gentoo-user] Re: Rsync backup problem2 by Harry Putnam
1 On Thursday 09 Mar 2006 18:15, Harry Putnam wrote:
2 > Paul Stear <gentoo@××××××××××××.com> writes:
3 > > On Thursday 09 Mar 2006 15:36, Harry Putnam wrote:
4 > >> Paul <gentoo@××××××××××××.com> writes:
5 > >> > All files copy with no errors but symlinks always fail with the
6 > >> > message: symlink "/mnt/network/usr/lib/libgstinterfaces-0.8.so.0" ->
7 > >> > "libgstinterfaces-0.8.so.0.1.0" failed: Operation not supported
8 > >> >
9 > >> > I am wondering if this is a permissions problem.
10 > >> > My network usb server will not let me have a user called root so I
11 > >> > have set user paul with the 'can do anything' previlege.
12 > >> > The mount and rsync commands are using user root
13 >
14 Windows identifies the Network Storage Link as a windows NT 4.9 server
15 >
16 > > I am mounting the network usb drive using cifs
17 > > The network storage unit is a LINKSYS Network Storage Link for USB 2.0
18 > > Disk Drives.
19 >
20 I have 2 discs attached to the server and the server setup program formatted
21 them as ext3
22
23 > About permissions...:
24 > It may not be so easy to tell.. here is what a ls -l on a NSFS
25 > (winXP) mounted from gentoo looks like:
26 >
27 > -rwxrwSrwt 1 root root 258 Oct 28 22:11 cdiag.txt
28 >
29 ls -l /mnt/network/home
30 total 12
31 drwxrwxr-x 6 2000 501 0 Mar 8 16:55 music
32 drwxrwxr-x 94 2000 501 0 Mar 9 00:07 paul
33
34 ls -l /mnt/network/home/paul/Mail
35 total 128
36 drwxrwxr-x 5 2000 501 0 Mar 9 15:23 Gimp
37 drwxrwxr-x 5 2000 501 0 Mar 9 15:25 KDE
38
39 > >> > All files copy with no errors but symlinks always fail with the
40 > >> > message: symlink "/mnt/network/usr/lib/libgstinterfaces-0.8.so.0" ->
41 > >> > "libgstinterfaces-0.8.so.0.1.0" failed: Operation not supported
42 >
43
44 > One way is to have rsync copy the actual file the symlink is pointing
45 > too.
46 It looks as if this may be the only option
47
48 > > This is the error when copying the Mail directory
49 > > mkstemp
50 > > "/mnt/network/home/paul/Mail/Gimp/cur/.1133608028.9158.nxwHc:2,S.CDg1dQ"
51 > > failed: Not a directory
52 >
53 > This one is more insteresting
54 >
55 > You might change your command line to include another -v and an STDERR
56 > outlet to file like this:
57 >
58 > rsync -Cavv --delete --progress --exclude '*tmp*' --exclude
59 > '*Trash*' /usr /mnt/network 2>er.log
60 attached is the er.log
61 Its strange, yesterday some mail files were copied but the file names had all
62 been truncated e.g. 1012B0~ instead of 1140956627.10049.kTtle:2,S
63 My last run of rsync on my Mail directory deleted all of the contents but did
64 not copy any file.
65
66 I am lost now
67
68 Paul
69 --
70 This message has been sent using kmail with gentoo linux

Attachments

File name MIME type
er.log text/x-log

Replies

Subject Author
[gentoo-user] Re: Rsync backup problem2 Harry Putnam <reader@×××××××.com>