> And after you could use rsync to just update the file who have been modified > and even better duplicate the file you got by sftp (Monday, Tuesday...) and > create a cron for each day > (make some test before) > ssh user at yourserverIP > sudo -s > rsync -e ssh -avz --stats --progress --delete > user at yourserverIP:/Applications/webserver/ /Applications/webserver/ > (last command on one line) Hmmm ... Now that I think of it, Rad, rsync is probably the better option. I didn't know you were going over quota too. -- Sharninder