This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #!/bin/bash | |
| LogFile=/var/log/cache_backup.log | |
| BackupDir=/mnt/disk2/backup/Datastorage | |
| echo `date` "Starting cache drive backup to " $BackupDir >> $LogFile | |
| #Stop plugin services located in /etc/rc.d/ | |
| # enter in plugins to stop here, if any | |
| # /etc/rc.d/rc.plexmediaserver stop >> $LogFile |