August 11, 201411 yr Show "cat /etc/cron.daily/cache_backup.sh" result below. Tested script again by running it manually and the service stops, backs up the required folder and then starts the service again. Tower login: root Linux 3.9.11p-unRAID. root@Tower:~# cat /etc/cron.daily/cache_backup.sh #!/bin/bash #Stop services /etc/rc.d/rc.plexmediaserver stop #Backup cache via rsync date >/var/log/cache_backup.log /usr/bin/rsync -avrtH /mnt/cache/apps/ /mnt/disk3/BACKUPS/unRAID_cache >>/var/log/cache_backup.log #Start services /etc/rc.d/rc.plexmediaserver start root@Tower:~#
Archived
This topic is now archived and is closed to further replies.