All Projects → kamos69 → scripts

kamos69 / scripts

Licence: MIT license
Scripts for managing my Ubuntu / Rclone / Plex Server

Programming Languages

shell
77523 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to scripts

Cloudbox
Ansible-based solution for rapidly deploying a Docker containerized cloud media server.
Stars: ✭ 1,763 (+8715%)
Mutual labels:  rclone, plexpy
Cloud Media Scripts
Upload and stream media from the cloud with or without encryption. Cache all new and recently streamed media locally to access quickly and reduce API calls
Stars: ✭ 84 (+320%)
Mutual labels:  rclone, plex-media-server
Homescripts
My Scripts for Plex / Emby with Google Drive and rclone
Stars: ✭ 652 (+3160%)
Mutual labels:  rclone, plex-media-server
PyFiSync
Python (+ rsync or rclone) based intelligent file sync with automatic backups and file move/delete tracking.
Stars: ✭ 88 (+340%)
Mutual labels:  rsync, rclone
netbackup
A frontend for various backup programs (rsync, rdiff-backup, rclone) that simplifies local and remote backups.
Stars: ✭ 15 (-25%)
Mutual labels:  rsync, rclone
Plexidrive
Scripts to facilitate the use of cloud storage (such as Google Drive) as storage for Plex media server
Stars: ✭ 118 (+490%)
Mutual labels:  rclone, plex-media-server
Plexus
A suite of tools to help manage your media collection.
Stars: ✭ 78 (+290%)
Mutual labels:  rclone, plex-media-server
Plexguide.com
Welcome to https://PlexGuide.com ~ Rapidly deploy multiple-hasty Docker Containers through Ansible with local or Unlimited Google HD Space!
Stars: ✭ 1,631 (+8055%)
Mutual labels:  rclone, plexpy
eRCaGuy dotfiles
.bashrc file, terminal prompt that shows current git branch, Arduino setup, Eclipse setup, git diff with line numbers, helpful scripts, improved Linux productivity, etc.
Stars: ✭ 84 (+320%)
Mutual labels:  rsync, scripts
Heroku Google Drive
Remote Google Drive client on Heroku using Rclone and Aria2
Stars: ✭ 44 (+120%)
Mutual labels:  rsync, rclone
Aws Containers Task Definitions
Task Definitions for running common applications Amazon ECS
Stars: ✭ 210 (+950%)
Mutual labels:  amazon
Homeassistant Config
Stars: ✭ 211 (+955%)
Mutual labels:  amazon
go-sync
🔁 CLI synchronization utility to sync project files and databases for your local project with SSH and Docker support
Stars: ✭ 61 (+205%)
Mutual labels:  rsync
privacy-settings
Guide to privacy settings for most major softwares and services.
Stars: ✭ 97 (+385%)
Mutual labels:  amazon
Alexaskillskit.net
.NET library that simplifies Alexa skills development; same object model as Amazon's AlexaSkillsKit for Java
Stars: ✭ 210 (+950%)
Mutual labels:  amazon
Alfred Searchio
Alfred workflow to auto-suggest search results from multiple search engines and languages.
Stars: ✭ 250 (+1150%)
Mutual labels:  amazon
Knative Lambda Runtime
Running AWS Lambda Functions on Knative/Kubernetes Clusters
Stars: ✭ 201 (+905%)
Mutual labels:  amazon
Aws Lambda Fastify
Insipired by aws-serverless-express to work with Fastify with inject functionality.
Stars: ✭ 190 (+850%)
Mutual labels:  amazon
Upic
📤uPic is a native, powerful, beautiful and simple picture and file upload tool for macOS.
Stars: ✭ 2,465 (+12225%)
Mutual labels:  amazon
node-red-contrib-sonospollytts
Play speech TTS using Sonos.
Stars: ✭ 11 (-45%)
Mutual labels:  amazon

Scripts for use on Media Server

Scripts for managing my Ubuntu / Rclone / Plex Server.

Prerequisites

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/unionfs-fuse.sh > /home/$USER/logs/acd_boot.log 2>&1
* * * * * /home/$USER/scripts/rclone-cron.sh > /dev/null 2>&1
*/5 * * * * python /home/$USER/scripts/acdrclonemountchecker.py > /dev/null 2>&1
30 3 * * 1 /home/$USER/scripts/backups.sh >> /home/$USER/logs/backups.log 2>&1
0 * * * * sudo /home/$USER/scripts/plexscan.sh  > /dev/null 2>&1
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].