Re: [BackupPC-users] BackupPC 3.0.0 - 3.2.0 - Major increase in backup time consumption.

2009-05-11 Thread mark k
I believe this has to do with incremental levels, usually set to 1,
which means it will backup all changed data since the last full.
Meaning sometime on 4/15-4/16 that possibly a large amount of data
changed. So taking a full should address that issue. If you are going
to keep taking incrementals, then change the levels to 1, 2, 3, 4, 5,
etc.. to only backup files changed since the last backup, incremental
or full



On Mon, May 11, 2009 at 8:28 AM, Oblivian n...@3056.net wrote:
 Hello list,

 We've had a BackupPC 3.0.0 installation running smoothly on Ubuntu 8.04 for
 quite some time now. However, April 15th, we upgraded BacupPC from 3.0.0 to
 3.2.0 (on Ubuntu 8.10) and see a major increase  in backup time duration.
 (See enclosed  image). This is for all clients regardless of  OS or distro.
 Is there something  I have missed when upgrading? When upgradring I
 installed the providers version of config files.

 Please advice,

 Oblivian


 --
 The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
 production scanning environment may not be a perfect world - but thanks to
 Kodak, there's a perfect scanner to get the job done! With the NEW KODAK
 i700
 Series Scanner you'll get full speed at 300 dpi even with all image
 processing features enabled. http://p.sf.net/sfu/kodak-com
 ___
 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/





-- 
43.036801, -78.948532

--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
___
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] Pause backup jobs

2008-06-19 Thread mark k
Unfortunately a SIGSTOP and SIGCONT will not work, after a SIGCONT the
rsync job just dies.

I did however have success with splitting the job up on the large
volume into 15 smaller jobs, was able to complete the backup well
within the backup window.

MSK

On Wed, Jun 18, 2008 at 11:36 AM, mark k [EMAIL PROTECTED] wrote:
 I have set up a backup job that way, and split it up into 15
 individual jobs, it is still a lot of files though.

 I am going to try out sending a SIGSTOP and a SIGCONT to the rsync job
 on the client and see if it works. If it does, I don't think that
 would be very hard to incorporate into BackupPC interface.



 On Wed, Jun 18, 2008 at 11:26 AM, Les Mikesell [EMAIL PROTECTED] wrote:
 mark k wrote:

 Wondering if anyone one has found away to pause or suspend a backup
 job instead of stopping

 I am backing up several servers with large luns 750 gb to 2tb in size.
 With millions of tiny files.

 So everytime a new rsync job kicks off it has to rebuild the file list
 and the only time the backup job completes is on the weekends, when
 the jobs can run 24/7
 can only run about 8 hours a day on the weekdays.

 Is there a way to pause  the rsync on client and then resume it later,
 so that at least it will get a base full over a couple of nights and
 then incrementals should work normally after that.

 I don't think this is possible, but you might want to look at the file
 distribution on the target.  If you could split this into some number of
 directories that are backed up separately and perhaps a catch-all run that
 excludes the ones backed up individually it might go a lot faster.  Also, it
 might help a lot to add RAM to the server or run fewer concurrent jobs if it
 is swapping due to the size of the directory.  If you have a current version
 of backuppc, it should save partial full runs and accumulate parts until it
 is completed.  However, even incrementals will have to transfer the entire
 directory structure over before starting so it may continue to be a problem.

 --
  Les Mikesell
   [EMAIL PROTECTED]






 --
 Walt Disney  - I love Mickey Mouse more than any woman I have ever known.




-- 
Fran Lebowitz  - You're only has good as your last haircut.

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
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] Pause backup jobs

2008-06-18 Thread mark k
Wondering if anyone one has found away to pause or suspend a backup
job instead of stopping

I am backing up several servers with large luns 750 gb to 2tb in size.
With millions of tiny files.

