fix: Use DigitalOcean's volume

testing/digital-ocean
Inex Code 2022-11-09 23:16:30 +03:00
parent f8cae86a64
commit 6a1bc092a6
1 changed files with 5 additions and 0 deletions

View File

@ -80,6 +80,11 @@ makeConf() {
"resticPassword": $ESCAPED_PASSWORD,
"username": "$LUSER",
"volumes": [
{
"device": "/dev/sda",
"mountPoint": "/volumes/sda",
"fsType": "ext4"
}
],
"useBinds": true
}