From 97d7c596ac2010d802246f83f1739a220673834a Mon Sep 17 00:00:00 2001 From: "qiang.fang@ddaed0de00c2925f8036e6c61ce6e12654263ada" Date: Mon, 30 Dec 2019 13:22:39 +0000 Subject: [PATCH] --- ...te_in_transfer_group_multiple_time_during_syncing.mdwn | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/forum/Same_file_sent_to_a_webdav_remote_in_transfer_group_multiple_time_during_syncing.mdwn diff --git a/doc/forum/Same_file_sent_to_a_webdav_remote_in_transfer_group_multiple_time_during_syncing.mdwn b/doc/forum/Same_file_sent_to_a_webdav_remote_in_transfer_group_multiple_time_during_syncing.mdwn new file mode 100644 index 0000000000..05a3d61bbf --- /dev/null +++ b/doc/forum/Same_file_sent_to_a_webdav_remote_in_transfer_group_multiple_time_during_syncing.mdwn @@ -0,0 +1,8 @@ +Suppose there are three repo: A, B and transfer, transfer is a webdav remote. + +1. I add file-1 to A, do a sync content, file-1 is sent to transfer. +2. I add file-2 to A, do a sync content, I expect only file-2 to be sent to transfer, but file-1 is sent another time. + +How can I avoid that? + +Does other special remote like the rsync special remote has this issue?