hello all,
i am trying to automate the process of feeding files to a linux based network archiving appliance that writes tar archives. the problem is, if i drop a large load of files into it it writes a large tar archive that when restored takes forever.
the trick is to segment the files, i.e. drop smaller loads thus producing smaller archives. the problem with that is you have to sit at a mac all day and do things by hand.
i would like to know if anyone has a script that will check the arching device to see if the archiving directory is empty (the device is set to delete files once it has written them to tape) and if so moves another folder into it. so on and so on.
thanks for any help or suggestions.
john
i am trying to automate the process of feeding files to a linux based network archiving appliance that writes tar archives. the problem is, if i drop a large load of files into it it writes a large tar archive that when restored takes forever.
the trick is to segment the files, i.e. drop smaller loads thus producing smaller archives. the problem with that is you have to sit at a mac all day and do things by hand.
i would like to know if anyone has a script that will check the arching device to see if the archiving directory is empty (the device is set to delete files once it has written them to tape) and if so moves another folder into it. so on and so on.
thanks for any help or suggestions.
john