2023-12-25 18:35:54 +01:00
|
|
|
[Unit]
|
|
|
|
Description=Mount storagebox with sshfs
|
|
|
|
After=network-online.target
|
|
|
|
Wants=network-online.target
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=default.target
|
|
|
|
|
|
|
|
[Mount]
|
2024-01-06 02:55:24 +01:00
|
|
|
What=//u309229-sub6.your-storagebox.de/u309229-sub6
|
2023-12-25 18:35:54 +01:00
|
|
|
Where=/var/home/backup/storagebox
|
2024-01-06 02:55:24 +01:00
|
|
|
Type=cifs
|
2024-01-09 23:30:41 +01:00
|
|
|
Options=_netdev,iocharset=utf8,username=u309229-sub6,password={{ cifs.password }},seal,uid=1001,gid=1001,x-systemd.automount
|
2023-12-25 18:35:54 +01:00
|
|
|
TimeoutSec=60
|