hpr2996 :: Spideroak Update
I give you an update on my cloud backup solution and fixes
Hosted by operat0r on 2020-01-27 is flagged as Explicit and is released under a CC-BY-SA license.
cloud backup,computers,linux,spideroak one,spideroak.
Listen in ogg,
spx,
or mp3 format. | Comments (0).
general.
https://spideroak.support/hc/en-us/articles/115001891343-Command-Line-Reference
service script:
# Make sure you have space or link the base path to some place else
# make sure you have R/W for the plex user
# ln -s /media/data/SPIDEROAK_CONFIG/ /home/plex/.config/SpiderOakONE
[Unit]
Description=SPIDEROAK STARTUP
After=network.target
[Service]
User=plex
Group=adm
Type=simple
ExecStart=/bin/bash -c '
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin ;
/usr/bin/SpiderOakONE --headless --verbose'
[Install]
WantedBy=multi-user.target