Re: Backup Large FileServer

2007-09-28 Thread pete wright
On 9/28/07, Alexandre Biancalana <[EMAIL PROTECTED]> wrote:
> Hi list,
>
>   I've to backup a large window$ 2003 FileServer (~800GB) from my new
> FreeBSD BackupServer (before I can change this fileserver to FreeBSD).
>
>   I'm trying cygwin+rsync on FileServer side and rsync+hardlinks on
> BackupServer side.
>
>   Using rsync the two great advantages are:
>  1. Only copy the changes
>  2. on the BackupServer side I use hardlinks from the older backups,
> with this only space consumed is from file that where changed.
>
>   on the bad side:
>  1. Problems with long pathnames
>  2. Problems with unicode filenames
>  3. Very slow copy ~ 2MB/s (I've doubt if this can be improved using any
> other copy method)
>
>
>   I want hear some ideas from the list about the options available to
> accomplish this job.
>
>

Alexandre - have you looked at using something like Bacula:
http://www.bacula.org/

You should get much better performance (you can write your backup to
disk - it does not have to be a tape device) and all windows metadata
etc. should be preserved as well.


-pete

-- 
~~o0OO0o~~
Pete Wright
www.nycbug.org
NYC's *BSD User Group
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Backup Large FileServer

2007-09-28 Thread Vince
Alexandre Biancalana wrote:
> Hi list,
> 
>   I've to backup a large window$ 2003 FileServer (~800GB) from my new
> FreeBSD BackupServer (before I can change this fileserver to FreeBSD).
> 
>   I'm trying cygwin+rsync on FileServer side and rsync+hardlinks on
> BackupServer side.
> 
>   Using rsync the two great advantages are:
>  1. Only copy the changes
>  2. on the BackupServer side I use hardlinks from the older backups,
> with this only space consumed is from file that where changed.
> 
>   on the bad side:
>  1. Problems with long pathnames
>  2. Problems with unicode filenames
>  3. Very slow copy ~ 2MB/s (I've doubt if this can be improved using any
> other copy method)
> 
Last time I had to do this I ended up using the ntbackup util that comes
with windows and getting it to save to a file on a samba share. This at
least meant that it dealt with things like NTFS ACLs/permissions and
other such windows oddities. Cygwin, while great in that you can at
least have a decent command line on windows, is very slow. I'd hope that
you could get better, depending on the connection between the servers.


Vince

> 
>   I want hear some ideas from the list about the options available to
> accomplish this job.
> 
> 
>  Best Regards,
> Alexandre Biancalana
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"

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


Re: Backup Large FileServer

2007-09-28 Thread Mikel King

Alexandre,

	I would suggest investing in a detachable storage media. My personal  
favorite is this one from Maxtor Solutions...


http://www.maxtorsolutions.com/en/catalog/MSS_II_Dual/index.html

	You have the option of direct attach via USB or NetAttach via  
10/100/1000BT, the latter would be good because you can serve the  
files from the device while you are transitioning the server. In any  
event it would make your transition fairly headache free.


Cheers,
Mikel King
CITO, Tech Alliance, INC
Senior Editor, Daemon News
39 West Fourteenth Street
Second Floor
New York, NY 10011
http://www.techally.com
http://www.daemonnews.org
t: 212.727.2100x132
+--+
How do you spell cooperation? Pessimists use
each other, but optimists help each other.
Collaboration feeds your spirit, while
competition only stokes your ego. You'll
find the best way to get along.
+--+


On Sep 28, 2007, at 9:52 AM, Alexandre Biancalana wrote:


Hi list,

  I've to backup a large window$ 2003 FileServer (~800GB) from my new
FreeBSD BackupServer (before I can change this fileserver to FreeBSD).

  I'm trying cygwin+rsync on FileServer side and rsync+hardlinks on
BackupServer side.

  Using rsync the two great advantages are:
 1. Only copy the changes
 2. on the BackupServer side I use hardlinks from the older  
backups,

with this only space consumed is from file that where changed.

  on the bad side:
 1. Problems with long pathnames
 2. Problems with unicode filenames
 3. Very slow copy ~ 2MB/s (I've doubt if this can be improved  
using any

other copy method)


  I want hear some ideas from the list about the options available to
accomplish this job.


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


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