Roof comming down

Linux unrar all rars

I got lots of rar files in subfolders, I want to unrar them,

find -name *.rar -exec unrar x {} \;

works well :)

or much more advanced..


#!/bin/bash

if [ $# -ne 1 ]
then
echo "U forgot to enter directory where i should work!"
exit
fi

while
mesg="\n==============================================\n
1.. Check .sfv files.\n
2.. Unrar all files.\n
3.. Delete rar and sfv files.\n
4.. Exit
\n==============================================\n
Select: \c"
do
echo -e $mesg
read selection
case $selection in
1)
cd $1
cfv -r ;;

DPM 2007 vs Backup Exec 12

I came across Data Protection Manager 2007 during my MSCE course last week,

I was very interested in this, as I had previously dismissed Microsoft's backup solutions as minimum requirement rather then essential requirement, NT backup is fairly good at what it does, Simple, Click, Click and Done.

So Coming across this alternative was rather nice, It seemed very good from the description page, It could handle all the Microsoft products I use, Exchange 2007, SQL Server, Active Directory etc etc.

Button Clicker (third time)

Welcome to Buttonclicker.com, again again again :)

This site has changed more times then I can think.. but this time I will try my hardest to keep it up..

Jtech