[BackupPC-users] how to keep problems with hosts to reappear in daily mail?

2009-12-17 Thread Koen Linders
Checking the host summary i noticed 2 laptops with no backups for atleast 66 
days.
Daily mail summary of 14/11/09 till now doesn't mention them.
Mail settings: 
EMailNotifyMinDays 2.5
EMailNotifyOldBackupDays 7

Any way to have hosts with problems to keep appearing in the mail? 


--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] Consecutive BackupPC_archiveStart calling for the same archive host is not executing

2009-12-17 Thread Jose Torres
Hello Again!

 

It seems that the answer to this is question is not a challenge; no one has
reply.

 

Please help!

 

From: Jose Torres [mailto:jetor...@conecodepr.com] 
Sent: Monday, December 14, 2009 2:40 PM
To: BackupPC-users@lists.sourceforge.net
Subject: [BackupPC-users] Consecutive BackupPC_archiveStart calling for the
same archive host is not executing

 

Hello!

 

I am executing in a bash script the following consecutive BackupPC command

/scriptpath/BackupPC_archiveStart localhost backuppc server1

/scriptpath/BackupPC_archiveStart localhost backuppc server2

/scriptpath/BackupPC_archiveStart localhost backuppc server3

 

localhost is the archive host, and server1, server2, server3 are hosts being
backup prior to the executing of this script.

 

I could have instead:

 

/scriptpath/BackupPC_archiveStart localhost backuppc server1 server2 server3

 

But I want to execute for each server an ArchivePostUserCmd so then I have
to do the archive for each host individually.

 

The problem is that each request is being done as appears on the BackupPC
log but only one (the first request) is executed.

So I end with the archiving of only server1 backups.

 

Any light will be appreciated.

 

 

 

--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev ___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


[BackupPC-users] Backuppc performance 3Mb

2009-12-17 Thread braguzz

Hi to all.

I'm trying to get decent performance from my backuppc installation since 2 
weeks.

can You help me?

OS:Ubuntu or Debian ( i've tried Ubuntu 8.10 and 9.10, Debian 5)
Server: I've tried in a virtualized environment and then i've installed also in 
a HP Proliant dl 580 ( 2Gb ram)
Switch: SRW2024 Gb switch (but I also try with 3com 100Mb)

I tryed to backup via smb and via rsyncd but performance is always ~ 2Mb/sec

I don't know if those perfomance are ok in my configuration, but it seems to me 
that are bad.

Can You help me in some ways?
Perhaps Linux network is misconfigured?

thanks in advance,
Paolo

+--
|This was sent by p.braga...@provincia.livorno.it via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] Consecutive BackupPC_archiveStart calling for the same archive host is not executing

2009-12-17 Thread Jose Torres
The dumps are running perfectly.  What I need is to copy the dumps to a NTFS
NAS drive (not a NAS server).  Tar requires hardlinks to be supported by the
destination drive/partition and NTFS NAS does not support it. Archive mode
does support NTFS NAS without hardlinks.

The archive executes correctly when the three servers are included in the
parameter, but execute the ArchivePostUserCmd only once.

There is got to be a way to request the archive for each host consecutively.
Maybe adding some type of delay between request, but how much?  Or other
trick?



-Original Message-
From: Les Mikesell [mailto:lesmikes...@gmail.com] 
Sent: Thursday, December 17, 2009 3:55 PM
To: General list for user discussion, questions and support
Subject: Re: [BackupPC-users] Consecutive BackupPC_archiveStart calling for
the same archive host is not executing

Jose Torres wrote:
 Hello Again!
 
  
 
 It seems that the answer to this is question is not a challenge; no one 
 has reply.
 
  
 
 Please help!
 
  
 
 *From:* Jose Torres [mailto:jetor...@conecodepr.com]
 *Sent:* Monday, December 14, 2009 2:40 PM
 *To:* BackupPC-users@lists.sourceforge.net
 *Subject:* [BackupPC-users] Consecutive BackupPC_archiveStart calling 
 for the same archive host is not executing
 
  
 
 Hello!
 
  
 
 I am executing in a bash script the following consecutive BackupPC command
 
 /scriptpath/BackupPC_archiveStart localhost backuppc server1
 
 /scriptpath/BackupPC_archiveStart localhost backuppc server2
 
 /scriptpath/BackupPC_archiveStart localhost backuppc server3
 
  
 
 localhost is the archive host, and server1, server2, server3 are hosts 
 being backup prior to the executing of this script.
 
  
 
 I could have instead:
 
  
 
 /scriptpath/BackupPC_archiveStart localhost backuppc server1 server2
server3
 
  
 
 But I want to execute for each server an ArchivePostUserCmd so then I 
 have to do the archive for each host individually.
 
  
 
 The problem is that each request is being done as appears on the 
 BackupPC log but only one (the first request) is executed.
 
 So I end with the archiving of only server1 backups.
 
  
 
 Any light will be appreciated.

Why don't you ignore the archive setup and use your own scripts based on 
BackupPC_tarCreate so you have complete control?

-- 
  Les Mikesell
   lesmikes...@gmail.com


--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] Consecutive BackupPC_archiveStart calling for the same archive host is not executing

