On Tue, Oct 30, 2007 at 07:45:15PM -0400, Matt McCutchen wrote:
> $ rsync-dev -ni -rR ././src/.//.//.//.//.//.//.//./D/ dest/
I was already at work on this one -- some serendipity there. My latest
check-in fixes this.
> #2. Rsync seems to have trouble accessing a source argument that
> begins wi
Hello,
I heard recently about the detect-renamed patch for rsync. I was about
to code something similar, I need it badly, but decided to give the
patch a try first. It seems to work well but it's rename detection
scheme seems to be limited. From my tests, it seems to detect that a
file has
Wayne Davison wrote:
> On Tue, Oct 30, 2007 at 06:42:04PM -0400, Paul Ortman wrote:
>> It's my understanding that as of 3.0 rsync supports OS X ACLs and
>> extended attributes, and that it should be possible to backup a
>> tree from an OS X system that contains files and folders with
>> ACLs and e
Paul Slootman wrote:
> > Just wondering if anybody has thought about this. I would like to
> > attempt to setup a router with dd-wrt and a NAS device as a home
> > backup system without a computer. The processor is 200+MHz and I
> > can have a maximum of 6MB on the device and a mounted samba
> >
On Tue, Oct 30, 2007 at 06:42:04PM -0400, Paul Ortman wrote:
> It's my understanding that as of 3.0 rsync supports OS X ACLs and
> extended attributes, and that it should be possible to backup a tree
> from an OS X system that contains files and folders with ACLs and
> extended attributes to a Linu
Wayne,
The rsync Web site at http://rsync.samba.org/ still claims that rsync is
available under the GPL version 2. Now that a bunch of people are
testing prereleases of rsync 3.0.0, you might want to update the site so
that they don't assume they can distribute rsync 3.0.0 under the GPL v2.
Matt
https://bugzilla.samba.org/show_bug.cgi?id=2790
--- Comment #11 from [EMAIL PROTECTED] 2007-10-30 19:22 CST ---
> Currently, if iconv is enabled, each
> process converts strings from its local encoding to UTF-8 before sending them
> over the wire and converts strings from UTF-8 to its
Wayne,
The man page description of --perms suggests defining -s as a popt
alias, but I think this is no longer a good idea now that -s means
--protect-args .
Matt
--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/f
I have discovered a few oddities with --relative in the latest
development rsync (from git, yay!):
#1. Junk in the middle of a source argument leads to duplicate entries
in the file list:
$ mkdir src src/D
$ rsync-dev -ni -rR ././src/.//.//.//.//.//.//.//./D/ dest/
cd+ src/
cd+ sr
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
It's my understanding that as of 3.0 rsync supports OS X ACLs and
extended attributes, and that it should be possible to backup a tree
from an OS X system that contains files and folders with ACLs and
extended attributes to a Linux host filesystem that
https://bugzilla.samba.org/show_bug.cgi?id=2790
--- Comment #10 from [EMAIL PROTECTED] 2007-10-30 17:15 CST ---
(In reply to comment #9)
> The current solution appears to be somewhat confused about what it is trying
> to
> solve.
Rather, you appear to be overcomplicating the problem
I noticed that rsync is happy to hard-link a device node from a
--link-dest dir even if its mtime differs from that of the source device
node and --times is given. Is this behavior expected? It seems to
break the rule that a difference in preserved attributes disqualifies a
hard link.
To see the
Hi,
I have a bunch of directories which was generated long ago by Apple's
Mail.app as it walked my entire home directory on a remote server
thinking that it is all part of my IMAP inbox (note, there are
absolutely no files amongst any of these directories). I didn't
realise I had all these hangin
On Tue 30 Oct 2007, Stephen Zemlicka wrote:
> I posted something on the dd-wrt forum with no response but thanks for the
> tip about going to openwrt.
>
> But for some sort of answer here, what are the bare minimum files necessary
> for an rsync server with ssh?
First off, I'd suggest leaving ss
I posted something on the dd-wrt forum with no response but thanks for the
tip about going to openwrt.
But for some sort of answer here, what are the bare minimum files necessary
for an rsync server with ssh?
_
Stephen Zemlicka
Integrated Computer Technologies
PH. 608-
On Tue 30 Oct 2007, stevezemlicka wrote:
>
> Just wondering if anybody has thought about this. I would like to attempt to
> setup a router with dd-wrt and a NAS device as a home backup system without
> a computer. The processor is 200+MHz and I can have a maximum of 6MB on the
> device and a mou
Just wondering if anybody has thought about this. I would like to attempt to
setup a router with dd-wrt and a NAS device as a home backup system without
a computer. The processor is 200+MHz and I can have a maximum of 6MB on the
device and a mounted samba storage volume. It may also be possible
https://bugzilla.samba.org/show_bug.cgi?id=2790
[EMAIL PROTECTED] changed:
What|Removed |Added
CC||[EMAIL PROTECTED]
--- Comment #9
I am backing up files from Linux to a NTFS using rsync. I have the NTFS
mounted on Linux via CIFS. I am discovering errors while attempting to
backup files with restricted NTFS characters, like : [colon]. For
example, I am unable to backup my crucial maildirs, as a colon is
encoded in each Linux
On Tue, 2007-10-30 at 08:50 -0400, [EMAIL PROTECTED] wrote:
> [...] I believe leaving off "--keep-dirlinks"
> will not cause any problems, as the symlinks that point to directories on
> the primary drive will still be intact on the backup drive, and can be
> restored "as is" on a restore, correct?
On Tue, 30 Oct 2007, Matt McCutchen wrote:
> On Mon, 2007-10-29 at 13:15 -0400, [EMAIL PROTECTED] wrote:
> > If I have a backup script that does the following:
> > (latest 2.6.9 rsync)
> >
> > rsync --archive --hard-links --force --ignore-errors --numeric-ids
> > --keep-dirlinks --delete / /backup
21 matches
Mail list logo