From 30d7cce7ecb7dbcbabe83ab3f6cd5f32ce685992 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 13 Jun 2011 20:23:47 -0400 Subject: 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. --- doc/todo/file_copy_progress_bar.mdwn | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc') 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]] -- cgit v1.2.3