Displaying 20 results from an estimated 4000 matches similar to: "detect-renamed.diff fixes and improvements"
2007 Oct 16
1
detect-renamed-lax.diff
On 10/13/07, Wayne Davison <wayned@samba.org> committed:
> Added Files:
> detect-renamed-lax.diff
> Log Message:
> My version of Matt's --trust-rename patch.
The option --detect-moved should be named --detect-moved-lax because
it contains the lax behavior. --detect-moved would mean "use a file
with the same basename as an alternate basis".
Matt
2013 Feb 07
0
detect-renamed.diff update to ensure existence of directory for partial-dir
The detect-renamed patch is an amazing patch with one problem: It doesn't
work when a file is moved to a directory that doesn't exist on the
receiving end. In this case it reverts to transferring the entire file.
This problem is easily solved by a simple change to the
detect-renamed.diff patch in this ticket:
https://bugzilla.samba.org/show_bug.cgi?id=8847
Any chance this improvement
2010 Dec 18
0
Compilation for mac OS X with detect-renamed.diff patch
Hello,
I need to run rsync on a mac (OS X 10.6.5) with the --detect-renamed option
available.
I therefore started to compile rsync with the 3 relevant patches (in my
opinion) :
- fileflags.diff
- crtimes.diff
- detect-renamed.diff
Here are my exact compile instructions :
patch -p1 <patches/fileflags.diff
patch -p1 <patches/crtimes.diff
patch -p1 <patches/detect-renamed.diff
2006 Jan 17
2
getting "diff" of directory trees
Given two directories "foo" and "fooprime", can I have rsync make a file
or directory "d", that contains the differences between these two
directories such that I can take d and apply it to foo to get fooprime,
or take fooprime and reverse-apply d to it to get foo?
I'm not sure that the --backup and --backup-dir options to rsync will
give me exactly what I want.
2012 Apr 05
5
[Bug 8847] New: detect-renamed.diff update to ensure existence of directory for partial-dir
https://bugzilla.samba.org/show_bug.cgi?id=8847
Summary: detect-renamed.diff update to ensure existence of
directory for partial-dir
Product: rsync
Version: 3.0.9
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at
2003 Jul 24
0
(no subject)
Here is a diff which should allow applying batch updates remotely ( as
apposed to copying the batch files to the remote server and running rsync
there ).
Eg
rsync --write-batch=test src dst1::dst
rsync --read-batch=test dst2::dst
Oli Dewdney
diff -E -B -c -r rsync-2.5.6/flist.c rsync-2.5.6-remotebatch/flist.c
*** rsync-2.5.6/flist.c Sat Jan 18 18:00:23 2003
---
2008 Apr 30
2
rsync copying over existing files
Hi again all..
When using rsync 3.0 to sync files between 2 local directories, it works as
i expect it, but when the destination folder is a mounted smb share, it
always copies over the files even though they already exist on the
destination.
Any ideas on why this is happening? even using the same options, but with a
different destination path.
I have tried using -vvv, but it doesn't make
2006 Jun 03
1
NON-empty module, - but always 'received 0 names', 'recv_file_list_done', but always get 'total size is 0'?
hi, guys, as per subject. I've been working hard (searching hard,
trying hard, googling hard) at trying to find a solution to the
abovementioned problem, but nothing.
I have several non-empty modules, all of which have files inside -
NON-empty modules - but i have always failed to be able to rsync. Why?
This is the behaviour:
-----------
# rsync -vvv localhost::a .
opening tcp connection to
2008 Mar 11
1
error allocating core memory buffers with certain iconv args
rsync 3.0.0. MacOSX 10.5.1 Server/Intel.
Trying to detect files with funny chars in their name, as I cannot
find them with "find", I use the error (Illegal byte sequence) given
by rsync when the target charset cannot reproduce them.
While doing this I have met this error:
/usr/local/bin/rsync -an --rsync-path=/usr/local/bin/rsync --
iconv=UTF8-MAC,437 /db /tmp/ rsync:
2008 Dec 15
1
rsync architecture
Hi All,
I am trying to see the rsync source code. I could see that there are main
three processes: I realize that Server or Client becomes Sender or Receiver
based on arguments provided.
1. Daemon
start_daemon : clientserver.c
2. Server
if(sender) {
call recv_filter_list : exclude.c
call send_file_list : flist.c
call send_files :
2007 Oct 11
1
--detect-renamed question
I've started testing the detect-renamed patch with 2.6.9 and soon 3.0.0pre1. I have an unique situation where I'm rsync'ing to a HSM based filesystem. I've found that the detect-renamed patch works but it appears to do a copy of the file to the new destination. This is particular slow since the file in the HSM based filesystem may only be a stub and all the data is only resident
2011 Jan 11
1
--detect-renamed for mac users : proposition of a modification
Hello,
Object of my mail :
1/ stick a problem of incompatibylity between 2 patches (fileflags.diff &
detect-renamed.diff)
2/ proposition of a correction
I wanted to run rsync on a mac (OS X 10.6.5) with the --detect-renamed
option.
I therefore tried to compile rsync with the 3 relevant patches :
- fileflags.diff
- crtimes.diff
- detect-renamed.diff
But the patch detect-renamed.diff is
2018 Dec 31
2
--partial does not "unhide" the files
Kevin Korb via rsync <rsync at lists.samba.org> (So 30 Dez 2018 23:56:44 CET):
> I think --partial might be a red herring here. It only applies to what
> happens when rsync is aborted in the middle of a file. What happens
> without -P?
Same happens w/o --partial. I append 2 logs:
- a from localhost to remote server, exposing the missing "rename"
- b from localhost to
2009 Jul 14
1
--delete not working (minimal example)
--delete option is not working for me. The following is a minimal example.
$ mkdir box1 box2
$ touch box1/letter box2/extra
$ rsync -a -vv box1/ box2/
sending incremental file list
delta-transmission disabled for local transfer or --whole-file
letter
total: matches=0 hash_hits=0 false_alarms=0 data=0
sent 92 bytes received 34 bytes 252.00 bytes/sec
total size is 0 speedup is 0.00
$ tree
2011 Feb 10
1
Recovering data from disk with loose cable
We have a disk array behind two external SATA port multipliers (four
disks on each multiplier) which has been running btrfs (RAID 1 for
both data and metadata). Unfortunately, earlier today it seems one of
the SATA cables came loose, resulting in the kernel (2.6.37)
eventually OOPSing although apparently not before writing quite a bit
of data. Upon reboot, I was met with the dreaded,
2017 Oct 31
0
[Bug 13113] New: receive_xattr heap overflow when prepending RSYNC_PREFIX
https://bugzilla.samba.org/show_bug.cgi?id=13113
Bug ID: 13113
Summary: receive_xattr heap overflow when prepending
RSYNC_PREFIX
Product: rsync
Version: 3.1.3
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: core
Assignee: wayned
2006 Feb 24
0
Improvements to man page for --no-implied-dirs and --keep-dirlinks
Wayne,
Attached is a patch worth of suggested man page improvements for
--no-implied-dirs and --keep-dirlinks. I think new users would find my
explanations clearer and more complete, although you may want to make
additional changes. I regenerated rsync.1 and the patch includes
changes to it, but my yodl is somewhat weird, so I suggest you run yodl
again yourself.
--
Matt McCutchen
2017 Oct 31
2
[Bug 13112] New: receive_xattr heap overread with non null terminated name and xattr filter
https://bugzilla.samba.org/show_bug.cgi?id=13112
Bug ID: 13112
Summary: receive_xattr heap overread with non null terminated
name and xattr filter
Product: rsync
Version: 3.1.3
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: core
2009 Jan 24
2
rsync with --copy-devices patch and device-target with --write-batch doesnt work
Hi List!
I want to use rsync to create differential backups of my lvm-snapshots.
fullbackup-filename: /mnt/sdc1/snapshotvergleich/rootbackup1.img
current snapshot: /dev/vg0/rootbackup
note: compiled-in --copy-devices-patch
root@xp8main3:/usr/local/src/rsync# ./rsync --version
rsync version 3.1.0dev protocol version 31.PR5
Copyright (C) 1996-2009 by Andrew Tridgell, Wayne Davison, and
2020 Feb 01
1
[Bug 14260] New: leading / added to file name causing file not found when setting permissions
https://bugzilla.samba.org/show_bug.cgi?id=14260
Bug ID: 14260
Summary: leading / added to file name causing file not found
when setting permissions
Product: rsync
Version: 3.1.3
Hardware: All
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: core