diff --git a/doc/forum/Help_with_syncing_file_contents/comment_1_7ec34de3140983739080115c82966bf5._comment b/doc/forum/Help_with_syncing_file_contents/comment_1_7ec34de3140983739080115c82966bf5._comment new file mode 100644 index 0000000000..87ef6d1306 --- /dev/null +++ b/doc/forum/Help_with_syncing_file_contents/comment_1_7ec34de3140983739080115c82966bf5._comment @@ -0,0 +1,18 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawmp1ThsNNAbSn46ju-gwFELfStlhl8usJo" + nickname="donkeyicydragon" + subject="Possible quick solution with rsync" + date="2013-05-28T10:52:30Z" + content=""" +One could achieve the effect of only transmitting the changes of file contents using rsync. + +On the repository that lacks the current version: + +cp latestversionavailable currentversion +rsync remoterepository/currentversion ./currentversion + + + + + +"""]]