scripts
scripts copied to clipboard
nice for rclone
From experience running plex / rclone on kubernetes you should make sure that you run nice when running rclone (especially with encrypted volumes):
nice -n -10 rclone mount (etc....)