7 lines
163 B
Bash
7 lines
163 B
Bash
#!/bin/sh
|
|
##
|
|
## Script to automate the copy of Sonarr databases
|
|
##
|
|
echo -e 'Starting the sidecar container to periodically backup the sonarr databases'
|
|
sleep 3600
|