/scripts

Scripts for managing my Ubuntu / Rclone / Plex Server

Primary LanguageShellMIT LicenseMIT

Scripts for use on Quickbox Server

Scripts for managing my Ubuntu / Rclone / Plex Server.

Preqreuisites

NOTE: It is assumed that you used the Quickbox script to setup your server using the default folder structures.

Getting Started

Clone the repository locally:

cd ~
git clone https://github.com/kamos69/scripts.git scripts/
cd ~/scripts/
chmod +x *.sh

Crontabs

Once yourCrontab for backup.sh

@reboot /home/$USER/scripts/acd.sh > /home/$USER/logs/acd_boot.log 2>&1
* * * * * /home/$USER/scripts/rclone-cron.sh > /dev/null 2>&1
*/5 * * * * /home/$USER/scripts/checkacdcrypt.sh >> /home/$USER/logs/acdcryptcheck.log 2>&1
*/5 * * * * /home/$USER/scripts/checkacd.sh >> /home/$USER/logs/acdcheck.log 2>&1
30 3 * * 1 /home/$USER/scripts/backups.sh >> /home/$USER/logs/backups.log 2>&1

Credits

https://quickbox.io/