Searched refs:force_copies (Results 1 – 1 of 1) sorted by relevance
/support/ |
A D | test-container.c | 484 rsync_1 (path_buf * src, path_buf * dest, int and_delete, int force_copies) in rsync_1() argument 496 force_copies ? " (forced)" : ""); in rsync_1() 525 if (! force_copies && ! need_sync (src->buf, dest->buf, &s, &d)) in rsync_1() 528 rsync_1 (src, dest, and_delete, force_copies); in rsync_1() 563 rsync_1 (src, dest, and_delete, force_copies); in rsync_1() 643 rsync (char *src, char *dest, int and_delete, int force_copies) in rsync() argument 648 rsync_1 (&spath, &dpath, and_delete, force_copies); in rsync()
|
Completed in 6 milliseconds