Search found 5 matches

by Khabel
Sat Jul 27, 2013 12:44 am
Forum: General
Topic: Unrar and cleanup script - UPDATE 2013.05.24
Replies: 142
Views: 270046

Re: Unrar and cleanup script - UPDATE 2013.05.24

killemov wrote:Well, you might want to put your file names in quotes.

Code: Select all

cp -R "$SRC_DIR" "$DEST_DIR"
Tried that as well, makes no difference. If I use a hard coded variable for the destination with no spaces it works fine
by Khabel
Thu Jul 18, 2013 8:47 am
Forum: General
Topic: Unrar and cleanup script - UPDATE 2013.05.24
Replies: 142
Views: 270046

Re: Unrar and cleanup script - UPDATE 2013.01.10

The torrent file itself? The content? Some rar-specific files? The script contains linux commands. Look for information on cp or mv, for example. Sorry, should have made myself a bit clearer. If the torrent only contains one file e.g. movie.mkv and no rars where abouts in your script would I place ...
by Khabel
Sat Apr 20, 2013 3:53 am
Forum: General
Topic: Unrar and cleanup script - UPDATE 2013.05.24
Replies: 142
Views: 270046

Re: Unrar and cleanup script - UPDATE 2013.01.10

The torrent file itself? The content? Some rar-specific files? The script contains linux commands. Look for information on cp or mv, for example. Sorry, should have made myself a bit clearer. If the torrent only contains one file e.g. movie.mkv and no rars where abouts in your script would I place ...
by Khabel
Thu Apr 11, 2013 1:48 am
Forum: General
Topic: Unrar and cleanup script - UPDATE 2013.05.24
Replies: 142
Views: 270046

Re: Unrar and cleanup script - UPDATE 2013.01.10

If the torrent doesn't need unraring what do I need to add so the file is copied to a different location instead?
by Khabel
Wed Jul 04, 2012 10:11 pm
Forum: General
Topic: Unrar and cleanup script - UPDATE 2013.05.24
Replies: 142
Views: 270046

Re: Unrar and cleanup script - UPDATE 2011.10.24

Can you confirm a couple things for me please

Will there be any issues running this on unraid?
Can I move the keep file to the root dir so all torrents are kept?
Is it possible to use a sleep parameter so torrents are seeded for a certain period before removing?


Thanks and great script