So everytime a new rsync job kicks off it has to rebuild the file list
and the only time the backup job completes is on the weekends, when
the jobs can run 24/7
can only run about 8 hours a day on the weekdays.

Is there a way to pause  the rsync on client and then resume it later,
so that at least it will get a base full over a couple of nights and
then incrementals should work normally after that.

Thanks

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
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] Pause backup jobs

2008-06-18 Thread mark k
I have set up a backup job that way, and split it up into 15
individual jobs, it is still a lot of files though.

I am going to try out sending a SIGSTOP and a SIGCONT to the rsync job
on the client and see if it works. If it does, I don't think that
would be very hard to incorporate into BackupPC interface.



On Wed, Jun 18, 2008 at 11:26 AM, Les Mikesell [EMAIL PROTECTED] wrote:
 mark k wrote:

 Wondering if anyone one has found away to pause or suspend a backup
 job instead of stopping

 I am backing up several servers with large luns 750 gb to 2tb in size.
 With millions of tiny files.

 So everytime a new rsync job kicks off it has to rebuild the file list
 and the only time the backup job completes is on the weekends, when
 the jobs can run 24/7
 can only run about 8 hours a day on the weekdays.

 Is there a way to pause  the rsync on client and then resume it later,
 so that at least it will get a base full over a couple of nights and
 then incrementals should work normally after that.

 I don't think this is possible, but you might want to look at the file
 distribution on the target.  If you could split this into some number of
 directories that are backed up separately and perhaps a catch-all run that
 excludes the ones backed up individually it might go a lot faster.  Also, it
 might help a lot to add RAM to the server or run fewer concurrent jobs if it
 is swapping due to the size of the directory.  If you have a current version
 of backuppc, it should save partial full runs and accumulate parts until it
 is completed.  However, even incrementals will have to transfer the entire
 directory structure over before starting so it may continue to be a problem.

 --
  Les Mikesell
   [EMAIL PROTECTED]






-- 
Walt Disney  - I love Mickey Mouse more than any woman I have ever known.

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
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] Backing up laptop as available

2008-06-18 Thread mark k
You could just setup an aggressive wake up schedule, and adjust the
black out schedule for those clients accordingly, of course it would
fail every time the wake up schedule tried to backup that client. You
can set it to wake up every 15 minutes if you want by doing 13.25,
13.50, 13.75 etc...

On Wed, Jun 18, 2008 at 4:05 PM, Curtis Vaughan [EMAIL PROTECTED] wrote:
 I was wondering if there was a way to make backuppc backup laptops as the
 become available on the network. I don't want it to be dependent on the
 user (I saw something about users starting the process themselves using
 Unison).
 If there is no such thing, I could of course set a schedule for when
 certain laptops are in the office. But it would not be consistent.

 Thanks!


 -
 Check out the new SourceForge.net Marketplace.
 It's the best place to buy or sell services for
 just about anything Open Source.
 http://sourceforge.net/services/buy/index.php
 ___
 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/




-- 
Calvin Coolidge  - I have never been hurt by what I have not said.

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
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] Exclude list being ignored?

2008-02-19 Thread mark k
Here is how I have mine setup, note the /' = at the top, backing up 30 +
systems this way with nor errors.

$Conf{BackupFilesExclude} = {

  '/' = [

'/proc/*',

'/sys/*',

'/var/run/*',

'/dev/*',
-
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] Why my admin page is not like the one on the backuppc page ?

2008-02-08 Thread mark k
looks like a permissions issue, check
$Conf{CgiAdminUserGroup}
$Conf{CgiAdminUsers}

in config.pl

On Feb 1, 2008 10:16 AM, Bouchard, Patrick [EMAIL PROTECTED] wrote:

  Hi, your backuppc is really great , but can you tell me why my admin page
 is not like yours ?




 I don't see beautiful left panel or any colors ? do you have an idea ?
 thanks for your answer ?

 -
 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/




-- 
43.036801, -78.948532
-
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/