Re: aufs instead of mhddfs with vdr 2.1.2

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The situation happens when the files / dirs are spread under separate branches, for example when viewing recording and it creates resume file on different branch. Maybe that could avoided with creating policies?

For a workaround, I made a simple reccmds script to rename the dir with mv command. 
It handles the situation where same dir exists in both branches by doing copyup. Maybe some checking should be added that dir really exists.

#!/bin/bash
echo Renaming $1
mv $1 ${1%.rec}.del
echo touch .update
touch /video/.update
echo done

_______________________________________________
vdr mailing list
vdr@xxxxxxxxxxx
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

[Index of Archives]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Util Linux NG]     [Xfree86]     [Big List of Linux Books]     [Fedora Users]     [Fedora Women]     [ALSA Devel]     [Linux USB]

  Powered by Linux