RE: remote backup solution over WAN

2008-08-17 Thread Tamouh Hakmi
 

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of S t 
> i n g r a y
> Sent: August 17, 2008 11:22 PM
> To: FreeBSD; FreeBSD
> Subject: remote backup solution over WAN
> 
> I am building one backup file server on WAN on FreeBSD, which 
> will backup remote servers data over slow links, 
> (256-512kbps), simply because i have never seen an operating 
> system as stable/robust as FreeBSD ever :-) Now i want to 
> know a technology that can sync only the changed data in a 
> day rather then all the data daily, keep in mind the remote 
> servers data would be  Windows, Linux and Apple computers so 
> the technology must be compatible with all ... 
> 
>  
> 
> 
> regards
> 
> 
> *º¤., ¸¸,.¤º*¨¨¨*¤ Stingray *º¤., ¸¸,.¤º*¨¨*¤
> 
> 
> 

For Windows + Unix try: http://www.itefix.no/cwrsync/

However, it doesn't sync open files, you need to use Shadow Copy to sync 
Windows open files.

Tamouh


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: remote backup solution over WAN

2008-08-17 Thread Jason W. Morgan
On 2008.08.17 20:22:00, S t i n g r a y wrote:
> I am building one backup file server on WAN on FreeBSD, which will
> backup remote servers data over slow links, (256-512kbps), simply
> because i have never seen an operating system as stable/robust as
> FreeBSD ever :-)

> Now i want to know a technology that can sync only the changed data
> in a day rather then all the data daily, keep in mind the remote
> servers data would be Windows, Linux and Apple computers so the
> technology must be compatible with all ...

Rsync should suit your needs.

Port:/usr/ports/net/rsync
Site:http://samba.anu.edu.au/rsync/
For Windows: http://www.aboutmyip.com/AboutMyXApp/DeltaCopy.jsp 
 (never tried it)


Cheers,

~ Jason Morgan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"