summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar http://christian.amsuess.com/chrysn <chrysn@web>2011-04-28 11:27:51 +0000
committerGravatar admin <admin@branchable.com>2011-04-28 11:27:51 +0000
commitd980a55b47136eb313ceecc6f18f82fb2e3cdbf5 (patch)
treee74a4ca3cbe37158d9ad44ac1303557e7adc243c
parent4e6dd7f31988834e513a285eb338e4428e892e3e (diff)
thanks & notes on migration
-rw-r--r--doc/forum/wishlist:_special_remote_for_sftp_or_rsync.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/forum/wishlist:_special_remote_for_sftp_or_rsync.mdwn b/doc/forum/wishlist:_special_remote_for_sftp_or_rsync.mdwn
index 9807bf91e..47e8b8562 100644
--- a/doc/forum/wishlist:_special_remote_for_sftp_or_rsync.mdwn
+++ b/doc/forum/wishlist:_special_remote_for_sftp_or_rsync.mdwn
@@ -19,3 +19,8 @@ haven't learned haskell yet).
> no comparison with sitting down and writing code tuned to work with
> a given transport like rsync, when it comes to reliability and taking
> advantage of its abilities (like resuming). --[[Joey]]
+
+>> big thanks, and bonus points for identical formats, so converting from
+>> directory to rsync is just a matter of changing ``type`` from ``directory``
+>> to ``rsync`` in ``.git-annex/remote.log`` and replacing the directory info
+>> with ``annex-rsyncurl = <host>:<dir>`` in ``.git/config``. --[[chrysn]]