I have 50 GB on servers in switzerland, that need to be copied over our wan connection. After the data is migrated we'll switch the users to our newer server based computing solution.
The only problem is that it's live data. So I was wondering if there is a way to copy the 40 GB before the migration, and just before we go live make a differential copy.
How would you guys approach this?
Is there a free way to accomplish this?
The data I'm talking about are user documents and company data.
Thanks
This is heavily dependent on the type of data (and to a lesser degree, the OS) you use, but rsync is a good start for copying files in general. For databases and similar file types, you might need to use another option, but again, this would be dependent on the type of database.
Yes - I'd go with restoring a backup at the new site, then unison/rsync to keep the data inline if its just files.
But this approach needs some work if we're talking about a database.
C.
if your using linux you could also consider using drdb however performance might be degraded over your wan link.
http://www.drbd.org/