Hi Sasha, > I'm currently trying to write a simple bash shell script that > recursively loops through a directory and for each directory entry > will mirror the contents to a remote backup server.
Why do you want to loop it in a shell script? If you need to mirror _all_ directories of a certain directory, then just mirror that whole directory with one lftp's command. -- Michael
