search for: lp_list

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

Did you mean: qp_list
2002 Feb 24
2
Write-only option
...0}, {"ignore nonreadable",P_BOOL, P_LOCAL, &sDefault.ignore_nonreadable, NULL, 0}, @@ -342,6 +345,7 @@ FN_LOCAL_STRING(lp_path, path) FN_LOCAL_STRING(lp_lock_file, lock_file) FN_LOCAL_BOOL(lp_read_only, read_only) +FN_LOCAL_BOOL(lp_write_only, write_only) FN_LOCAL_BOOL(lp_list, list) FN_LOCAL_BOOL(lp_use_chroot, use_chroot) FN_LOCAL_BOOL(lp_transfer_logging, transfer_logging) diff -urN rsync-2.5.2.orig/main.c rsync-2.5.2/main.c --- rsync-2.5.2.orig/main.c Fri Jan 25 11:07:41 2002 +++ rsync-2.5.2/main.c Sat Feb 23 13:49:38 2002 @@ -306,10 +306,19 @@ extern int relativ...
2004 Feb 12
1
[PATCH] write only
...uot;,P_BOOL, P_LOCAL, &sDefault.ignore_nonreadable, NULL, 0}, @@ -353,6 +356,7 @@ FN_LOCAL_STRING(lp_comment, comment) FN_LOCAL_STRING(lp_path, path) FN_LOCAL_STRING(lp_lock_file, lock_file) FN_LOCAL_BOOL(lp_read_only, read_only) +FN_LOCAL_BOOL(lp_write_only, write_only) FN_LOCAL_BOOL(lp_list, list) FN_LOCAL_BOOL(lp_use_chroot, use_chroot) FN_LOCAL_BOOL(lp_transfer_logging, transfer_logging) --- rsync-2.6.0/proto.h.orig Thu Feb 12 11:48:01 2004 +++ rsync-2.6.0/proto.h Thu Feb 12 11:48:23 2004 @@ -125,6 +125,7 @@ char *lp_comment(int ); char *lp_path(int ); char *lp_lock_file(int...
2002 Jun 18
2
rsyncd + scripting
Hey all, Like a lot of folks, I use rsync to pull content out to production web servers. Tastes great, less filling. Here's what I'd like to be able to do: Sometimes a web tree is not ready to sync, for whatever reason. I have many modules available, so stopping ryncd is not an option. I'd like to be able to tell rsync in daemon mode "this particular module is not available at
2007 Oct 10
0
patch for rsync: provides "nice = N" option
...ble) --- proto.h.orig 2007-08-19 07:41:19.000000000 +0000 +++ proto.h 2007-08-19 07:42:12.000000000 +0000 @@ -173,6 +173,7 @@ int lp_max_connections(int ); int lp_max_verbosity(int ); int lp_timeout(int ); +int lp_nice(int ); BOOL lp_ignore_errors(int ); BOOL lp_ignore_nonreadable(int ); BOOL lp_list(int ); --- rsyncd.conf.5.orig 2007-08-19 08:02:16.000000000 +0000 +++ rsyncd.conf.5 2007-08-20 00:31:23.000000000 +0000 @@ -573,6 +573,13 @@ of the patterns will not be compressed during transfer\&. .IP The default setting is \f(CW*\&.gz *\&.tgz *\&.zip *\&.z *\&.rpm *\&...