Hi Edwardo
At one client of mine, I had two "Servers" available, a new HP ML 150 and an older PII/450. The new server is running all services (Mail, Files, Windows PDC). I also setup SME on the older Server, but only with two accounts besides the usual admin/root:
- administrator
- backup-user
I also setup an iBay called "backups", NOT accessible via Internet. PC's map this as drive Y:.
The Administrator User is for a PC which has important Data/Application on it and uses a simple Batch in the "Task-Sheduler" to copy modified files into an approiate subfolder in Y:. You can get a copy of this batch here:
http://www.rootadmin.org/cvsroot/cgi-bin/cvsweb.cgi/System/Batch/Dos-Backup/Backup.bat?rev=1.6&content-type=text/x-cvsweb-markupFor the Linux to Linux (Better: SME 2 SME) I use something like the following:
rsync -avzu --delete -e ssh /var sme-backup-server:/home/e-smith/files/ibays/backups/files/
The second server will be moved soon to another building, the connection between both is via VPN (IPSec on Sonicwall, not SME...).
Both SMEs are in Server-Only Mode.
Using the Crontab Contrib is a nice help.
See the options of RSync before you set this up, especially try the "Show me what rsync would do" option first:
-n, --dry-run show what would have been transferred
Hope that helps...
YMMV
Regards
Andy