mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-03-10 10:27:13 -04:00
Don't look for $RSYNC_PARTIAL_DIR on the server side.
This commit is contained in:
@@ -1362,7 +1362,7 @@ int parse_arguments(int *argc, const char ***argv, int frommain)
|
||||
return 0;
|
||||
#endif
|
||||
} else {
|
||||
if (keep_partial && !partial_dir) {
|
||||
if (keep_partial && !partial_dir && !am_server) {
|
||||
if ((arg = getenv("RSYNC_PARTIAL_DIR")) != NULL && *arg)
|
||||
partial_dir = strdup(arg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user