Skip to content

Commit

Permalink
Update backblaze.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanTreffler authored Oct 11, 2024
1 parent a3bc343 commit ce3f25a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/backblaze.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This container needs additional installation steps after running the docker, whi
<Config Name="VNC Password" Target="VNC_PASSWORD" Default="" Mode="" Description="Password needed to connect to the application's GUI. See the VNC Password section in the README for more details." Type="Variable" Display="always" Required="false" Mask="true"/>
<Config Name="X11VNC_EXTRA_OPTS" Target="X11VNC_EXTRA_OPTS" Default="" Mode="" Description="Extra options to pass to the x11vnc server running in the Docker container. WARNING: For advanced users. Do not use unless you know what you are doing." Type="Variable" Display="advanced" Required="false" Mask="false"/>
<Config Name="ENABLE_CJK_FONT" Target="ENABLE_CJK_FONT" Default="" Mode="" Description="When set to 1, open-source computer font WenQuanYi Zen Hei is installed. This font contains a large range of Chinese/Japanese/Korean characters." Type="Variable" Display="advanced" Required="false" Mask="false"/>
<Config Name="Storage to back up" Target="/backup_volume/" Default="/mnt/user/" Mode="rw" Description="This will be exposed to the Backblaze Client as drive D and therefore be backed up" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/</Config>
<Config Name="Storage to back up" Target="/drive_d/" Default="/mnt/user/" Mode="rw" Description="This will be exposed to the Backblaze Client as drive D and therefore be backed up" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/</Config>
<Config Name="Config" Target="/config/" Default="/mnt/cache/appdata/backblaze_personal_backup/" Mode="rw" Description="Container Path: /config/" Type="Path" Display="always" Required="true" Mask="false">/mnt/cache/appdata/backblaze_personal_backup/</Config>
<Config Name="Force Latest Update" Target="FORCE_LATEST_UPDATE" Default="false" Description="Forces the auto updater to download the newest version of the backblaze client from the backblaze servers instead of a known-good version from the Internet Archive." Type="Variable" Display="always" Required="true" Mask="false">true</Config>
<Config Name="User ID" Target="USER_ID" Default="99" Description="When mounting docker-volumes, permission issues can arise between the docker host and the container. You can pass the User_ID permissions to the container with this variable." Type="Variable" Display="always" Required="true" Mask="false">99</Config>
Expand Down

0 comments on commit ce3f25a

Please sign in to comment.