No, what i meant is you can use a bash script running with cron. Cron is a daemon that runs programs at specific times, depending on what you put in the conf file. Check the manpages, do a: "man cron" from the shell and you will learn how to use it. Then you only have to write a script, something like this (I don't remember the tar syntax): #!/bin/sh tar cvf backup.tar /home Then you write it to a file, say backup.sh and perhaps chmod it to o+x so you can execute it from the shell. It's been a long time since I don't use linux, so I almost forgot many commands. "semper aliquid haeret", Bacon. -- Sebastián.