Re: Recommendations for an OpenBSD-based Backup Solution

2006-06-13 Thread Dag Wastberg

On 3/20/06, Donald J. Ankney [EMAIL PROTECTED] wrote:

I threw together a Perl script that uses tar and external firewire
drives. Tar has flags that will let it backup over SMB (for the windows
boxes) and one can always do use scp (via certificates) piped through
tar for remote linux/BSD boxes. I've been using this solution across
several platforms (all servers) for a year now, and it has worked well.


Does firewire work under OpenBSD?  According to
http://www.openbsd.org/i386.html firewire is unsupported.  What is the
state of firewire support (for external discs)?  I have an upcoming
install for which I've written off OpenBSD due to this, and I'd very
much like to be able to use it.

Dag



Re: Recommendations for an OpenBSD-based Backup Solution

2006-06-13 Thread Andrew Smith
The last time I looks there was no Firewire or Firewire disk support in the
Kernel.

Expect that if it is done at some stage that it is done correctly, you won't
get Disk support without Firewire being supported as a bus type (no quick
hacks here).

-Andy

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
Dag Wastberg
Sent: 13 June 2006 18:48
To: Donald J. Ankney; misc@openbsd.org
Subject: Re: Recommendations for an OpenBSD-based Backup Solution

On 3/20/06, Donald J. Ankney [EMAIL PROTECTED] wrote:
 I threw together a Perl script that uses tar and external firewire
 drives. Tar has flags that will let it backup over SMB (for the windows
 boxes) and one can always do use scp (via certificates) piped through
 tar for remote linux/BSD boxes. I've been using this solution across
 several platforms (all servers) for a year now, and it has worked well.

Does firewire work under OpenBSD?  According to
http://www.openbsd.org/i386.html firewire is unsupported.  What is the
state of firewire support (for external discs)?  I have an upcoming
install for which I've written off OpenBSD due to this, and I'd very
much like to be able to use it.

Dag



Re: Recommendations for an OpenBSD-based Backup Solution

2006-05-12 Thread Bruno Carnazzi

2006/3/21, Peter [EMAIL PROTECTED]:

--- Donald J. Ankney [EMAIL PROTECTED] wrote:

 I threw together a Perl script that uses tar and external firewire
 drives. Tar has flags that will let it backup over SMB (for the
 windows
 boxes) and one can always do use scp (via certificates) piped through

 tar for remote linux/BSD boxes. I've been using this solution across
 several platforms (all servers) for a year now, and it has worked
 well.


 Obi Okeke wrote:
  An appeal to the Gods of OpenBSD!  Let me write up
  front that I am most grateful for all that the OpenBSD
  project has done.
 
  Some friends of mine need a backup solution that can
  easily handle regular, automated backups from some M$
  Win 2k and Linux workstations as well as an OpenBSD
  3.8 based Samba file server that I had set up for them
  a while ago.
 
  I've used FreeBSD 5x running Bacula at another site,
  but I am looking for an all OpenBSD solution so I
  don't have to install another box running
  FreeBSD/Bacula on their site since they already have 2
  OBSD boxes up and running (perfectly thanks to OBSD) -
  one for firewall/router/nat/squid and one for the
  Samba fileserver.  I would like to add the backup
  solution to the file server box since its not heavily
  loaded at all.  Any recommendations would be greatly
  appreciated.  Thanks in advance.
  Tired of spam?  Yahoo! Mail has the best spam protection around
  http://mail.yahoo.com



I am using rsync.  It also works well.  I wrote small scripts (windows
side) for users to back up at their discretion.  Since they are
actually synchronizing it doesn't take long at all (akin to saving work
in Word or whatever whenever you want).
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com




I regularly use rsnapshot instead of raw rsync and it just works :
http://www.rsnapshot.org/

Best regards,

Bruno.



Re: Recommendations for an OpenBSD-based Backup Solution

2006-05-10 Thread Siju George

On 3/21/06, Andreas Vvgele [EMAIL PROTECTED] wrote:


I'm working on a BackupPC port. Actually, the port only lacks a
README.OpenBSD to get people going. I'll polish the port at the weekand
and then I'll post it to [EMAIL PROTECTED]



Thankyou so much for the port Andreas :-)

I am trying to get BackupPC installed on OpenBSD 3.9 in CGI-BINARY mode.

I see this in the BackupPC documentation.

