similar to: copying between shares

Displaying 20 results from an estimated 2000 matches similar to: "copying between shares"

2005 Mar 03
1
Why does "rsync -av" always claim (incorrectly?) that it is updating write protected directories?
Hi, I usually run "rsync -av" so I can see all the files that have been modified. However, "rsync -av" always claims to be updating write protected directories, even when they have not been changed. I do not understand why. Here is an example using rsync version 2.6.3 on FreeBSD 5.3. I get similar results with rsync 2.6.0 on Gentoo Linux. -------- $ mkdir dir0 $ touch
2008 Jun 12
0
Samba 3 handles Linux permissions differently then Samba 2 ?
Hi, we have a problem with permissions migrating from a custom 2.4 kernel Linux distro with Samba 2.2.5 to OpenSuSE 10.3 (with samba 3.0.26). We used to have directories like this (relative to the Samba share): /root/dir0/dir1/dir2/dir3/userdir1-1/userdir1-2 'root' and all it's parent directories have '0755' Linux permission. dir0-dir3 all have '0711' permissions
2015 Nov 03
0
stale file handle issue
I've run out of ideas on this.... A CentOS 6 box serving nfs: two directories separately: /this/partition/dir0 and /this/partition/dir1. Everything looks good on it. On the servers it's exporting to - two are CentOS 6, one's CentOS 7, they all automount /net/server/this/partition/dir0... but no matter what I've done, restarting autofs and nfslock, umounted things... but with autofs
2010 Mar 18
2
Rsync behaviour on harddisc crash
I was just pondering: Lets look at Server A with one extra harddisc hdb, where hdb1 is mounted at /mnt/folder. /mnt/folder is the folder which should be mirrored on Server B. So Server B rsyncs rsynch -a -delete server::folder /folder from Server A and gets all the new files and deletes all the files, which doesn't exist on Server A's /mnt/folder anymore. What would happen,
2011 May 26
4
Different behavior of median and mean function - Why?
Hi together, below is a small example which produces outcome I do not understand, namely that the median function works fine on a data.frame without negative numbers, but doesn't work on a data.frame with one negative number. I'm sure there is a reasonable explanation for that or better, that I'm doing something wrong and someone could guide me how to solve it. I tried googling it,
2003 Nov 25
1
rsync-bugs and unclear semantics when copying multiple source-dirs to one target
On 24 Nov 2003, Dirk Pape <pape@inf.fu-berlin.de> wrote: > Dear Martin Pool, > > I tried to ask via the rsync-mailing list but never got an answer. So I > contact you directly. > > I refer to the rsync syntax > > rsync [OPTION]... SRC [SRC]... DEST > > with more than one SRC, which is mentioned in the man-pages. > We use this form to "overlay"
2011 Apr 25
2
Problem with ddply in the plyr-package: surprising output of a date-column
Hi Together, I have a problem with the plyr package - more precisely with the ddply function - and would be very grateful for any help. I hope the example here is precise enough for someone to identify the problem. Basically, in this step I want to identify observations that are identical in terms of certain identifiers (ID1, ID2, ID3) and just want to save those observations (in this step,
2008 Jan 24
0
cdrom_pc_intr: The drive appears confused
Hello, this morning my centos 5 server (2.6.18-53.1.4.el5) failed on the dvd device and disabled dma. The dvd-writer (/dev/hdg) is connected to the following controller as a secondary master. 02:07.0 RAID bus controller: Silicon Image, Inc. PCI0680 Ultra ATA-133 Host Controller (rev 02) There is also an harddisc as primary master connected on this controller. This harddisc is the only device in
2006 Feb 03
0
run programs .exe from cdrom/dvd
Some of my programs need to be starting from cdrom or dvd after execution of the local .exe from harddisc. How is the proceeding to achieve a running program from cdrom/dvd? The link from .wine/windos/dosdevices to the cdrom and dvd is already established and works. May it's necessary to write a shell script to run after start from cdrom/dvd. On the other hand, may it would help to make a copy
2013 Oct 29
1
samba_backup
Hallo, i tried to backup samba4 by using the samba_backup script. I removed ?>/dev/null 2>&1?-Pipe from the tar-commands. Tar could not archive the temporary msg-files, because they where open. My question is, do I need the temporary msg-files for a complete samba4 database-backup? Thank you. tar: ./private/smbd.tmp/msg/msg.31043.1: socket ignored tar:
2011 May 30
0
Syncing a write protected folder
Hi, I've already asked in IRC, but i somehow can't belive this isn't possible. I have the folowing testcase (local, on an ext3 fs, no xattr): . ??? [dr-xr-xr-x] dir1 ??? ??? [-r--r--r--] text.txt ??? [drwxr-xr-x] target and what i want after using 'rsync <some options> dir1 target' is: . ??? [dr-xr-xr-x] dir1 ??? ??? [-r--r--r--] text.txt ??? [drwxr-xr-x]
2004 Oct 04
1
[LLVMdev] cfrontend-1.3.source: Compilation error
This is a forward of a question from the SourceForge LLVM forum. If anyone has experience with Cygwin and building the C front-end there, please reply and CC Alex. --- Post by Alex Vinokur below --- =============== Windows 2000 GNU gcc 3.3.3 (cygwin special) =============== ./configure ./make I have got compilation error ------------------------------- make[1]: Entering directory
2007 Dec 28
1
Odd behavior with --detect-renamed
Hello, I'm totally new to this list, so I hope I don't break all the rules. :) I've looked through the archives (and google), and I really can't find the answer to my question. I'm trying out the 'detect-renamed'-patch, and I've encountered some odd behavior. I've applied the patch to both rsync-2.6.9 and rsync-3.0.0pre7, and it's the same behavior.
2007 Nov 19
1
rsync-ing from two locations with same filenames (at different versions)
Hello, I would like to have a full repository, say, holding files full/a.txt (version 1) full/b.txt (version 1) full/c.txt (version 1) and a repository of updates, for example new/b.txt (version 2 - newer) Then, I would like to call rsync [flags] new/ full/ destination to get destination/a.txt (v.1) destination/b.txt (v.2) destination/c.txt (v.1) This simple case works
2015 May 22
2
Random data stale error
Hello, after some time monitoring my installation to see how its working, I found that some ramdom times, like one or two days in a week, the driver fails to start and upsmon keeps registering a "data stale" error on Windows' event log. I've set the NUT service to "delayed start" to see if it was a driver conflict on the system start rush, but it keeps doing it
2002 Sep 17
0
Bug Report rsync 2.5.5 --delete and soft links to parent directories causes MAXSYMLINKS error
I have found an unwanted feature of rsync 2.5.5. It has to do with soft links and the --delete option in archive mode. The following shows how to reproduce the error. Provide a soft link that refers to a parent directory. %> /bin/ls -lR /tmp/src /tmp/src: total 16 16 drwxrwxr-x 2 wke sys_admin 239 Sep 17 16:18 dir1/ /tmp/src/dir1: total 32 16 lrwxrwxrwx 1 wke
2003 Jan 16
1
Fw: syslinux with flash discs?
Johan accidentally wrote me personally with the following email, which I thought would be better intended for the syslinux list. Replies to *Johan* please. :) -d ----- Original Message ----- From: "Johan Win?s" <johan.winas at isg.se> To: <david at weekly.org> Sent: Thursday, January 16, 2003 2:33 AM Subject: syslinux with flash discs? > Hi.. > > Just tried out
1997 Sep 12
2
R-alpha: bug in passing of empty (...)
This is too bad (and an old bug at least since 0.49); it also breaks some code I have been using in S-plus: > tst <- function(...) ls(...) > tst()#--- should really give the same as ls() !! character(0) > ls() [1] "%in%" "As.integer" "Dir" [4] "Dir0" "Fn12"
2010 May 05
2
[Bug 1767] New: Inconsistend wildcard expansion in 'ls *'
https://bugzilla.mindrot.org/show_bug.cgi?id=1767 Summary: Inconsistend wildcard expansion in 'ls *' Product: Portable OpenSSH Version: 5.5p1 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: sftp AssignedTo: unassigned-bugs at mindrot.org
2000 Apr 03
1
2.0.7pre3: smbclient issues
My systems: rh61, 2.2.14 + smbfs-nls.patch. I refer to 2.0.7pre3 as 2.0.7 === 1) "ls" of an empty dir 1a) 1.9.18 doing "ls" to an empty samba dir: smb: \> ls 49550 blocks of size 16384. 33754 blocks available 1b) 2.0.7 doing "ls" to an empty samba dir: smb: \> ls ERRDOS - ERRbadfile (File not found.) listing \* <=======