On Sat, Jan 8, 2011 at 5:25 AM, Carl Cook <cac...@quantum-sci.com> wrote:
>
> In addition to the questions below, if anyone has a chance could you advise 
> on why my destination drive has more data  than the source after this command:
> # rsync --hard-links --delete --inplace --archive --numeric-ids /media/disk/* 
> /home
> sending incremental file list

What happens if you delete /home, then run the command again, but
without the *?  You generally don't use wildcards for the source or
destination when using rsync.  You just tell it which directory to
start in.

If you do an "ls /home" and "ls /media/disk" are they different?

-- 
Freddie Cash
fjwc...@gmail.com
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to