argedion
The TechnoFrog
If there is a Bash expert willing to help me figure out an issue I'm having with a bash file.
The issue I want to Save my Nandroids over to the Harddisk however I am not going to know the names of the folders with exception to BCDES the rest of the name is date and time of nandroid obviously I need to get those into a variable and then 7zip them over to the hard drive. Anyone have any Ideas of how I can get this to work?
So basically it will look like
/media/SDCARD/nandroid/HNUMBER/BCDES-20120405-2234
/media/SDCARD/nandroid/HNUMBER/BCDES-20120403=1744
need to grab those in an array variable i assume something like
$NandStore(x)
then a simple loop to 7zip them over to the hard drive.
TIA
The issue I want to Save my Nandroids over to the Harddisk however I am not going to know the names of the folders with exception to BCDES the rest of the name is date and time of nandroid obviously I need to get those into a variable and then 7zip them over to the hard drive. Anyone have any Ideas of how I can get this to work?
So basically it will look like
/media/SDCARD/nandroid/HNUMBER/BCDES-20120405-2234
/media/SDCARD/nandroid/HNUMBER/BCDES-20120403=1744
need to grab those in an array variable i assume something like
$NandStore(x)
then a simple loop to 7zip them over to the hard drive.
TIA