Displaying 11 results from an estimated 11 matches similar to: "[PATCH] Unsnarl missing_below/dry_run logic."
2010 Jun 02
1
DO NOT REPLY [Bug 7489] New: rsyncd segfaults using daemon exclude filter
https://bugzilla.samba.org/show_bug.cgi?id=7489
Summary: rsyncd segfaults using daemon exclude filter
Product: rsync
Version: 3.0.6
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned at samba.org
ReportedBy: michael.roberts at hp.com
2015 Nov 28
0
[PATCH] ignore-non-existing-directory: add variant of ignore-non-existing
From: "Robin H. Johnson" <robbat2 at gentoo.org>
Add new option --ignore-non-existing-directory, that is a variant of
--ignore-non-existing, but applies ONLY to directories.
This was previously proposed in bug #8366, but I indepentantly had a use
case for it in the Gentoo infrastructure.
X-URL: https://bugzilla.samba.org/show_bug.cgi?id=8366
X-URL:
2016 Jan 16
0
[PATCH v2, resend] ignore-non-existing-directory: add variant of ignore-non-existing
Add new option --ignore-non-existing-directory, that is a variant of
--ignore-non-existing, but applies ONLY to directories.
This was previously proposed in bug #8366, but I independently had a use
case for it in the Gentoo infrastructure.
X-URL: https://bugzilla.samba.org/show_bug.cgi?id=8366
X-URL:
2015 Nov 28
0
[PATCH v2] ignore-non-existing-directory: add variant of ignore-non-existing
From: "Robin H. Johnson" <robbat2 at gentoo.org>
Add new option --ignore-non-existing-directory, that is a variant of
--ignore-non-existing, but applies ONLY to directories.
This was previously proposed in bug #8366, but I indepentantly had a use
case for it in the Gentoo infrastructure.
X-URL: https://bugzilla.samba.org/show_bug.cgi?id=8366
X-URL:
2007 Feb 25
2
DO NOT REPLY [Bug 4413] New: Rsync skips too many files after failing to create a directory
https://bugzilla.samba.org/show_bug.cgi?id=4413
Summary: Rsync skips too many files after failing to create a
directory
Product: rsync
Version: 2.6.9
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
2011 Jul 17
11
[Bug 8308] New: rsync: exclude.c:532: change_local_filter_dir: Assertion `dir_depth < 4096/2+1' failed
https://bugzilla.samba.org/show_bug.cgi?id=8308
Summary: rsync: exclude.c:532: change_local_filter_dir:
Assertion `dir_depth < 4096/2+1' failed
Product: rsync
Version: 3.0.8
Platform: x86
OS/Version: Linux
Status: NEW
Severity: major
Priority: P5
Component: core
2008 Mar 10
2
Do we need excluded_below?
It strikes me that the excluded_below mechanism at the beginning of
recv_generator is useless from a security perspective. When a client
pushes a daemon-excluded directory, the excluded_below mechanism causes
the pushed contents of the directory to be skipped as well as the
directory itself. However, the client can just as easily push
descendant files individually. If the daemon administrator
2006 Feb 23
1
DO NOT REPLY [Bug 3543] New: [ACL] rsync calls default_perms_for_dir on omitted implied dirs before ensuring they exist
https://bugzilla.samba.org/show_bug.cgi?id=3543
Summary: [ACL] rsync calls default_perms_for_dir on omitted
implied dirs before ensuring they exist
Product: rsync
Version: 2.6.7
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo:
2013 Jul 11
1
remote rsync exit code 0: is this a bug?
Hello:
[I apologize if this is a repeat. I had to rebuild my posting profile,
and I think I didn't do it correctly before I sent a previous version
of this.]
We use rsync as a part of a home-grown backup solution. In the specific
case at hand, we're using rsync to copy volumes off-site. The "sending"
server invokes rsync to transfer each volume to the off-site archive.
2007 Feb 24
4
Overwriting symlinks on OSX
I'm trying to rsync files to a set of symlinked directories on an XServe
running OS X.
The directories look like this:
tna@csx:~/2/2006$ l
total 80
lrwxr-xr-x 1 tna tna 39 Feb 24 13:18 2006-01 ->
/Volumes/CSArchiveArray001/2006/2006-01
lrwxr-xr-x 1 tna tna 39 Feb 24 13:18 2006-02 ->
/Volumes/CSArchiveArray001/2006/2006-02
When I run rsync from Linux in --dry-run mode,
2010 Sep 16
5
using variable from for loop in naming new variables
Simple one here ... but can't get it to work ...
for (i in 1:4){
paste("stuff",[i]),sep="") <- 3 + i
}
ls()
rm(list=ls())
I just want it to create 4 new variables called stuff1, stuff2, stuff3, stuff4 with the corresponding assignments. I realise that there are more elegant functions but this is just a model of a bigger situation.
Thanks
Jim