2009-12-17 Thread Les Mikesell
Jose Torres wrote:
 The dumps are running perfectly.  What I need is to copy the dumps to a NTFS
 NAS drive (not a NAS server).  Tar requires hardlinks to be supported by the
 destination drive/partition and NTFS NAS does not support it. Archive mode
 does support NTFS NAS without hardlinks.

Yes, because archives are just an invocation of BackupPC_tarCreate to 
generate a tar image with some options to pipe through gzip and split. 
If you are using a script, just do it all in a script and you can do 
whatever you want.  All you are getting out of the archivehost setup is 
a small pipeline of commands your cron job can execute itself just as well.

-- 
   Les Mikesell
lesmikes...@gmail.com


--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


[BackupPC-users] Combine multiple Backuppc servers into one

2009-12-17 Thread Kameleon
I have multiple backuppc servers that I would like to combine into one
physical machine. Each of them have different clients they were backing up.
But in an effort to save power and heat, we are trying to consolidate
machines. Is there an easy way to combine multiple backuppc machines into
one existing one?
--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev ___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] Consecutive BackupPC_archiveStart calling for the same archive host is not executing

2009-12-17 Thread Jose Torres
I will look for a tarCreate example to see if I can mimic the archive agent.
The logs at BackupPC are important for me.
If not, I guess will post the question again.

Thanks for your interest.

-Original Message-
From: Les Mikesell [mailto:lesmikes...@gmail.com] 
Sent: Thursday, December 17, 2009 5:32 PM
To: General list for user discussion, questions and support
Subject: Re: [BackupPC-users] Consecutive BackupPC_archiveStart calling for
the same archive host is not executing

Jose Torres wrote:
 The dumps are running perfectly.  What I need is to copy the dumps to a
NTFS
 NAS drive (not a NAS server).  Tar requires hardlinks to be supported by
the
 destination drive/partition and NTFS NAS does not support it. Archive mode
 does support NTFS NAS without hardlinks.

Yes, because archives are just an invocation of BackupPC_tarCreate to 
generate a tar image with some options to pipe through gzip and split. 
If you are using a script, just do it all in a script and you can do 
whatever you want.  All you are getting out of the archivehost setup is 
a small pipeline of commands your cron job can execute itself just as well.

-- 
   Les Mikesell
lesmikes...@gmail.com



--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] Combine multiple Backuppc servers into one

2009-12-17 Thread Shawn Perry
You can use a virtual machine for each (I am using openvz via Proxmox
with my backuppc, and it works perfectly).

On Thu, Dec 17, 2009 at 2:35 PM, Kameleon kameleo...@gmail.com wrote:
 I have multiple backuppc servers that I would like to combine into one
 physical machine. Each of them have different clients they were backing up.
 But in an effort to save power and heat, we are trying to consolidate
 machines. Is there an easy way to combine multiple backuppc machines into
 one existing one?

 --
 This SF.Net email is sponsored by the Verizon Developer Community
 Take advantage of Verizon's best-in-class app development support
 A streamlined, 14 day to market process makes app distribution fast and easy
 Join now and get one step closer to millions of Verizon customers
 http://p.sf.net/sfu/verizon-dev2dev
 ___
 BackupPC-users mailing list
 BackupPC-users@lists.sourceforge.net
 List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
 Wiki:    http://backuppc.wiki.sourceforge.net
 Project: http://backuppc.sourceforge.net/



--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] Combine multiple Backuppc servers into one

2009-12-17 Thread Kameleon
Thanks for that idea but that is not an option. I need to combine both
backuppc machines into one physical backuppc machine. Both servers have 2
1TB drives in a raid1 if that matters.



On Thu, Dec 17, 2009 at 6:52 PM, Shawn Perry redmo...@comcast.net wrote:

 You can use a virtual machine for each (I am using openvz via Proxmox
 with my backuppc, and it works perfectly).

 On Thu, Dec 17, 2009 at 2:35 PM, Kameleon kameleo...@gmail.com wrote:
  I have multiple backuppc servers that I would like to combine into one
  physical machine. Each of them have different clients they were backing
 up.
  But in an effort to save power and heat, we are trying to consolidate
  machines. Is there an easy way to combine multiple backuppc machines into
  one existing one?
 
 
 --
  This SF.Net email is sponsored by the Verizon Developer Community
  Take advantage of Verizon's best-in-class app development support
  A streamlined, 14 day to market process makes app distribution fast and
 easy
  Join now and get one step closer to millions of Verizon customers
  http://p.sf.net/sfu/verizon-dev2dev
  ___
  BackupPC-users mailing list
  BackupPC-users@lists.sourceforge.net
  List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
  Wiki:http://backuppc.wiki.sourceforge.net
  Project: http://backuppc.sourceforge.net/
 
 


 --
 This SF.Net email is sponsored by the Verizon Developer Community
 Take advantage of Verizon's best-in-class app development support
 A streamlined, 14 day to market process makes app distribution fast and
 easy
 Join now and get one step closer to millions of Verizon customers
 http://p.sf.net/sfu/verizon-dev2dev
 ___
 BackupPC-users mailing list
 BackupPC-users@lists.sourceforge.net
 List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
 Wiki:http://backuppc.wiki.sourceforge.net
 Project: http://backuppc.sourceforge.net/

--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev ___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/