---
title: Restarting SpiderOak after switching networks
kind: blog
description: 'When disconnecting from a network and reconnecting later, SpiderOak always stays "disconnected" here and doesn''t backup any more files. Here''s a simple script I run in that case:'
words: 37
readingMinutes: 1
created: '2013-12-10T12:07:15.000Z'
updated: '2026-06-27T21:03:45+02:00'
tags:
  - linux
  - spideroak
  - system-administration
---
```shell
env kill -s 1 SpiderOak
SpiderOak &
```

Not much to it and call me lazy, but it's easier to click a launcher to run this script than having to right-click the SpiderOak tray icon, choose Quit, then restart it from the start menu ;-)
