I have a script in unraid that works fine from a terminal, but not when used as a post-processing script in SAB.
Code: Select all
#!/bin/bash
#----------------------------------------------------------------------------
# Here you can add your own custom script eg. |
# rclone copy /local/path remote:path # copies /local/path to the remote |
# rclone sync /local/path remote:path # syncs /local/path to the remote |
#----------------------------------------------------------------------------
rclone sync /mnt/user/stern dropbox:misc
Ultimately I want SAB to tell rclone (after something is done downloading), to sync with dropbox. Any help would be great.ScriptExit(-1) Cannot run script /config/scripts/db_sync.sh