croudebush

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by croudebush

  1. I may have found a bug, or user error. Either way I could use some assistance.

     

    I am trying to use this plugin to do the following cases:

    - Move files every 6 days

    or

    - Move all from cache yes if the cache exceeds 50% of drive space

     

    The problem is when it hits the default case of "move all from cache" due to exceeding space, it fails to handle a share with a space in the name. The relevant logs are:

    Mar  8 09:57:10 Tower root: mvlogger: CACHETHRESH: 50
    Mar  8 09:57:10 Tower root: mvlogger: Checking to see if we should all files from share.
    Mar  8 09:57:10 Tower root: mvlogger: Move All Cache Threshold: 50
    Mar  8 09:57:10 Tower root: mvlogger: /mnt/cache PCT USED:  87
    Mar  8 09:57:10 Tower root: mvlogger: Pool /mnt/cache is above 'move all' percentage, moving all cache-yes shares to array
    Mar  8 09:57:10 Tower root: mvlogger: Not in Test mode
    Mar  8 09:57:10 Tower root: mvlogger: Complete Mover Command: find /mnt/cache/TV Shows -depth | /usr/local/sbin/move -d 1
    Mar  8 09:57:10 Tower root: find: '/mnt/cache/TV': No such file or directory
    Mar  8 09:57:10 Tower root: find: 'Shows': No such file or directory
    Mar  8 09:57:10 Tower root: mvlogger: Done checking Move All from Share

     

    I am new to unRAID so am I misunderstanding these features or trying to implement them incorrectly?