similar to: Rsync problems with some files & timestamp

Displaying 20 results from an estimated 110 matches similar to: "Rsync problems with some files & timestamp"

2004 Aug 10
2
out of memory in receive_file_entry rsync-2.6.2
Hello, I've had some problems using rsync to transfer directories with more than 3 million files. Here's the error message from rsync: <snip> ERROR: out of memory in receive_file_entry rsync error: error allocating core memory buffers (code 22) at util.c(116) rsync: connection unexpectedly closed (63453387 bytes read so far) rsync error: error in rsync protocol data stream (code
2016 Mar 28
2
-H option causes unneccessary transfers
Greetings, when the daily system backup with rsync is performed, thousands of files (e.g. from /usr directory), which are not modified are uselessly transferrred to the backup storage every day. The rsync command is the following: rsync --update -DHAErlptgo --relative --atimes --delete-during ${SRCPATH} ${BACKUPDIR} Quick investigation shown, that these files are hard links, and the command
2016 Mar 28
2
-H option causes unneccessary transfers
On Mon, Mar 28, 2016 at 08:11:07AM -0400, Kevin Korb wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > What does --itemize-changes say about these files? > > Also, what is --atimes? Is this the Apple modified rsync for OSX? > > On 03/28/2016 07:51 AM, Albert Berger wrote: > > Greetings, > > > > when the daily system backup with rsync is
2008 May 23
1
[LLVMdev] DebugInfoBuilder?
Evan Cheng wrote: > I don't think so. Contribution welcome! :-) LLVM debugging support > isn't anywhere near where it needs to be. > Well, here's a rough sketch of what I was thinking of: class DebugInfoBuilder { public: /// Constructor DebugInfoBuilder(); /// Return the type defined by llvm.dbg.anchor.type StructType * GetAnchorType() const; ///
2006 Jan 08
3
IO Timeout Error in file less than 3 MB
Hi all, I am having a problem while sycing file. An error is given as follows: "io timeout after 55 second - exiting". I have found this problem being posted in the mailing list previously. But after reading those mails, i understood that this problem occured only for files greater than 100M file size. But the file am trying to sync is of just 2MB. Let
2008 May 21
2
[LLVMdev] DebugInfoBuilder?
Are there any utility classes, similar to IRBuilder, for creating source level debugging info? -- Talin
2008 May 21
0
[LLVMdev] DebugInfoBuilder?
I don't think so. Contribution welcome! :-) LLVM debugging support isn't anywhere near where it needs to be. Evan On May 20, 2008, at 9:53 PM, Talin wrote: > Are there any utility classes, similar to IRBuilder, for creating > source > level debugging info? > > -- Talin > > _______________________________________________ > LLVM Developers mailing list >
2007 May 22
0
4.4 -> 4.5 ncpmount
After upgrading from 4.4 to 4.5 the ncpmount comand scripts used to backup the netware serevrs fails to mount. The error is: ncpmount: No such device in mount(2) Anybody else having this issue? Thanks -Jay -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20070522/6cec6d56/attachment.html>
1999 Dec 06
1
Share directories mounted by ncpmount
Hi! Is it possible under Samba to give access Win95/98 machines to directories mounted using ncpmount? Thanks in advance Danila Vologdin
2000 Aug 31
1
novell maped directory
Hello samba-bugs, I trying to share by samba(2.0.3) allready maped novell directory (maped by ncpmount): ncpmount -S CAPITAL -U butthead -P 12345 /tmp/samba/novell smb.conf: [form618] comment = none writeable = Yes path = /tmp/samba/novell/bank/BANK/618_PO read only = No create mask = 0666
2010 May 12
1
DOS Attributes with mixed xattr filesystem support
Hi, I'm running Samba as a glorified NAS at the moment - to begin with, I have an ext3 storage partition, /storage. In this is a directory, /storage/Personal, which has its own Samba share (also Personal). At this point, dos attributes using filesystem xattrs work beautifully. The problem comes when I start to fiddle further... I have a Novell NetWare filesystem (ncpmount) mounted at
2019 Aug 09
0
[PATCH] Switch to utimensat for newer POSIX versions
Some libcs like uClibc-ng can optionally disable deprecated functions. utime is one of them. When done so, both the header and the function go missing. This fixes flac_utime to work in such a situation. --- include/share/compat.h | 10 +++++++++- src/libFLAC/metadata_iterators.c | 9 +++++++-- src/share/grabbag/file.c | 9 +++++++-- 3 files changed, 23 insertions(+), 5
1999 Jan 27
1
Linux 2.2.0 and Samba client not happening for me
Dudes and/or Dudettes: HEEELLLPPP! (such a newbie statement) I can't get my remote SMB mounts to work on my Linux box. duke was happily running Slackware Linux 2.0.36 and Samba 1.9.18p8 . I upgraded to Linux 2.2.0pre9 (2.2.0final), which seemed to require upgrading to Samba 2.0.0 . (I don't remember the exact errors) Now i can't get my NT and '95 disks to stay mounted on
2010 Nov 07
3
[LLVMdev] Next round of DWARF issues/questions
After to speaking to Devang and a number of other people at the developer's conference, I was able to make some forward progress on getting debugging to work. I'm now able to actually single-step through my program and set breakpoints, and examine function parameters. However, I'm also seeing a lot of new problems which weren't exposed before. After spending the better part of two
1999 Dec 03
0
Samba problems after intalling ncpfs
Hi! My problem is that Samba doesn't work after installing ncfs. I have Samba 1.9.18p10 and ncpfs 2.0.10. I've succesfully installed ncpfs. After that I check it by "slist" and get my Novell server. I mount Novell volume by ncpmount - all ok. But after that my Samba doesn't work. I can see Samba/Linux box in Network neibourhood with correct title "Linux Samba
2002 Nov 19
1
Attaching to Netware-Server
Dear listmembers, recently our sysadmin turned off the support for ipx-protocol. Since then I found no way to mount my home-directory on the net (novell) on my linux box. Using ipx, I had had the same servername etc) I found a lot of discussions about the way vice versa, but no FM I could R to manage around this issue (i.e. mounting a Netware volume on a linux box). Anybody out there having an
2016 Mar 28
0
-H option causes unneccessary transfers
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 What does --itemize-changes say about these files? Also, what is --atimes? Is this the Apple modified rsync for OSX? On 03/28/2016 07:51 AM, Albert Berger wrote: > Greetings, > > when the daily system backup with rsync is performed, thousands of > files (e.g. from /usr directory), which are not modified are > uselessly transferrred
2001 Jan 10
2
BUG: Creating New Folders On SMB (VFAT) Mounted drive
I have a drive being shared with smb (it's a vfat drive, btw) and whenever I go to create a new folder from any of the clients to that shared drive, it gives me a message that the folder allready exists, but it still does create a new folder, and then i have to rename "new folder" to whatever I want, same goes with copying/moving folders, it says the folder allready exists (when it
2016 Mar 28
0
-H option causes unneccessary transfers
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 My guess is that it is the atimes patch causing the problem. Normally rsync would never say "u" in the itemized output as it is "reserved for future use". Plus copying the file would change the atime. On 03/28/2016 08:44 AM, Albert Berger wrote: > On Mon, Mar 28, 2016 at 08:11:07AM -0400, Kevin Korb wrote: >> -----BEGIN
2007 Feb 04
0
Can't authenticate, from a linux client, against a samba PDC/tdbsam
Hi all, Since September 2006, I've been using a samba PDC (3.0.20) with tdbsam, to authenticate the users of a school network (90 XP boxes). All the users are able to log in the network from XP boxes. Recently, I've installed a samba client (K12LTSP) in the domain, but, I' ve a problem getting linux client to authenticate against the Samba PDC. After setup all the config files