From 420afa3edc3325912ee72d951af7228f66ed1831 Mon Sep 17 00:00:00 2001 From: Josef Bacik Date: Wed, 27 May 2015 13:51:29 -0400 Subject: btrfs-progs: specify mountpoint for recieve In a chroot environment we may not have /proc mounted, which makes btrfs receive freak out since it wants to know the base directory where are are mounted for things like clone and such. Give an option to specify where the mountpoint is in these cases so you can still do a btrfs receive in a chroot. Thanks, Signed-off-by: Josef Bacik [added manpage documentation] Signed-off-by: David Sterba --- Documentation/btrfs-receive.asciidoc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Documentation/btrfs-receive.asciidoc') diff --git a/Documentation/btrfs-receive.asciidoc b/Documentation/btrfs-receive.asciidoc index bdbabdff..84b85c1c 100644 --- a/Documentation/btrfs-receive.asciidoc +++ b/Documentation/btrfs-receive.asciidoc @@ -43,6 +43,12 @@ or on EOF. --max-errors :: Terminate as soon as N errors happened while processing commands from the send stream. Default value is 1. A value of 0 means no limit. +-m:: +The root mount point of the destination fs. ++ +By default the mountpoint is searched in /proc/self/mounts. +If you do not have /proc, eg. in a chroot environment, use this option to tell +us where this filesystem is mounted. EXIT STATUS ----------- -- cgit v1.2.3