Displaying 2 results from an estimated 2 matches for "dest_opt".
Did you mean:
test_opt
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
2007 Sep 22
0
rsync build on IA64 using icc
...9: external declaration in primary source file
extern int prune_empty_dirs;
^
compat.c(35): remark #1419: external declaration in primary source file
extern int protocol_version;
^
compat.c(36): remark #1419: external declaration in primary source file
extern char *dest_option;
^
/opt/intel/compilo_9/l_cc_c_9.1.042/bin/icc -c99 -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c hlink.c -o hlink.o
icc: Command line remark: option '-W' not supported
proto.h(224): remark #310: old-style parameter list (anachronism)
void setup_iconv();
^
hlink.c...