Displaying 1 result from an estimated 1 matches for "pushurl".
Did you mean:
pushl
2002 Jul 20
0
[PATCH] (Resubmission) Enable push to remote rsynced server using rsync:// URL
...___ _
| \/ (_| | _ / _ \ | ___| | / _ \/ _ \| |_ _ _ _/ \/ \ _| |
| |\/| | | |/ | ___| | _| | |_| __| ___| __| \/ \/| O | O / _ |
|_| |_|_|_|\_\\___| |_| |____\___|\___||____\_/^\_/\___/\___/\___|
-------------- next part --------------
diff -urN rsync-2.5.5/main.c rsync-2.5.5+pushURL/main.c
--- rsync-2.5.5/main.c Wed Mar 27 05:10:44 2002
+++ rsync-2.5.5+pushURL/main.c Wed Jun 5 09:15:44 2002
@@ -673,6 +673,8 @@
if (strncasecmp(URL_PREFIX, argv[0], strlen(URL_PREFIX)) == 0) {
char *host, *path;
+ /* First parameter is rsync://HOST/MODULE URL.
+ * Receive from remote r...