Displaying 5 results from an estimated 5 matches for "batch_name".
Did you mean:
match_name
2006 May 03
2
How to know the remote version of rsync daemon?
Hi all,
is possible to know what version is executed on one server?
Tnx
--
Ciao
Pirla
Per rispondere in E-mail the (punto) pirla (chiocciola) flashnet.it
*** un bacio ai pupi ***
---> Linux user since yesterday <---
---> Linux User #389536 <---
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
2005 Mar 21
4
Patch: Offline transfer mode
...block/file checksum seed\n");
#ifdef INET6
rprintf(F," -4, --ipv4 prefer IPv4\n");
@@ -401,6 +403,7 @@
{"hard-links", 'H', POPT_ARG_NONE, &preserve_hard_links, 0, 0, 0 },
{"read-batch", 0, POPT_ARG_STRING, &batch_name, OPT_READ_BATCH, 0, 0 },
{"write-batch", 0, POPT_ARG_STRING, &batch_name, OPT_WRITE_BATCH, 0, 0 },
+ {"offline", 0, POPT_ARG_NONE, &offline, 0, 0, 0 },
{"files-from", 0, POPT_ARG_STRING, &files_from, 0, 0, 0 },
{"fr...
2010 Jul 09
8
DO NOT REPLY [Bug 7565] New: --check-point=<TIME> +options.c.patch +generator.c.patch
...-point", 0, POPT_ARG_INT, &check_point, 0, 0, 0 },
{"suffix", 0, POPT_ARG_STRING, &backup_suffix, 0, 0, 0 },
{"list-only", 0, POPT_ARG_VAL, &list_only, 2, 0, 0 },
{"read-batch", 0, POPT_ARG_STRING, &batch_name, OPT_READ_BATCH, 0, 0
},
***************
*** 1924,1929 ****
--- 1927,1938 ----
args[ac++] = backup_dir;
}
+ if (check_point >= 0) {
+ if (asprintf(&arg, "--check-point=%d", check_point) < 0)
+ goto oom;
+...
2007 Sep 22
0
rsync build on IA64 using icc
...mark #1419: external declaration in primary source file
extern char *rsync_path;
^
main.c(69): remark #1419: external declaration in primary source file
extern char *shell_cmd;
^
main.c(70): remark #1419: external declaration in primary source file
extern char *batch_name;
^
main.c(71): remark #1419: external declaration in primary source file
extern char curr_dir[MAXPATHLEN];
^
main.c(72): remark #1419: external declaration in primary source file
extern struct filter_list_struct server_filter_list;...