Displaying 11 results from an estimated 11 matches for "curr_dir".
2009 Feb 15
12
DO NOT REPLY [Bug 6116] New: Cannot access files in exposed shadow drive in version 3.0.5
https://bugzilla.samba.org/show_bug.cgi?id=6116
Summary: Cannot access files in exposed shadow drive in version
3.0.5
Product: rsync
Version: 3.0.5
Platform: x86
OS/Version: Windows NT
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
2011 May 16
2
[Bug 8138] New: Per-dir merge files not reloaded properly when switching source args with --i-r
https://bugzilla.samba.org/show_bug.cgi?id=8138
Summary: Per-dir merge files not reloaded properly when
switching source args with --i-r
Product: rsync
Version: 3.1.0
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at
2007 Jul 02
3
DO NOT REPLY [Bug 4757] New: Daemon mis-logs paths if module path in rsyncd.conf is relative
...t http://lists.samba.org/archive/rsync/2007-June/017896.html ,
but instead they are absolute paths missing the first few characters.
The trouble is that rsync sets module_dirlen to the length of the module path
as given in rsyncd.conf at line 371 of clientserver.c but then uses it as an
index into curr_dir at line 535 of log.c . curr_dir begins with the absolute,
symlink-free path of the module, but if the path in rsyncd.conf is relative or
uses symlinks, skipping its length in curr_dir is meaningless. To fix the bug,
rsync needs to set module_dirlen to the length of its current directory right
aft...
2006 Apr 26
2
--link-dest and file/dir transfer to remote rsync daemon
Hi NG,
I want to do incremental backups to a remote server running rsyncd
(because daemonless transfer via ssh often hangs!). In contrast to
transfer via ssh (without remote rsyncd) this doesn't seem possible, or
do I miss something?
Imagine I want to incrementally backup `mydir' to the backup space
`backup' on e remote server `alpha' running an rsync daemon. rsyncd on
2004 Jan 27
1
Differentiating debug messages from both sides
...s)\n",pattern,
+ rprintf(FINFO, "[%c] add_exclude(%s,%s)\n",
+ *who_am_i, pattern,
include ? "include" : "exclude");
}
--- flist.c 27 Jan 2004 01:47:41 -0000 1.174
+++ flist.c 27 Jan 2004 07:36:30 -0000
@@ -46,6 +46,7 @@ extern int recurse;
extern char curr_dir[MAXPATHLEN];
extern char *files_from;
extern int filesfrom_fd;
+extern char *who_am_i;
extern int one_file_system;
extern int make_backups;
@@ -342,7 +343,8 @@ static void flist_expand(struct file_lis
}
if (verbose >= 2) {
- rprintf(FINFO, "expand file_list to %.0f bytes, di...
2009 May 30
3
DO NOT REPLY [Bug 6422] New: rsync needlessly aborts when getcwd() fails
https://bugzilla.samba.org/show_bug.cgi?id=6422
Summary: rsync needlessly aborts when getcwd() fails
Product: rsync
Version: 3.0.6
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: vapier@gentoo.org
2004 Apr 07
2
--suffix problem - possibly bug?
I'm having an issue with the --suffix and -b flags -
I've tried the following commands:
rsync -avbr --backup-dir=/rsyncbackup rsynctest user@server.com::module
rsync -avbr --backup-dir=/rsyncbackup --suffix="" rsynctest
user@server.com::module
and either way, I wind up with a tilde as a suffix on all the files
moved into the backup directory at time of synchronization.
2006 Dec 21
3
log file with unexpected output on deleted files (bug?)
Hi there,
I am using rsync to synchronize two folders. I have configured the log-format to my personal needs like this:
--log-format="%f %t %o %l %P"
I am also using the --delete flag to log deleted files as well. I have upgraded my rsync version to 2.6.9 when I figured out that starting with version 2.6.4 the log format had been enhanced to also include the "del."
2012 Nov 03
7
some help
Hi People!
I have following concern consisting of some steps to do in R:
I have an ascii file (table) consisting of many columns and rows.
1. I would like to order all values of the columns one under each other. It
will begin with column 1, then column 2 under column 1, column 3 under
column 2 etc. until at the end there is only 1 column. How do I do it?
2. Second problem is to make a
2004 Apr 09
3
include/exclude bug in rsync 2.6.0/2.6.1pre1
...c rsync-2.6.1pre-1J/flist.c
--- rsync-2.6.1pre-1/flist.c 2004-02-11 03:48:58.000000000 +0100
+++ rsync-2.6.1pre-1J/flist.c 2004-04-08 10:50:46.000000000 +0200
@@ -39,6 +39,7 @@
extern int numeric_ids;
extern int cvs_exclude;
+extern const char *rsync_exclude;
extern int recurse;
extern char curr_dir[MAXPATHLEN];
@@ -66,6 +67,7 @@
extern struct exclude_struct **exclude_list;
extern struct exclude_struct **server_exclude_list;
extern struct exclude_struct **local_exclude_list;
+static struct exclude_struct **recur_local_exclude_list;
int io_error;
@@ -210,6 +212,7 @@
*/
static int che...
2007 Sep 22
0
rsync build on IA64 using icc
...k #1419: external declaration in primary source file
extern int protocol_version;
^
exclude.c(40): remark #1419: external declaration in primary source file
extern int module_id;
^
exclude.c(42): remark #1419: external declaration in primary source file
extern char curr_dir[];
^
exclude.c(43): remark #1419: external declaration in primary source file
extern unsigned int curr_dir_len;
^
exclude.c(44): remark #1419: external declaration in primary source file
extern unsigned int module_dirlen;
^
exclude.c(...