Configure filehost
This commit is contained in:
@ -7,8 +7,8 @@ Wants=network-online.target
|
||||
WantedBy=default.target
|
||||
|
||||
[Mount]
|
||||
What=//u309229-sub6.your-storagebox.de/u309229-sub6
|
||||
Where=/var/home/backup/storagebox
|
||||
What={{ STORAGEBOX_WHAT }}
|
||||
Where={{ STORAGEBOX_WHERE }}
|
||||
Type=cifs
|
||||
Options=_netdev,iocharset=utf8,username=u309229-sub6,password={{ cifs.password }},seal,uid=1001,gid=1001,x-systemd.automount
|
||||
Options=_netdev,iocharset=utf8,username={{ STORAGEBOX_USERNAME }},password={{ STORAGEBOX_PASSWORD }},seal,x-systemd.automount{% if STORAGEBOX_EXTRA_OPTS is defined %},{{ STORAGEBOX_EXTRA_OPTS|join(',') }}{% endif %}
|
||||
TimeoutSec=60
|
||||
|
Reference in New Issue
Block a user