|
There are a number of ways. You can just run a shell script out of cron to tar up the directory and gzip it. Then you could use passwordless scp to get it to the other machine. or you could NFS mount the backup directory and just have tar write tae tarball directly onto the backup drive, unmounting it afterwards.
|