similar to: DO NOT REPLY [Bug 4961] New: rsync ignores --compare-dest flag?

Displaying 20 results from an estimated 300 matches similar to: "DO NOT REPLY [Bug 4961] New: rsync ignores --compare-dest flag?"

2012 Nov 09
4
Usage of puppet to deploy and configuration manage software patches
I have some questions in terms of how to use puppet of configuration management for software patches. My previous approach was it to create a puppet module for each patch ... Like Patch1 includes (FileA, FileB, FileC), Patch2 includes (FileD, FileE)... So far so good and that works but now i have to create a Patch3 with lets say FileF and FileA included. As you can see there will be a puppet
2005 Oct 05
0
Asterisk 1.0.9-BRIstuffed-0.2.0-RC8o memory leak when using call files ?
Hi all, I'm using Asterisk 1.0.9-BRIstuffed-0.2.0-RC8o on box A with a TE410P (EuroISDN cpe) connected to another similar asterisk box B acting as EuroISDN master. I'm performing some load tests by contiously feeding up to concurrent 30 call files to /var/spool/asterisk/outgoing/ on box A which inititate via a dialplan context/extension a outbound call (redirected via chan_local) to
2005 Jul 31
0
[Bug 2933] New: regression with hardlinked devices
https://bugzilla.samba.org/show_bug.cgi?id=2933 Summary: regression with hardlinked devices Product: rsync Version: 2.6.5 Platform: All OS/Version: FreeBSD Status: NEW Severity: major Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy:
2002 Jun 21
0
File date stamp on overwrite
This is a re-post of a note I sent yesterday. Somehow I neglected the subject line and haven't seen my note in the digests. Hello, I'm new to the list, but searched archives and didn't find an answer to my question so... I have two Solaris servers, one with Samba 1.9.18p10 and the other with 2.2.4. My problem is that I'm having timestamps modified unexpectedly on one
2007 Feb 07
2
ncluding backgroundrb issue
I have the next including files structure : - controller fileaA.rb including line (#8): require "fileB"... - /lib/fileB.rb with main header: load ''backgroundrb/worker.rb'' load ''backgroundrb/ worker_rails.rb'' class FileB <
2010 Jan 21
2
Help with correct text file syntax EXCLUDE/INCLUDE + OPTION
Hi, Linux-Ubuntu here. English is not my first language. The man rsync is difficult to understand. I want to backup some folders recursively and some files, see [1] in my /home dir to an external USB HD (Ext4). I want to use a text file for the purpose. [1] /home/user/Documents /home/user/Software /home/user/.evolution/addressbook/local/system/addressbook.db
2010 Sep 03
1
How to Retain Ownership on webdir
Hi, I have this webroot /webdir/ with 2775 permission so that any created file/directory by apache inside of /webdir/ will be 'users:webusers'. However, I noticed when the apache created a new files (fileB) / directories (dirB), the ownership becomes 'apache:apache' and the sgid has gone for /webdir/ (drwxrwxr-x). I'm currently using Wordpress. [before] drwxrwsr-x users
2010 Apr 30
3
need help: about remove space
Hi all I have big file as below and would like to know how many line eg: wc -l file but can't figure out how to know If I type wc -l file, I only get the 1023 but it includes the space When I use cat file | tr -d "\r \n". it gives me "adrian alice......" I need it as fileB and then wc -l fileB. Thank you so much file ==== adrian alice Patrick file B ======
2006 Jun 26
0
[klibc 19/43] klibc basic build infrastructure
Basic infrastructure for building klibc. Signed-off-by: H. Peter Anvin <hpa at zytor.com> --- commit 5bba564a5c133369b3e83e5827d053a98cb3c59a tree 11f2acc1f9d845e8764fa790f522b79ea1106b80 parent 378abd8f4d39024ea6c87eb5b54155238f647f0d author H. Peter Anvin <hpa at zytor.com> Sun, 25 Jun 2006 16:58:08 -0700 committer H. Peter Anvin <hpa at zytor.com> Sun, 25 Jun 2006 16:58:08
2012 Mar 13
1
Error recovery
I am trying to figure out what happens in the following scenario: I use rsync to copy files from hostA:/dir1 to hostB:/dir1 with the command (from hostB) rsync -abvt --delete-after --suffix=~ hostA:/dir1 /dir1 So if fileA exists already on both boxes (it has previously been rsynce-d) and fileA changes on hostA. rsync starts from hostB, fileA starts transfer. If the transfer aborts before it
2005 Feb 09
1
Query re: rolling checksum algorithm of rsync
Hi, I had a query wrt the topic of rsync's rolling checksum algorithm: If I have a fileA that is a database file of size 100 MB on local machine. I back it up first time (full backup) using rsync to the server assuming block_size to be 30 KB and --compress option to compress data as it is transferred. Next time, I modify the fileA with another 100 MB new contents towards the end
2013 Jun 27
0
[PATCH V3] ocfs2: llseek requires to ocfs2 inode lock for the file in SEEK_END
llseek requires ocfs2 inode lock for updating the file size in SEEK_END. because the file size maybe update on another node. if it not . after call llseek in SEEK_END. the position is old. this bug can be reproduce the following scenario: at first ,we dd a test fileA,the file size is 10k. on NodeA: --------- 1) open the test fileA, lseek the end of file. and print the position. 2) close the test
2007 Jul 08
0
patch to enhance sound module for 96 kHz/24 bit sample sizes
Greetings Matthias, Thanks again for your sound module. I did not ever manage to find the time to play with phase equations, but I found I needed the module for a new project involving bats. I needed to do some work @ 96 kHz/24 bit sample size, and found the limitations of the sound package stop at 48 kHz and 16 bit samples. Here's a patch to bring things up to 96/24. Sorry I cannot
2003 Sep 18
2
bad hardlinks with rsync
Hi List I've experienced some problems with rsync. I'm backuping a complete machine's rootdirectory. After completion I see in the log of the output, that rsync links some files which are surely *not* the same on the source System. Or well, it says, that it makes links, using the filename1 => filename2 notation. On the source System this files are not the same and some files are
1999 Dec 13
1
file-permition samba vrs novell !
hi there ! I want to change a novell-netware server to a samba server, and there i have a big problem with the file-permitions ! we use a big database-system. the clients searches for the programs and for the data's on the same drive, so i must have one share with different rights (rwx ... for data and rx for programs) the directory structure is the following: vol1\ \flex31d
2013 Jun 20
2
[PATCH] ocfs2: llseek requires to ocfs2 inode lock for the file in SEEK_END
llseek requires ocfs2 inode lock for updating the file size in SEEK_END. because the file size maybe update on another node. if it not . after call llseek in SEEK_END. the position is old. this bug can be reproduce the following scenario: at first ,we dd a test fileA,the file size is 10k. on NodeA: --------- 1) open the test fileA, lseek the end of file. and print the position. 2) close the test
2002 May 06
6
SCP file corruptions
Hi, I apparently was asleep at the wheel using scp, and accidentally copied a file onto itself. Scp generated an Input/Output error and did not perform the copy. However, now the file is corrupt. Is this a but? Is there anyway to fix the file I messed up? Thanks, Don Gathman 208.396.6675
2002 Dec 22
0
Bug ID: 26222 - SMB Storm
Please include the following to bug ID: 26222 at: http://bugs.samba.org/?findid=26222 More checking shows that closing a search window on Windows in the middle of it's search doesn't stop the SMB activity. Network utilization remains high, and it seems as if the server is stuck searching. In an attempt to verify, I created a share on Win2k, and followed the same procedure: Server:
2016 Jul 14
1
command line file completion on CentOS 7
John Hodrien wrote: > On Thu, 14 Jul 2016, Jerry Geis wrote: > >> Why are they not the same? > > https://bugzilla.redhat.com/show_bug.cgi?id=1296366 > Not just more for me - in odd cases, not all the time, but on some of our servers, and no, I don't remember if they're C6 or c7, sometimes filec works, and others not. Thinking about it, I think it works with ll, but not
2008 Dec 16
5
Self-heal's behavior: problem on "replace" -- it leaves garbage.
Hi. I'm using GlusterFS v1.3.12 (glusterfs-1.3.12.tar.gz) via FUSE (fuse-2.7.3glfs10.tar.gz) on CentOS 5.2 x86_64 (Linux kernel 2.6.18-92.el5) now. The nodes are HP Proliant DL360 G5 (as GlusterFS Client) and DL180 G5 (as GlusterFS Servers). And the connections are all TCP/IP on Gigabit ethernet. Then, I tested self-heal and I found a technical problem about "replace" -- self-heal