Displaying 20 results from an estimated 125 matches for "fileflags".
2013 Oct 10
2
Cannot build rsync 3.1.0 on MacOSX 10.8.5 with fileflags patch
Returning to this list after a long hiatus: rsync 3 has been working very well for me for many years, as a supplementary backup tool for MacOSX.
However, attempting to build the new 3.1.0 release on a brand new Mountain Lion box with my standard 'fileflags' and 'crimes' patches applied, make fails, reporting that 'force_change' is undeclared.
In fact, the problem occurs just with the 'fileflags' patch alone:
patch -p1 <patches/fileflags.diff
./configure
make
This generates the error:
gcc -I. -I. -g -O2 -DHAVE_CON...
2011 Mar 16
3
[Bug 8019] New: Various improvements to the fileflags patch
https://bugzilla.samba.org/show_bug.cgi?id=8019
Summary: Various improvements to the fileflags patch
Product: rsync
Version: 3.0.8
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: mike at bombich.com
QACon...
2008 Feb 15
4
Revised flags patch
...ing so long. Unfortunately, some other tasks
kept coming up. Anyway, attached is the version of the flags patch, that
is based on the one I'm using with 2.6.9. It is against the rsync-3.0.0pre9
release.
I've included the option name change from the repository, so the
option is now called --fileflags. Improved from the previously
distributed version is the handling of hard links and (probably, since
I'm not using them) backup files. It also fixes some bitrot that would
have crept into the version for 3.0 without this update. ;)
I hope you'll like it and include it with the 3.0 release...
2008 Feb 26
2
fileflags.diff patch
Hi All,
I just tried (on OS10.5.2) the new fileflags.diff patch
patch -p1 <patches/fileflags.diff
patch -p1 <patches/crtimes.diff (see result below- I fixed the rej's )
then
./configure
make
then tried it out but it isn't copying the creation dates now....
just wondering if I missed something .. Rob D
robert-dutoits-powerbook-g...
2008 Mar 04
1
Several changes missing from [HEAD] fileflags.diff
Looking at http://rsync.samba.org/ftp/rsync/patches/fileflags.diff --
It looks like the changes from fileflags-fixes.diff patch were applied
to the patch from http://rsync.samba.org/ftp/rsync/rsync-patches-3.0.0.tar.gz
, but this entire chunk of the that original diff file was lost:
> diff -up a/config.h.in b/config.h.in
> --- a/config.h.in
> +...
2009 Jul 29
1
Problem with 3.0.6 and fileflags
Good day,
I am having trouble compiling rsync 3.0.6 on Red hat Linux EL 5.3.
I have downloaded 3.0.6, and the patches for 3.0.6. I then do the
following:
$ patch -p1 <patches/fileflags.diff
$ ./prepare-source
$ ./configure ?disable-acl-support
$ make
When I run ./rsync, the following is returned:
Capabilities:
64-bit files, 64-bit inums, 64-bit timestamps, 64-bit long ints,
socketpairs, hardlinks, symlinks, IPv6, batchfiles, inplace,
append, no ACLs, xat...
2010 Sep 22
0
fileflags, hardlinks and FreeBSD
I have an rsync daemon running on a FreeBSD 7.3 system. It is running
rsync 3.0.4 with fileflags enabled. I have the following six files on it
which are all hardlinks and have the immutable flag set:
6830483 -r-sr-xr-x 6 root wheel schg 33268 Jan 6 2005 chfn
6830483 -r-sr-xr-x 6 root wheel schg 33268 Jan 6 2005 chpass
6830483 -r-sr-xr-x 6 root wheel schg 33268 Jan 6 20...
2008 May 31
1
rsync 3.0.2 with --fileflags on FreeBSD: cannot rsync hardlinked immutable files
Hi *,
it seems rsync with --fileflags isn't able to work on (already)
hardlinked and immutable ("schg") files on FreeBSD. The following
scripts will create a simple example for this behaviour:
--------------------------------------------------------------
#! /bin/sh
#
#
set -x
DIR="/var/tmp/rsync_$(date +%s)/"...
2013 Oct 24
0
patch for combining detect-renamed and fileflags patches (fwd)
Dear collegaues,
please evaluate the patch attached, which allow to use both --detect-renamed
and --fileflags extra features.
This is meta-patch which sould be applied to detect-renamed. fileflags patch
should be applied first, following by the modified detect-renamed patch.
It is included in current FreeBSD port, but it seems it would be much more
useful to be supported by samba maintainers.
Thanks!...
2011 Jun 25
4
[Bug 8266] New: fileflags.diff compile fix
https://bugzilla.samba.org/show_bug.cgi?id=8266
Summary: fileflags.diff compile fix
Product: rsync
Version: 3.1.0
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: chris at onthe.net.au...
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.dif...
2017 Jan 10
0
[Bug 12508] New: fileflags & forcechange don't work for hardlinks
https://bugzilla.samba.org/show_bug.cgi?id=12508
Bug ID: 12508
Summary: fileflags & forcechange don't work for hardlinks
Product: rsync
Version: 3.1.2
Hardware: All
OS: FreeBSD
Status: NEW
Severity: normal
Priority: P5
Component: core
Assignee: wayned at samba.org...
2009 May 11
2
Fwd: rsync on OSX for transferring files using FAT32
...; formatted flash drive. I am transferring a "big" directory (7G).
> Basically I want to sync everyday my home and work computers for some
> directories.
>
> I tried many possible rsyncs (original supplied, fink 3.0.5/3.0.4
> macports 3.0.5, rsync-2.6.3+hfsmode-1.2b2, 3.0.6+fileflags+crtimes)
>
> What I would really like to happen is:
> all additional HFS attributes of files are tranferred, and
> when no or few changes occur, nothing or little should be copied or
> transferred, so I can go home quickly.
>
> I am currently using 3.0.6+fileflags+crtimes, with...
2018 Jul 11
5
[Bug 13522] New: Patch fileflags.diff and crtimes.diff
https://bugzilla.samba.org/show_bug.cgi?id=13522
Bug ID: 13522
Summary: Patch fileflags.diff and crtimes.diff
Product: rsync
Version: 3.1.3
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: core
Assignee: wayned at samba.org
Reporter: bugzilla.samba.org...
2008 Mar 03
1
Passed all tests with flying colors on Mac OS X 10.4.11 - synopsis of installation and testing
....diff. Please let me know if I have included anything
spurious or missed something critical (though I am pleased that
everything worked)...
I downloaded the source (3.0.0 release) and the patches (as posted on
the front page as of this morning). I then added the patch Wayne
provided called fileflags-fixes.diff (not in the folder when I
downloaded it anyway)
patch -p1 < patches/osx-create-time.diff
patch -p1 < patches/fileflags.diff
patch -p1 < patches/fileflags-fixes.diff
./prepare-source (spurious? it did not seem to do anything...)
patch -p1 < patches/backup-di...
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
./prepare-source
CFLAGS=-m32 CPPFLAGS=-m32 CCASFLAGS=-m32 ./configure
CFLAGS=-m32 CPPFL...
2011 Mar 02
2
DO NOT REPLY [Bug 7981] New: fix for fileflags.diff compile error w/3.0.8pre1
https://bugzilla.samba.org/show_bug.cgi?id=7981
Summary: fix for fileflags.diff compile error w/3.0.8pre1
Product: rsync
Version: 3.0.8
Platform: Other
OS/Version: FreeBSD
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned at samba.org
ReportedBy: mar...
2009 May 10
1
rsync on OSX for transferring files using FAT32
...SX machines using a FAT32
formatted flash drive. I am transferring a "big" directory (7G).
Basically I want to sync everyday my home and work computers for some
directories.
I tried many possible rsyncs (original supplied, fink 3.0.5/3.0.4
macports 3.0.5, rsync-2.6.3+hfsmode-1.2b2, 3.0.6+fileflags+crtimes)
What I would really like to happen is:
all additional HFS attributes of files are tranferred, and
when no or few changes occur, nothing or little should be copied or
transferred, so I can go home quickly.
I am currently using 3.0.6+fileflags+crtimes, with the following command:
sudo rsyn...
2008 May 22
1
rsync, OpenSolaris, & Mac Attributes?
...ot;user@server:destination"
*--exclude-from=/Users/.rsync/exclude --delete-excluded --protect-args
*-**-progress"
*allows rsync on the Mac to successfully push data to the Solaris server.
However, when I add some extra flags to support the Mac's file attributes,
specifically -AX and --fileflags to preserve ACLs, xattrs, and Finder file
flags respectively, I receive the following errors (note: file flags patch
has been applied on both mac and Solaris):
*When calling --fileflags:*
*$ sudo /usr/local/bin/rsync -azx -H -e ssh "/Users/Documents"
"user@server:/Target_Directory...
2008 Apr 14
0
[PATCH] xattrs not set on locked files that already exist on target
...tr("locked_file","test_xattr.temp")
failed: Operation not permitted (1)
I assume this would also affect ACLs. Presumably, this is what --
force-change is supposed to do, so I extended that functionality to
apply to this test case.
Here's the test case (tested on HEAD+fileflags+crtime, but the patch
below applies to 3.0.2):
######
#!/bin/sh
xattr=/usr/local/bin/xattr
rsync="/Users/bombich/Desktop/rsync-HEAD-20080412-0558GMT/rsync"
src=`mktemp -d /tmp/src.XXXXXX`
tgt=`mktemp -d /tmp/tgt.XXXXXX`
touch $src/locked_file
$xattr -s test_xattr "Test attribut...