Search found 5 matches

by drpete12
March 6th, 2015, 1:15 pm
Forum: Post-Processing Scripts
Topic: Script for Mounting ISO and extracting files
Replies: 9
Views: 12765

Re: Script for Mounting ISO and extracting files

I placed the script in the directory where the other scripts are but it didn't show up in the list of choices for post-processing. Script was called iso.sh but I changed it to ISO.py and it shows up in list ( I assume I shouldn't do this but not sure how to get it to show in list) Also, is there a w...
by drpete12
March 6th, 2015, 7:44 am
Forum: Post-Processing Scripts
Topic: Script for Mounting ISO and extracting files
Replies: 9
Views: 12765

Re: Script for Mounting ISO and extracting files

Hi Sander

My friend is pretty knowledgable. If just asked for a linux script. How would it be better than bash? If you tell me what would be better I will ask for that. Should it be done in PY???

Thanks for any help

Peter
by drpete12
March 5th, 2015, 7:48 pm
Forum: Post-Processing Scripts
Topic: Script for Mounting ISO and extracting files
Replies: 9
Views: 12765

Re: Script for Mounting ISO and extracting files

I have a friend helping me. here is what he has written. I have not put it into SAB yet but thought I would post what I have and you guys can look it over. Here goes: #!/bin/bash find "$1" -name '*.[iI][sS][oO]' -type f | while read iso_exist; do if [ "$iso_exist" ]; then tempdir...
by drpete12
March 3rd, 2015, 2:18 pm
Forum: General Help
Topic: Proper server setup for Sab
Replies: 1
Views: 1104

Proper server setup for Sab

Hi I am running Atraweb and usenetnow for backup server. I know Astra has us and eu servers. Same for my backup. I am starting to have failed downloads. What is the recommended practice for setup. Should I set main server to 10 connections for US and 10 for EU and same for backup. Will this slow my ...
by drpete12
March 2nd, 2015, 9:19 pm
Forum: Post-Processing Scripts
Topic: Script for Mounting ISO and extracting files
Replies: 9
Views: 12765

Script for Mounting ISO and extracting files

Hi I searched but couldn't find anything. Is it possible (or has it been done already) to have a script that looks to see if finished download is an iso and if it is to mount it, extract (or copy) all the files into the directory and unmount and delete iso. I am at a loss as I am running Sab on unra...