[BackupPC-users] speed Mb/sec

2013-02-15 Thread zdravko
Hi,
I'm quite new with backupPC. In just two weeks of operation calculated speed 
dropped from 3Mb/sec to 0.12 Mb/sec.
Incremental backup takes some 2 hours. 
It uses rsync and doing backup of the local server only.

Regards, Zdravko

+--
|This was sent by zdravko.balo...@gmail.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
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] speed Mb/sec

2013-02-15 Thread Sorin Srbu
 -Original Message-
 From: zdravko [mailto:backuppc-fo...@backupcentral.com]
 Sent: Friday, February 15, 2013 11:27 AM
 To: backuppc-users@lists.sourceforge.net
 Subject: [BackupPC-users] speed Mb/sec
 
 Hi,
 I'm quite new with backupPC. In just two weeks of operation calculated
 speed dropped from 3Mb/sec to 0.12 Mb/sec.
 Incremental backup takes some 2 hours.
 It uses rsync and doing backup of the local server only.

Welcome to BackupPC.

So what is your question exactly?

-- 
/Sorin


smime.p7s
Description: S/MIME cryptographic signature
--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb___
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] speed Mb/sec

2013-02-15 Thread zdravko
Why, of course? Why the speed dropped from 3Mb/sec to 0.12 Mb/sec?
Sorry for not being obvious.

Regards, Zdravko

+--
|This was sent by zdravko.balo...@gmail.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
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] speed Mb/sec

2013-02-15 Thread Les Mikesell
On Fri, Feb 15, 2013 at 6:10 AM, zdravko
backuppc-fo...@backupcentral.com wrote:
 Why, of course? Why the speed dropped from 3Mb/sec to 0.12 Mb/sec?
 Sorry for not being obvious.

With rsync the Mb/Sec doesn't have much to do with the work of the
backup since it still has to traverse the disks checking for changes
even if it transfers very little.   And in the case of large files
with small changes, it has to uncompress/copy the original on the
server side to merge in the bits of changed data.

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

--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
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] BackupFilesExclude

2013-02-15 Thread Carl Cravens
You don't need the trailing /* with rsync.  I use that in a few places, but 
only because it excludes everything under the directory, but backs up the 
directory itself.  Useful for restoring directory meta-data.

Note that the excludes are simply passed to the underlying transport (rsync, 
tar, etc)... see INCLUDE/EXCLUDE PATTERN RULES in the rsync man page for how 
they will get handled.

Mine typically looks like this (which is what the examples in the docs look 
like):

$Conf{BackupFilesExclude} = {
 '/mydata' = [
   '/vmware',
   '/xen',
   '/kvm'
 ]
};

-- 
Carl D Cravens (ccrav...@excelii.com), Ext 228 (620.327.1228)
Lead System Architect

--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
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] speed Mb/sec

2013-02-15 Thread Sorin Srbu
 -Original Message-
 From: zdravko [mailto:backuppc-fo...@backupcentral.com]
 Sent: den 15 februari 2013 13:11
 To: backuppc-users@lists.sourceforge.net
 Subject: [BackupPC-users] speed Mb/sec
 
 Why, of course? Why the speed dropped from 3Mb/sec to 0.12 Mb/sec?
 Sorry for not being obvious.

Ok, how about fragmentation? Or many small files? Or maybe the
BackupPC-server does things while you run the backups?

--
/Sorin


--
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
is your hub for all things parallel software development, from weekly thought 
leadership blogs to news, videos, case studies, tutorials, tech docs, 
whitepapers, evaluation guides, and opinion stories. Check out the most 
recent posts - join the conversation now. http://goparallel.sourceforge.net/
___
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/