summaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-06-13 20:23:47 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-06-13 20:33:52 -0400
commit30d7cce7ecb7dbcbabe83ab3f6cd5f32ce685992 (patch)
tree9d02220fe41dbdd8c7e62812fda0fcf2fda6b022 /doc/todo
parenteb5fbc4cb97b73ad5d5d194600cc52c99edc89a0 (diff)
rsync is now used when copying files from repos on other filesystems
cp is still used when copying file from repos on the same filesystem, since --reflink=auto can make it significantly faster on filesystems such as btrfs. Directory special remotes still use cp, not rsync. It's not clear what tmp file should be used when rsyncing to such a remote.
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/file_copy_progress_bar.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/todo/file_copy_progress_bar.mdwn b/doc/todo/file_copy_progress_bar.mdwn
index cd4ea33b7..847c1d1eb 100644
--- a/doc/todo/file_copy_progress_bar.mdwn
+++ b/doc/todo/file_copy_progress_bar.mdwn
@@ -1,3 +1,5 @@
Find a way to copy a file with a progress bar, while still preserving
stat. Easiest way might be to use pv and fix up the permissions etc
after?
+
+[[done]]