Skip to content

Unable to add multiple users #166

Answered by mbentley
listinfm asked this question in Help
Discussion options

You must be logged in to vote

It isn't showing up in what your copied above but It looks like you have some odd carriage returns/end of lines in your user config file. In your logs, it looks like after every reference to the variables in the config file, it's including some sort of new line character.

Here is the startup of when I created the user config plus me making one up for kimberly.conf:

# alex.conf
TM_USERNAME=alex
TM_GROUPNAME=timemachine
PASSWORD=foobarbaz
SHARE_NAME=alextimemachine
VOLUME_SIZE_LIMIT="300 G"
TM_UID=1009
TM_GID=1000
#  kimberly.conf
TM_USERNAME=kimberly
TM_GROUPNAME=timemachine
PASSWORD=foobarbaz
SHARE_NAME=kimberlytimemachine
VOLUME_SIZE_LIMIT="300 G"
TM_UID=1010
TM_GID=1000
$ docker compo…

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by mbentley
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #161 on January 13, 2024 13:40.