From 6ba6d10c4f9fb14e5a60cbf7626cb0063268c84a Mon Sep 17 00:00:00 2001 From: Johannes Schauer Marin Rodrigues Date: Sat, 8 Jan 2022 08:33:41 +0100 Subject: [PATCH] document that 'upload' doesn't retain permissions and ownership --- mmdebstrap | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mmdebstrap b/mmdebstrap index 5f1d71f..b7f83bd 100755 --- a/mmdebstrap +++ b/mmdebstrap @@ -6593,7 +6593,9 @@ chroot as I. In contrast to B, this command only handles files and not directories. To copy a directory recursively into the chroot, use B or B. Its advantage is, that by being able to specify the full path on the inside, including the filename, the file on the -inside can have a different name from the file on the outside. +inside can have a different name from the file on the outside. In contrast to +B and B, permission and ownership information will not be +retained. =back