Menu

#661 "*" in Cron task isn't work

v0.7
open
WebGUI (143)
5
2012-10-28
2009-09-03
opexob
No

This command: rm /mnt/data1/temp/torrents/*
delete all files from /mnt/data1/temp/torrents/ , but as Cron task this command return Error

This command: rm -f /mnt/data1/temp/torrents/*
as Cron task do nothing without Errors

If i specify exact filename, like rm -f /mnt/data1/temp/torrents/1.txt OR rm /mnt/data1/temp/torrents/222.txt it works correct

Discussion

  • opexob

    opexob - 2009-09-03

    I found this, because Transmission don't delete *.torrent files from Watch directory after adding torrent to queue. May be here one more bug?

     
  • skygunner

    skygunner - 2009-09-12

    I noticed in earlier 0.7 version Transmission doesn't delete torrents from the watch folder after start new download work. And if you delete the task from the download list, transmission will quickly add it back because the torrent file is still there in the watch folder.
    Haven't tested with new versions.

     

Log in to post a comment.