[BackupPC-users] Large file backup problem (12GB)

2011-08-31 Thread Dag
I apologise if my question is answered before (I didn’t find it)

I have a problem when BackupPC (3.2.1) tries to backup a large file, about 12GB 
in size.
I use a CentOS BackupPC server backing up an CentOS client with rsync over ssh.
I first saw this using CentOS 5 and rsync 2.x, I therefore upgraded to CentOS 6 
which has rsync 3.x as google search indicated there might be an issue with 
rsync that was fixed in 3.0X?
But the problem still exists ...

More details;
The source file (ls –l) on the client;
-rwxr- 1 user1 server 12773621760 Feb  4  2011 2010-12-19 Huge HD recording 
2010.m2ts

The transfer of date does not stop, and I had to stop it manually when the 
“backup file” reached ~1/2 TB on the BackupPC server (in the TopDir/pc 
structure);
-rw-r-   1 backuppc backuppc 499482475314 Aug 31 11:59 f2010-12-19 Huge HD 
recording 2010.m2ts

I don’t know the processes involved, but it seemed to me that 
/usr/share/BackupPC/bin/BackupPC_dump was the process writing to the 1/2 TB 
file (just guessing here?)
I have other of size up to 6GB where the backup succeeds, where are the 
limitations above that?
But where is this limitation, is it BackupPC, rsync or? What can I do?

+--
|This was sent by d...@hegreberg.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free Love Thy Logs t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev___
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] Set up a schedule

2008-04-11 Thread Dag Ove Hegreberg
Hi!

I'm starting using BackupPC with XferMethod rsync to backup a CentOS 
server and 4 WinXP clients.
Since BackupPC uses pooling I wanted this;
- Backup each day, so that I can pick files 30 days back in time.
- Monthly backup
- Yearly backup

Now, I thought of using full backup to implement this, but I guess that 
BackupPC transfers all files even if they are already backed up ? 
(Pooling and stuff are done afterwards?)

Should I then do 1 full backup, and only increment (for a whole year) 
afterwards?
How do I set this up (the schedule) ?


-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
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] Can't do seteuid!

2008-02-09 Thread Dag Ove Hegreberg
I'm new to BackupPC, but want to try it out.
But, I have problem to get the CGI to run.

OS: CentOS 5.1

The file: -r-sr-xr-- 1 backuppc apache 3993 Feb  5 11:33 BackupPC_Admin

 From the /var/log/httpd/error_log : Can't do seteuid!

But when I test with su -s /bin/bash apache -c 
/var/www/cgi-bin/BackupPC_Admin it works ! (Giving me html output)

What am I missing?

Dag

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
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] Can't do seteuid!

2008-02-09 Thread Dag Ove Hegreberg
Nils Breunese (Lemonbit) skrev:
 Dag Ove Hegreberg wrote:

   
 I'm new to BackupPC, but want to try it out.
 But, I have problem to get the CGI to run.

 OS: CentOS 5.1

 The file: -r-sr-xr-- 1 backuppc apache 3993 Feb  5 11:33  
 BackupPC_Admin

 From the /var/log/httpd/error_log : Can't do seteuid!

 But when I test with su -s /bin/bash apache -c
 /var/www/cgi-bin/BackupPC_Admin it works ! (Giving me html output)

 What am I missing?
 

 Do you have the perl-suidperl package installed?

 Nils Breunese.

 -
 This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2008.
 http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
 ___
 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/
   
Yepp (And I think that the command showed doesn't work if not ?

Dag

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
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] Can't do seteuid!

2008-02-09 Thread Dag Ove Hegreberg
Les Mikesell skrev:
 Dag Ove Hegreberg wrote:

 From the /var/log/httpd/error_log : Can't do seteuid!

 But when I test with su -s /bin/bash apache -c
 /var/www/cgi-bin/BackupPC_Admin it works ! (Giving me html output)

 What am I missing?
 
 Do you have the perl-suidperl package installed?

   
 Yepp (And I think that the command showed doesn't work if not ?


 Is SELinux disabled?

No, does it have to?
How to disable SELinux?

Dag

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
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] Can't do seteuid!

2008-02-09 Thread Dag Ove Hegreberg
Les Mikesell skrev:
 Dag Ove Hegreberg wrote:

 From the /var/log/httpd/error_log : Can't do seteuid!

 But when I test with su -s /bin/bash apache -c
 /var/www/cgi-bin/BackupPC_Admin it works ! (Giving me html output)

 What am I missing?
 
 Do you have the perl-suidperl package installed?

   
 Yepp (And I think that the command showed doesn't work if not ?


 Is SELinux disabled?

Ok, ran the commmand setenforce 0 and CGI is now working!
Is it possible to get BackupPC and SELinux to work togehter?

Dag

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
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/