From 28289a890ca4576300b4dba7e44d47b512c20735 Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Fri, 21 Apr 2017 15:00:42 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1492905..1c2538f 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ All your backuppc configuration, backup and keys will survive the container des ## POSIX rights -The mounted host directory used for data persistency need to be accessible by the host user corresponding to the backuppc user created in container instance. By default, this backuppc user is of `UUID 1000` and `GUID 1000`, which should corresponds to the first non-root user create on your host. +The mounted host directory used for data persistency need to be accessible by the host user corresponding to the backuppc user created in container instance. By default, this backuppc user is of `UUID 1000` and `GUID 1000`, which should correspond to the first non-root user create on your host. If you want to use an host user of different UUID/GUID, you can specify the container instance to use these customized values during creation with environment variables: respectively `BACKUPPC_UUID (default: 1000)` and `BACKUPPC_GUID (default: 1000)`.