search for: backup_dir_remaind

Displaying 4 results from an estimated 4 matches for "backup_dir_remaind".

Did you mean: backup_dir_remainder
2010 Dec 15
7
DO NOT REPLY [Bug 7869] New: rsync segfault
https://bugzilla.samba.org/show_bug.cgi?id=7869 Summary: rsync segfault Product: rsync Version: 3.0.7 Platform: x64 OS/Version: Linux Status: NEW Severity: minor Priority: P3 Component: core AssignedTo: wayned at samba.org ReportedBy: rafa.silva at gmail.com QAContact: rsync-qa at
2004 Jul 12
2
[PATCH] Batch-mode rewrite
...-c -b -d -r1.157 options.c *** options.c 20 Jun 2004 19:47:05 -0000 1.157 --- options.c 12 Jul 2004 00:37:50 -0000 *************** *** 111,116 **** --- 111,117 ---- int write_batch = 0; int read_batch = 0; + int batch_fd = 0; int backup_dir_len = 0; int backup_suffix_len; unsigned int backup_dir_remainder; *************** *** 638,643 **** --- 639,654 ---- } #endif + if ((write_batch || read_batch) && am_server) { + rprintf(FERROR, + "batch-mode is incompatible with server mode\n"); + write_batch = 0; + read_batch = 0; + /* We don't actually exit_cleanup(),...
2005 Mar 21
4
Patch: Offline transfer mode
...====================================== --- rsync-2.6.3.orig/options.c 2005-03-18 17:19:30.%N -0800 +++ rsync-2.6.3/options.c 2005-03-19 12:45:22.%N -0800 @@ -113,6 +113,7 @@ int write_batch = 0; int read_batch = 0; +int offline = 0; int backup_dir_len = 0; int backup_suffix_len; unsigned int backup_dir_remainder; @@ -304,6 +305,7 @@ rprintf(F," --bwlimit=KBPS limit I/O bandwidth, KBytes per second\n"); rprintf(F," --write-batch=FILE write a batch to FILE\n"); rprintf(F," --read-batch=FILE read a batch from FILE\n"); + rprintf(F,&quot...
2007 Sep 22
0
rsync build on IA64 using icc
...#1419: external declaration in primary source file extern int verbose; ^ backup.c(25): remark #1419: external declaration in primary source file extern int backup_dir_len; ^ backup.c(26): remark #1419: external declaration in primary source file extern unsigned int backup_dir_remainder; ^ backup.c(27): remark #1419: external declaration in primary source file extern char backup_dir_buf[MAXPATHLEN]; ^ backup.c(28): remark #1419: external declaration in primary source file extern char *backup_suffix; ^ backup.c(29): remark...