-
To see if your perl has setuid emulation, see if there is a program
called sperl5.6.0 (or sperl5.8.2 etc, based on your perl version) in
the place where perl is installed. If you can't find this program,
then you have two options: rebuild and reinstall perl with the setuid
emulation turned on (answer ``y'' to the question ``Do you want to do
setuid/setgid emulation?'' when you run perl's configure script), or
switch to the mod_perl alternative for the CGI script (which doesn't
need setuid to work).
-

I don't find sperl on My OpenBSD 3.9

How do I get this functionality on OpenBSD

Kind Regards

Siju



Re: Recommendations for an OpenBSD-based Backup Solution

2006-03-21 Thread Joachim Schipper
On Mon, Mar 20, 2006 at 07:32:22PM -0500, Tim Donahue wrote:
 On Monday 20 March 2006 18:36, Joachim Schipper wrote:
  On Mon, Mar 20, 2006 at 10:37:42AM -0800, Donald J. Ankney wrote:
   I threw together a Perl script that uses tar and external firewire
   drives. Tar has flags that will let it backup over SMB (for the windows
   boxes) and one can always do use scp (via certificates) piped through
   tar for remote linux/BSD boxes. I've been using this solution across
   several platforms (all servers) for a year now, and it has worked well.
 
  Amavisd has a very good algorithm for balancing backups. It is, sadly,
  otherwise a bit of a pain to get going.
 
  That said, it's very solid, and can even print pretty reports.
 
  Joachim
 
 
 Which amavisd are you refering to, do you have a link to the website for us?  
 The 2 amavisd's that I could find on google (amavisd and amavisd-new) are 
 both email filtering programs and don't have anything to do with backups for 
 servers (though amavisd-new does run quite happily on backup MX servers).

As Rogier pointed out, I meant misc/amanda. Oopsie... better shut up
when I've been active for more than, say, 15 hours.

Joachim



Re: Recommendations for an OpenBSD-based Backup Solution

2006-03-21 Thread Stuart Henderson
On 2006/03/20 18:20, Chris Cappuccio wrote:
 Check out Box Backup, it has win2k and linux clients
 
 Failing that, Karen's Replicator and a Samba server seem to work for
 windoze clients

BackupPC(.sf.net) is another option.



Re: Recommendations for an OpenBSD-based Backup Solution

2006-03-21 Thread L. V. Lammert

At 12:53 AM 3/21/2006 -0500, Peter wrote:


I am using rsync.  It also works well.  I wrote small scripts (windows
side) for users to back up at their discretion.


Quick question - I have tried Cygwin rsync on more than one occasion for 
such an application, .. and it refuses to talk to the OBSD version. Which 
version(s) you were using?


Lee



Re: Recommendations for an OpenBSD-based Backup Solution

2006-03-21 Thread L. V. Lammert

At 05:22 PM 3/21/2006 +, Stuart Henderson wrote:


If you didn't already, try running rsync as a *server* on the Windows
side (if you want SSH, forward the ports). There's a cygwin bug that
bites rsync in some circumstances (when network buffers fill, iirc).


I thought the Cygwin DLLs were rquired to run rsync on Windows, ..

Which version were you running successfully?

Thanks!

Lee



Re: Recommendations for an OpenBSD-based Backup Solution

2006-03-21 Thread Andreas Vögele

Stuart Henderson wrote:


On 2006/03/20 18:20, Chris Cappuccio wrote:

Check out Box Backup, it has win2k and linux clients

Failing that, Karen's Replicator and a Samba server seem to work for
windoze clients


BackupPC(.sf.net) is another option.


I'm working on a BackupPC port. Actually, the port only lacks a 
README.OpenBSD to get people going. I'll polish the port at the weekand 
and then I'll post it to [EMAIL PROTECTED]




Re: Recommendations for an OpenBSD-based Backup Solution

2006-03-21 Thread Paul Pruett

If you didn't already, try running rsync as a *server* on the Windows
side (if you want SSH, forward the ports). There's a cygwin bug that
bites rsync in some circumstances (when network buffers fill, iirc).


rather than setting a standalone rsyn server listening to a port,
you can try a minamilist approach

have rsync installed w/ cygwin on windows,
use ssh to run rsync on openbsd box, I know it works with openbsd 3.8 port 
of rsync.


In your bat file on windoze you can use the -e option of rsync to call 
ssh, and the -i option of ssh to select the identity key


NOTE the key has to be owned by the cygwin user and not group or other,
for ssh security reasons, that is the typical gotcha.

(its not uncommon on windows for the login name
to actually be something different like default
in the passwd file on windows cygwin)


then you can use zip, dump or tar or other to backup the mirror or rather 
rsync file system.  maybe doing a full backup weekly or monthly and

using find to backup file changed daily...


some notes here also:
http://optics.ph.unimelb.edu.au/help/rsync/rsync_pc1.html



Re: Recommendations for an OpenBSD-based Backup Solution

2006-03-21 Thread Peter
--- L. V. Lammert [EMAIL PROTECTED] wrote:

 At 12:53 AM 3/21/2006 -0500, Peter wrote:
 
 I am using rsync.  It also works well.  I wrote small scripts
 (windows
 side) for users to back up at their discretion.
 
 Quick question - I have tried Cygwin rsync on more than one occasion
 for 
 such an application, .. and it refuses to talk to the OBSD version.
 Which 
 version(s) you were using?

I am using cwrsync (very light) on the windows clients and the rsync
port for FreeBSD 5.4 and 6.0.  I don't see why it would not work with OpenBSD.
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 



Re: Recommendations for an OpenBSD-based Backup Solution

2006-03-20 Thread Donald J. Ankney
I threw together a Perl script that uses tar and external firewire 
drives. Tar has flags that will let it backup over SMB (for the windows 
boxes) and one can always do use scp (via certificates) piped through 
tar for remote linux/BSD boxes. I've been using this solution across 
several platforms (all servers) for a year now, and it has worked well.



Obi Okeke wrote:

An appeal to the Gods of OpenBSD!  Let me write up
front that I am most grateful for all that the OpenBSD
project has done.

Some friends of mine need a backup solution that can
easily handle regular, automated backups from some M$
Win 2k and Linux workstations as well as an OpenBSD
3.8 based Samba file server that I had set up for them
a while ago. 


I've used FreeBSD 5x running Bacula at another site,
but I am looking for an all OpenBSD solution so I
don't have to install another box running
FreeBSD/Bacula on their site since they already have 2
OBSD boxes up and running (perfectly thanks to OBSD) -
one for firewall/router/nat/squid and one for the
Samba fileserver.  I would like to add the backup
solution to the file server box since its not heavily
loaded at all.  Any recommendations would be greatly
appreciated.  Thanks in advance.
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 




Re: Recommendations for an OpenBSD-based Backup Solution

2006-03-20 Thread Joachim Schipper
On Mon, Mar 20, 2006 at 10:37:42AM -0800, Donald J. Ankney wrote:
 I threw together a Perl script that uses tar and external firewire 
 drives. Tar has flags that will let it backup over SMB (for the windows 
 boxes) and one can always do use scp (via certificates) piped through 
 tar for remote linux/BSD boxes. I've been using this solution across 
 several platforms (all servers) for a year now, and it has worked well.

Amavisd has a very good algorithm for balancing backups. It is, sadly,
otherwise a bit of a pain to get going.

That said, it's very solid, and can even print pretty reports.

Joachim

 Obi Okeke wrote:
 An appeal to the Gods of OpenBSD!  Let me write up
 front that I am most grateful for all that the OpenBSD
 project has done.
 
 Some friends of mine need a backup solution that can
 easily handle regular, automated backups from some M$
 Win 2k and Linux workstations as well as an OpenBSD
 3.8 based Samba file server that I had set up for them
 a while ago. 
 
 I've used FreeBSD 5x running Bacula at another site,
 but I am looking for an all OpenBSD solution so I
 don't have to install another box running
 FreeBSD/Bacula on their site since they already have 2
 OBSD boxes up and running (perfectly thanks to OBSD) -
 one for firewall/router/nat/squid and one for the
 Samba fileserver.  I would like to add the backup
 solution to the file server box since its not heavily
 loaded at all.  Any recommendations would be greatly
 appreciated.  Thanks in advance.
 Tired of spam?  Yahoo! Mail has the best spam protection around 
 http://mail.yahoo.com 



Re: Recommendations for an OpenBSD-based Backup Solution

2006-03-20 Thread Tim Donahue
On Monday 20 March 2006 18:36, Joachim Schipper wrote:
 On Mon, Mar 20, 2006 at 10:37:42AM -0800, Donald J. Ankney wrote:
  I threw together a Perl script that uses tar and external firewire
  drives. Tar has flags that will let it backup over SMB (for the windows
  boxes) and one can always do use scp (via certificates) piped through
  tar for remote linux/BSD boxes. I've been using this solution across
  several platforms (all servers) for a year now, and it has worked well.

 Amavisd has a very good algorithm for balancing backups. It is, sadly,
 otherwise a bit of a pain to get going.

 That said, it's very solid, and can even print pretty reports.

   Joachim


Which amavisd are you refering to, do you have a link to the website for us?  
The 2 amavisd's that I could find on google (amavisd and amavisd-new) are 
both email filtering programs and don't have anything to do with backups for 
servers (though amavisd-new does run quite happily on backup MX servers).

Tim Donahue



Re: Recommendations for an OpenBSD-based Backup Solution

2006-03-20 Thread Rogier Krieger
On 3/21/06, Joachim Schipper [EMAIL PROTECTED] wrote:
 Amavisd has a very good algorithm for balancing backups. It is, sadly,
 otherwise a bit of a pain to get going.

I suspect you mean amanda (misc/amanda in ports).

Cheers,

Rogier

--
If you don't know where you're going, any road will get you there.



Re: Recommendations for an OpenBSD-based Backup Solution

2006-03-20 Thread Chris Cappuccio
Check out Box Backup, it has win2k and linux clients

Failing that, Karen's Replicator and a Samba server seem to work for
windoze clients

Obi Okeke [EMAIL PROTECTED] wrote:
 An appeal to the Gods of OpenBSD!  Let me write up
 front that I am most grateful for all that the OpenBSD
 project has done.
 
 Some friends of mine need a backup solution that can
 easily handle regular, automated backups from some M$
 Win 2k and Linux workstations as well as an OpenBSD
 3.8 based Samba file server that I had set up for them
 a while ago. 
 
 I've used FreeBSD 5x running Bacula at another site,
 but I am looking for an all OpenBSD solution so I
 don't have to install another box running
 FreeBSD/Bacula on their site since they already have 2
 OBSD boxes up and running (perfectly thanks to OBSD) -
 one for firewall/router/nat/squid and one for the
 Samba fileserver.  I would like to add the backup
 solution to the file server box since its not heavily
 loaded at all.  Any recommendations would be greatly
 appreciated.  Thanks in advance.
 Tired of spam?  Yahoo! Mail has the best spam protection around 
 http://mail.yahoo.com 

-- 
The map is not the territory; the word is not the thing defined.



Re: Recommendations for an OpenBSD-based Backup Solution

2006-03-20 Thread Curtis H. Wilbar Jr.
Check out bacula (www.bacula.org).

The list OpenBSD as a client... but I can't see why it wouldn't
work as a server as well... (although I personally haven't tried).

-- Curt



On Mon, 2006-03-20 at 21:20, Chris Cappuccio wrote:
 Check out Box Backup, it has win2k and linux clients
 
 Failing that, Karen's Replicator and a Samba server seem to work for
 windoze clients
 
 Obi Okeke [EMAIL PROTECTED] wrote:
  An appeal to the Gods of OpenBSD!  Let me write up
  front that I am most grateful for all that the OpenBSD
  project has done.
  
  Some friends of mine need a backup solution that can
  easily handle regular, automated backups from some M$
  Win 2k and Linux workstations as well as an OpenBSD
  3.8 based Samba file server that I had set up for them
  a while ago. 
  
  I've used FreeBSD 5x running Bacula at another site,
  but I am looking for an all OpenBSD solution so I
  don't have to install another box running
  FreeBSD/Bacula on their site since they already have 2
  OBSD boxes up and running (perfectly thanks to OBSD) -
  one for firewall/router/nat/squid and one for the
  Samba fileserver.  I would like to add the backup
  solution to the file server box since its not heavily
  loaded at all.  Any recommendations would be greatly
  appreciated.  Thanks in advance.
  Tired of spam?  Yahoo! Mail has the best spam protection around 
  http://mail.yahoo.com



Re: Recommendations for an OpenBSD-based Backup Solution

2006-03-20 Thread Peter
--- Donald J. Ankney [EMAIL PROTECTED] wrote:

 I threw together a Perl script that uses tar and external firewire 
 drives. Tar has flags that will let it backup over SMB (for the
 windows 
 boxes) and one can always do use scp (via certificates) piped through
 
 tar for remote linux/BSD boxes. I've been using this solution across 
 several platforms (all servers) for a year now, and it has worked
 well.
 
 
 Obi Okeke wrote:
  An appeal to the Gods of OpenBSD!  Let me write up
  front that I am most grateful for all that the OpenBSD
  project has done.
 
  Some friends of mine need a backup solution that can
  easily handle regular, automated backups from some M$
  Win 2k and Linux workstations as well as an OpenBSD
  3.8 based Samba file server that I had set up for them
  a while ago. 
 
  I've used FreeBSD 5x running Bacula at another site,
  but I am looking for an all OpenBSD solution so I
  don't have to install another box running
  FreeBSD/Bacula on their site since they already have 2
  OBSD boxes up and running (perfectly thanks to OBSD) -
  one for firewall/router/nat/squid and one for the
  Samba fileserver.  I would like to add the backup
  solution to the file server box since its not heavily
  loaded at all.  Any recommendations would be greatly
  appreciated.  Thanks in advance.
  Tired of spam?  Yahoo! Mail has the best spam protection around 
  http://mail.yahoo.com 
 
 

I am using rsync.  It also works well.  I wrote small scripts (windows
side) for users to back up at their discretion.  Since they are
actually synchronizing it doesn't take long at all (akin to saving work
in Word or whatever whenever you want).
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com