Re: [BackupPC-users] BackupPC failing to back up a host with big files

2012-08-27 Thread Bryan Keadle (.net)
Thinking outloud here - could you change the sync method to SMB to get a
new full copy, then switch back to rSync?


On Mon, Aug 27, 2012 at 3:45 PM, martin f krafft madd...@madduck.netwrote:

 also sprach Mike ispbuil...@gmail.com [2012.08.27.1502 +0200]:
  The fix I've used is to --exclude a good chunk of the backup so it does
  finish in a day, then --exclude a little less the next time it runs, and
  so forth.

 I have used this method, which you and Les suggested. And yes, it
 works. However, it's hardly a fix or even an acceptable solution
 in a large-scale deployment. There is no way I can tell this to
 hundreds of users who do occasionally dump larger files to their
 home directories.

 BackupPC must be able to cope with this, or it must learn.
 Otherwise, I am afraid, it is unsuitable.

 Do you see a way? How can I force it to use the last partial backup
 as a baseline when attempting a new full backup?

 --
 martin | http://madduck.net/ | http://two.sentenc.es/

 without music, life would be a mistake.
  - friedrich nietzsche

 spamtraps: madduck.bo...@madduck.net


 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 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/


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
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] BackupPC and ACLs ?

2012-08-04 Thread Bryan Keadle (.net)
By default file-based authentication is used.  To create an account for
logging in, at the system console run:
*htpasswd /etc/BackupPC/apache.users (username)*
*
*
that will allow (username) to login with the password you've defined.
 They'll only be able to see the workstation that they have been associated
with in the Edit Hosts link.  If (username) is a member of the
CgiAdminUsers (something like that), they have access to everything that
backuppc user has.

In my environment, I have enabled LDAP authentication in apache, so users
are able to login with their domain username/password (and only see
workstations they have been associated with unless added to the
CgiAdminUsers list.

That help?


On Sat, Aug 4, 2012 at 1:07 PM, Pierre Lhoste Gmail pierre.lho...@gmail.com
 wrote:

 Hi everyone.

 I'm new to using backuppc.

  I've managed to get it up and running on a Synology NAS with lighttpd.
 All is well.

 I have only one question remaining : What about ACLs for the CGI
 interface. I didn't get that part (at all) : can all people who connect on
 (it's on a VPN) http://10.20.30.5:8081/cgi-bin/BackupPC_Admin.pl see the
 whole thing ?

 Is there a way to add a login/pass to protect it ? Or is there another
 cgi-script that I missed ? Thx in advance.

 NB : my friend Google didn't help me that much because i did not enter (it
 seems) the good query strings :(


 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 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/


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
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] BackupPC and ACLs ?

2012-08-04 Thread Bryan Keadle (.net)
Good - thanks for reporting back.

On Sat, Aug 4, 2012 at 2:04 PM, Pierre Lhoste Gmail pierre.lho...@gmail.com
 wrote:

 OK, it's as trivial to do with lighttpd as it is with apache as they
 implemented .htpasswd/.htaccess quite the same way :
 http://2skies.com/docs/basic_http_authentication_with_lighttpd

 Thanks again for pointing me in the right direction.

 On 4 août 2012, at 21:00, Pierre Lhoste Gmail wrote:


 On 4 août 2012, at 20:50, Bryan Keadle (.net) wrote:

 By default file-based authentication is used.  To create an account for
 logging in, at the system console run:
 *htpasswd /etc/BackupPC/apache.users (username)*
 *
 *
 that will allow (username) to login with the password you've defined.
  They'll only be able to see the workstation that they have been associated
 with in the Edit Hosts link.  If (username) is a member of the
 CgiAdminUsers (something like that), they have access to everything that
 backuppc user has.

 In my environment, I have enabled LDAP authentication in apache, so users
 are able to login with their domain username/password (and only see
 workstations they have been associated with unless added to the
 CgiAdminUsers list.

 That help?




 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 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/


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
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] BackupPC data pool

2012-07-20 Thread Bryan Keadle (.net)
Sorry for the late reply.

anything/everything in a VM is an attraction.  :-)

I had hoped for a pre-configured VM appliance so I could easily evaluate
it.  I did not have such an easy implementation experience (as evidenced by
apparent exhaustion of this listserv during the process).  Being able to
download, turn on, and make a few modifications to implement in an
environment is a good way to promote good software.  Seems that a VM would
serve just fine in smaller environments (including home use), and should it
need to grow beyond the performance capacity of a VM, then one could move
to a physical solution.

In the case of a S.B.H. event (Smoking Black Bole), that's what I would
have it configured as an off-site iSCSI target (I have the benefit of dark
fiber).  Similarly, as a VM, I can replicate the BackupPC appliance offsite
as well, thus my DR site would have all the backups, and a VM copy to mount
and use it.

Good to know about rSync - thanks.


On Fri, Jul 13, 2012 at 4:17 PM, Les Mikesell lesmikes...@gmail.com wrote:

 On Fri, Jul 13, 2012 at 3:07 PM, Bryan Keadle (.net) bkea...@keadle.net
 wrote:
 
  I just recently been introduced to BackupPC and I've been pursuing this
 as a
  VM appliance to backup non-critical targets.  Thus, as a VM, I would use
  remote storage (iSCSI) to provide capacity instead of local virtual disk.

 That can work, but given the ease of apt-get or yum installs on any
 linux system, what's the attraction of a VM?  You'll get a lot of
 overhead for not much gain.   And if you end up sharing physical media
 with the source targets, you shouldn't even call it a backup.

  Les - as for the offsite copies of the archive, you're speaking of a
 backup
  of the backup.  For the purpose that BackupPC provides, non-critical
 data,
  I'm not so concerned with backing up the backup.

 What's your plan for a building disaster?  If it is 'collect the
 insurance and retire' then you probably don't care about offsite
 copies...

   However, should BackupPC
  start holding backups that I would need redundancy for, what do you
  recommend?  What are you doing?  Since I'm thinking SAN-based storage for
  BackupPC, I figured I would just use SAN-based replication.

 If you aren't sharing the media with the data you are trying to
 protect, that would work.   But, if you have the site-to-site
 bandwidth for that, it would be much cheaper to just run the backups
 over rsync from a backuppc server at the opposite site.I have
 mostly converted to that approach now, but an older setup that is
 still running has a 3-member RAID1 where one of the drives is swapped
 out and re-synced weekly.   These were initially full sized 750 Gig
 drives, but I'm using a laptop size WD (BLACK - the BLUE version is
 too slow...) for the offsite members now.   Other people do something
 similar with LVM mirrors or snapshot image copies.

   But should that
  not be wise or available, would you just stand up an rSync target and
 just
  rSync /var/lib/BackupPC to some offisite target?

 The number of hardlinks in a typical backuppc archive make that a
 problem or impossible  at some point because rsync has to track and
 reproduce them by inode number, keeping the whole table in memory.
 I think a zfs snapshot with incremental send/receive might work, but
 you'd need freebsd or solaris instead of linux for that.

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


 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 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/

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
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 Server Status Page

2012-07-16 Thread Bryan Keadle (.net)
How/where is this BackupPC Server
Statushttp://backuppc.sourceforge.net/BackupPCServerStatus.htmlPage
generated?  If I wanted to make some minor changes to the resulting
page, where would I look?
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
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 data pool

2012-07-13 Thread Bryan Keadle (.net)
Can BackupPC's data pool (/var/lib/BackupPC) be a CIFS mount, or must it be
a block device?  I'm thinking it requires a block device due to the
hardlinks/inodes BackupPC depends on, and I'm not sure that a cifs-mounted
folder gives you that ability.
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
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] BackupPC data pool

2012-07-13 Thread Bryan Keadle (.net)
Thanks for your reply.  Yeah, we're using a NAS device, but not necessary
those small ones - using this Drobo
B800fshttp://www.drobo.com/products/business/b800fs/index.php.
 So NFS would be a protocol-based option for the data pool?  Still, iSCSI
would be best if not DAS?




On Fri, Jul 13, 2012 at 11:11 AM, Les Mikesell lesmikes...@gmail.comwrote:

 On Fri, Jul 13, 2012 at 10:37 AM, Bryan Keadle (.net)
 bkea...@keadle.net wrote:
  Can BackupPC's data pool (/var/lib/BackupPC) be a CIFS mount, or must it
 be
  a block device?  I'm thinking it requires a block device due to the
  hardlinks/inodes BackupPC depends on, and I'm not sure that a
 cifs-mounted
  folder gives you that ability.

 I think CIFS (as unix extensions to SMB) technically handles hardlinks
 when the source system is unix/linux and the underlying filesystem
 supports them.   However I wouldn't expect this capability to be very
 well tested, because in that scenario everyone would use NFS anyway.
 And in the backuppc case it would be much more sensible to just run
 the program on the box with the drives.  If you are thinking of one of
 those small NAS devices that don't support NFS, I wouldn't count on
 it.

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


 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 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/

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
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] BackupPC data pool

2012-07-13 Thread Bryan Keadle (.net)
I think I had a buddy try AoE and found it problematic - not yet ready for
prime time?


On Fri, Jul 13, 2012 at 11:47 AM, Mike ispbuil...@gmail.com wrote:

  On 12-07-13 01:38 PM, Bryan Keadle (.net) wrote:

 Thanks for your reply.  Yeah, we're using a NAS device, but not necessary
 those small ones - using this Drobo 
 B800fshttp://www.drobo.com/products/business/b800fs/index.php.
  So NFS would be a protocol-based option for the data pool?  Still, iSCSI
 would be best if not DAS?


 Don't know if the Drobo supports it, but ATA over Ethernet would be a
 fantastic option. Much lower overhead than iSCSI.


 --
 Looking for (employment|contract) work in the
 Internet industry, preferrably working remotely.
 Building / Supporting the net since 2400 baud was
 the hot thing. Ask for a resume! ispbuil...@gmail.com


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
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] Process for Overriding hosts configuration

2012-07-13 Thread Bryan Keadle (.net)
Care to share your shadowmountrsync?


On Fri, Jul 13, 2012 at 1:48 PM, backu...@kosowsky.org wrote:

 Michael Stowe wrote at about 10:13:35 -0500 on Wednesday, July 11, 2012:
   Naturally, I do lose ACLs and whatnot, but aside from a few tweaks, the
   process at least works.  I've been considering adding a supplemental ACL
   backup to the routine.

 In my vshadow script -- shadowmountrsync -- for automatically using
 vshadow to backup Windows shares and start rsyncd seamlessly -- I have
 code for backing up ACL's both the POSIX version via 'getfacl' and the
 full Windows ACL's via 'subinacl'.

 Basically, ssh is used to run 'getfacl' and 'subinacl' before the
 shadow mount and stored in a designated folder/file in each
 share. Then the shadow mount is run and backed up, indluding the file
 listing the ACL's.


 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 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/

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
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] BackupPC_dump syntax

2012-07-13 Thread Bryan Keadle (.net)
That's beyond me (code it and submit a patch).  Is there not a repository
or a way to submit these to those whom where code it and submit a patch
doesn't frighten?
:-)

On Fri, Jul 13, 2012 at 12:53 PM, backu...@kosowsky.org wrote:

 Bryan Keadle (.net) wrote at about 10:50:46 -0500 on Monday, July 9, 2012:
   Thanks.
  
   How might one suggest such an enhancement request - a trial run
 feature
   that would show *WHAT* would get backed up, but not actually backup?
  

 Code it and submit a patch...


 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 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/

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
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] BackupPC data pool

2012-07-13 Thread Bryan Keadle (.net)
Wow - great posts here - thank you; good information.

I just recently been introduced to BackupPC and I've been pursuing this as
a VM appliance to backup non-critical targets.  Thus, as a VM, I would use
remote storage (iSCSI) to provide capacity instead of local virtual disk.
 High-value data is currently being backed up with an enterprise level
product (Commvault http://www.commvault.com/simpana-software/).  I
figured BackupPC could backup end-user PCs on an opt-in basis and other
low value targets - things we don't currently have backups for.  This
BackupPC appliance enables me to repurpose a bunch of high capacity drives
I have laying around.  Should BackupPC become more heavily utilized and
suffer in performance, then I accept that it will need to be (should be) a
physical solution as you all have stressed.

Good to hear support for AoE - interesting.

Les - as for the offsite copies of the archive, you're speaking of a backup
of the backup.  For the purpose that BackupPC provides, non-critical data,
I'm not so concerned with backing up the backup.  However, should BackupPC
start holding backups that I would need redundancy for, what do you
recommend?  What are you doing?  Since I'm thinking SAN-based storage for
BackupPC, I figured I would just use SAN-based replication.  But should
that not be wise or available, would you just stand up an rSync target and
just rSync /var/lib/BackupPC to some offisite target?

Thanks again, all, for the valued experience and guidance you provide.


On Fri, Jul 13, 2012 at 12:44 PM, Carl Wilhelm Soderstrom 
chr...@real-time.com wrote:

 On 07/13 12:59 , Timothy J Massey wrote:
  And while a Drobo is one of the very nicest ones, it is still very much
 a small NAS box.
  BackupPC really wants to be set up on a standalone PC with directly
 attached disks.

 I've used BackupPC on a Drobo device. Performance sucked compared to local
 disk, and it was a lot more pain to set up. The Drobo is entirely too
 clever, and will only support ext3 filesystems. So if you want to run XFS
 or
 something else you'll run into all kinds of odd errors (I don't remember
 the
 specifics).

 --
 Carl Soderstrom
 Systems Administrator
 Real-Time Enterprises
 www.real-time.com


 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 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/

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
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] BackupPC_dump syntax

2012-07-13 Thread Bryan Keadle (.net)
I hear you - I'm not expecting people to serve my personal interests.
 But this has been such an active and helpful group, I just thought the
suggestion had merit beyond my personal interest and that someone more
familiar with coding would take interest.

I can't wait to be able to contribute back to this group - but I'm just now
getting my feet wet and learning how all this works.  As my experience and
confidence grows, I certainly hope to be able to give back and pay it
forward.  I fear, however, based on your tone that I may have worn out my
welcome, and if so, my apologies.  I'm just trying to make good use of
available resources as I orient myself to this great piece of software.


On Fri, Jul 13, 2012 at 2:46 PM, backu...@kosowsky.org wrote:

 I don't think you will find many people here willing to code and
 submit a patch to satisfy your personal feature requests unless they
 happen to need it for themselves. The leader/maintainer of BackupPC is
 reportedly focusing all his efforts on a complete rewrite. The rest of
 us are here as users and volunteers.

 Given that you have been asking a lot of the group, it's not
 unreasonable to ask/expect you to contribute back especially when this
 is your own feature requests. The code is open and very
 readable. Perhaps offer to pay someone to code it for you and
 contribute the code back if you lack the ability to do it yourself.

 Bryan Keadle (.net) wrote at about 14:27:21 -0500 on Friday, July 13, 2012:
   That's beyond me (code it and submit a patch).  Is there not a
 repository
   or a way to submit these to those whom where code it and submit a
 patch
   doesn't frighten?
   :-)
  
   On Fri, Jul 13, 2012 at 12:53 PM, backu...@kosowsky.org wrote:
  
Bryan Keadle (.net) wrote at about 10:50:46 -0500 on Monday, July 9,
 2012:
  Thanks.
 
  How might one suggest such an enhancement request - a trial run
feature
  that would show *WHAT* would get backed up, but not actually
 backup?
 
   
Code it and submit a patch...
   
   
   
 --
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond.
 Discussions
will include endpoint security, mobile security and the latest in
 malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
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/
   
  
 --
   Live Security Virtual Conference
   Exclusive live event will cover all the ways today's security and
   threat landscape has changed and how IT managers can respond.
 Discussions
   will include endpoint security, mobile security and the latest in
 malware
   threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
   ___
   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/


 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 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/

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
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 *ClientCmd $fileList

2012-07-10 Thread Bryan Keadle (.net)
When the backup command is executed (e.g. SmbClientFullCmd) how is the
$fileList variable generated - what process it retrieving the Exclusions
list for the named share?

I thought that by having a BackupFilesExclude key of ' * ' was additive to
the defined SmbShareName.  That is, I could create a * key of all common
files to exclude, and a key name of C$ that would define exclusions for the
SmbShareName C$, and the resulting $fileList would be the combination of
* exclusions *AND*  C$ exclusions.  I discovered that is not the case -
instead the * exclusions would be applied if the defined SmbShareName isn't
otherwise defined as a BackupFilesExclude key.

I was hoping I could do something that would generate the $fileList to
combine both.
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
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 data volume

2012-07-10 Thread Bryan Keadle (.net)
It's recommended to mount the BackupPC data volume with noatime:

/dev/vg_backuppc_data/backuppc_data /var/lib/BackupPC ext4 rw,*noatime *0 0


However, since my data volume is an iSCSI volume, I needed this entry to
have the iSCSI mount properly mount at boot using _netdev:

/dev/vg_backuppc_data/backuppc_data /var/lib/BackupPC ext4 _netdev 0 0

so do I still need *noatime* and if so, how/where do I include it on that
line?
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
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] SmbClient for Workgroup and Domain authentication

2012-07-09 Thread Bryan Keadle (.net)
I'm in an environment where some workstation may be in the domain, others
not.  However, either way, we'll have a backuppc user account for
connecting to the machine for smb backup.

Instead of having to choose one or the other username (backuppc vs.
Domain/backuppc) and having to do a client override for the other, I was
hoping to be able to create/define a wrapper script such that it will
attempt connection using the domain credentials:

$smbClientPath \\$host\$shareName $I_option -U Domain/backuppc


and if that fails, try connecting with the local user account

$smbClientPath \\$host\$shareName $I_option -U backuppc


Do any of you creative geniuses know how I can make that happen?
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
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] SmbClient for Workgroup and Domain authentication

2012-07-09 Thread Bryan Keadle (.net)
Thanks for your reply.  rSync is an option, but not skipping all that - I
still need to make SMB work for situations where I am unable to rSync.


On Mon, Jul 9, 2012 at 9:17 AM, Michael Stowe
mst...@chicago.us.mensa.orgwrote:

  I'm in an environment where some workstation may be in the domain, others
  not.  However, either way, we'll have a backuppc user account for
  connecting to the machine for smb backup.
 
  Instead of having to choose one or the other username (backuppc vs.
  Domain/backuppc) and having to do a client override for the other, I was
  hoping to be able to create/define a wrapper script such that it will
  attempt connection using the domain credentials:
 
  $smbClientPath \\$host\$shareName $I_option -U Domain/backuppc
 
 
  and if that fails, try connecting with the local user account
 
  $smbClientPath \\$host\$shareName $I_option -U backuppc
 
 
  Do any of you creative geniuses know how I can make that happen?

 Is skipping all that and using rsync an option?


 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 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/

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
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] BackupPC Errors log

2012-07-09 Thread Bryan Keadle (.net)
Ah, right.  Thanks for that!


On Mon, Jul 9, 2012 at 10:03 AM, John Rouillard rouilj-backu...@renesys.com
 wrote:

 On Fri, Jul 06, 2012 at 06:51:22PM -0500, Bryan Keadle (.net) wrote:
  So now that I have a common list of ACCESS_DENIED, I want to add that to
  the computername.pl file, instead of manually entering through the GUI.
   But when I do that, I don't see the changes I've added, but instead see
  the default settings.  Is there some magic to getting making changes to
 the
  config.pl for the host outside the GUI to stick?

 IIRC the web interface pulls the config from the server. So
 /etc/init.d/backuppc reload, or send a reload config message to the
 server using BackupPC_serverMesg should do the trick.

 --
 -- rouilj

 John Rouillard   System Administrator
 Renesys Corporation  603-244-9084 (cell)  603-643-9300 x 111


 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 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/

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
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] Process for Overriding hosts configuration

2012-07-09 Thread Bryan Keadle (.net)
What is the actual process/command that happens when I click on the
Override button of a hosts config file - specifically the SmbShareName?

I have a Self Provisioning solution whereby a user can authenticate to a
BackupPC web page, and their computer will automatically provision itself
for backup.  However, I have  a mix of Windows 7 and Windows XP machines.
 As part of the self provisioning process the hosts would be defaulted to
the global share name of C$ (uppercase) which contains Windows 7-specific
BackupExcludeFiles specs.  However, I can determine host OS version at the
time of the provisioning, so if the workstation is XP I'd want to override
the SmbShareName to be c$ (lowercase) which would contain Windows
XP-specific BackupExcludeFiles.
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
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] Process for Overriding hosts configuration

2012-07-09 Thread Bryan Keadle (.net)
The Windows 7 Junctions (which fail) are important directories in Windows
XP, and I've made an effort to exclude all the junctions from Windows 7.


On Mon, Jul 9, 2012 at 4:43 PM, Michael Stowe
mst...@chicago.us.mensa.orgwrote:

  What is the actual process/command that happens when I click on the
  Override button of a hosts config file - specifically the SmbShareName?

 I'm going to go with nothing.

 The override check box indicates that it's a setting in the PC-specific
 configuration rather than inherited from the main configuration.

  I have a Self Provisioning solution whereby a user can authenticate to
 a
  BackupPC web page, and their computer will automatically provision itself
  for backup.  However, I have  a mix of Windows 7 and Windows XP machines.
   As part of the self provisioning process the hosts would be defaulted to
  the global share name of C$ (uppercase) which contains Windows 7-specific
  BackupExcludeFiles specs.  However, I can determine host OS version at
 the
  time of the provisioning, so if the workstation is XP I'd want to
 override
  the SmbShareName to be c$ (lowercase) which would contain Windows
  XP-specific BackupExcludeFiles.

 You can probably make things easier on yourself by just making one list of
 both exclusions, since the only risk is that a user created something on
 XP that happens to be the exact same thing you want to exclude on Windows
 7, or vice versa.


 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 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/

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
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_dump syntax

2012-07-08 Thread Bryan Keadle (.net)
The BackupPC_dump syntax shows to be:
usage: /usr/share/BackupPC/bin/BackupPC_dump [-d] [-e] [-f] [-i] [-F] [-I]
[-v]

But I could not find where these options are defined.

Also, does this command actually *DO* the backup, or is it just producing a
list of files to be backed up?  I'm still trying to get the
BackupFilesExclude to work as expected and currently the way I've been
testing is to initiate a backup of the client to see the results.  However,
if I can just produce a list of files that would be backed up to see the
results of the BackupFilesExclude, that would be more efficient.
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
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] BackupFilesExclude for SMB

2012-07-08 Thread Bryan Keadle (.net)
From this FAQ regarding subject:
http://sourceforge.net/apps/mediawiki/backuppc/index.php?title=Smb_exclude

It got me closer, I've reduced the number of errors down pretty well.  But
it's far from intuitive.  For example, to skip these files:
NTUSER.DAT
ntuser.dat.LOG1
ntuser.dat.LOG2
UsrClass.dat
UsrClass.dat.LOG1
UsrClass.dat.LOG2


the entries that (finally) worked are (on the CGI page is):
*NTUSER.DAT
*ntuser.dat.LOG?
*UsrClass.dat
*UserClass.dat.LOG?

using any form of just the filename didn't work - prepending a wildcard is
what finally got me over that hump.  Also, filenames are case sensitive.

I was also able to successfully skip a set of user profile directories
(TestUser1, TestUser2, ...) like this:
*\TestUser?

But still, I have not found how to skip JUNCTION directories.  I've tried:
\Users\*\My Music\*
*\My Music\*

HOW CAN WE INCLUDE KNOWN JUNCTIONS IN BackupFilesExclude LIST?!?!?!  If I
can get this final piece to work, I will have near 0 errors on my Windows
SMB backups.

(I'm aware that I can avoid some of these problems using rSync backup, but
I need to get SMB working none-the-less).

PLEASE, PLEASE, somebody fill me in on the secret?!
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
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 Errors log

2012-07-06 Thread Bryan Keadle (.net)
I'm doing an initial install and testing of BackupPC.  On a host Backup
Summary page, it shows 111 #Xfer errs.  When I click on the Errors link, I
get a page with a title stating (Extracting only Errors), and yet it's a
*HUGE* long list, certainly more than 111 errors.  What am I to make of
this?  Is the filter for extracting only errors broken?

Contents of file /var/lib/BackupPC/pc/bkeadle-vmw732/XferLOG.0.z, modified
2012-07-01 20:54:01 (Extracting only Errors)

Running: /usr/bin/smbclient bkeadle-vmw732\\C\$ -U VOP/BackupPC -E -d 1
-c tarmode\ full -Tc -
full backup started for share C$
Xfer PIDs are now 12592,12591
[ skipped 10 lines ]
NT_STATUS_ACCESS_DENIED listing \Documents and Settings\*
[ skipped 27 lines ]
tarExtract: Got file './$Recycle.Bin/', mode 040755, size 0, type 5
[ skipped 1 lines ]
tarExtract: Got file
'./$Recycle.Bin/S-1-5-21-1592193973-1859105985-2370942554-1000/', mode
040755, size 0, type 5
[ skipped 1 lines ]
tarExtract: Got file
'./$Recycle.Bin/S-1-5-21-1592193973-1859105985-2370942554-1000/desktop.ini',
mode 0100644, size 129, type 0
[ skipped 1 lines ]
tarExtract: Got file
'./$Recycle.Bin/S-1-5-21-840606294-1342211739-299824548-1008/', mode
040755, size 0, type 5
[ skipped 1 lines ]
tarExtract: Got file
'./$Recycle.Bin/S-1-5-21-840606294-1342211739-299824548-1008/desktop.ini',
mode 0100644, size 129, type 0
[ skipped 1 lines ]
tarExtract: Got file './autoexec.bat', mode 0100644, size 24, type 0
[ skipped 1 lines ]
tarExtract: Got file './config.sys', mode 0100644, size 10, type 0
[ skipped 1 lines ]
tarExtract: Got file './Documents and Settings/', mode 040755, size 0, type
5
[ skipped 1 lines ]
tarExtract: Got file './enh/', mode 040755, size 0, type 5
[ skipped 1 lines ]
tarExtract: Got file './enh/bginfo-logon.bgi', mode 0100644, size 1295,
type 0
[ skipped 1 lines ]
tarExtract: Got file './enh/bginfo-support.bgi', mode 0100644, size 2678,
type 0
[ skipped 1 lines ]
tarExtract: Got file './enh/bginfo.bgi', mode 0100644, size 1195, type 0
[ skipped 1 lines ]
tarExtract: Got file './enh/bginfo.cmd', mode 0100644, size 2253, type 0
[ skipped 1 lines ]
tarExtract: Got file './enh/Bginfo.exe', mode 0100644, size 844648, type 0
[ skipped 1 lines ]
tarExtract: Got file './enh/BGInfo.lnk', mode 0100644, size 1413, type 0
[ skipped 1 lines ]
tarExtract: Got file './enh/CDF2ENV.cmd', mode 0100644, size 2219, type 0
[ skipped 1 lines ]
tarExtract: Got file './enh/chgcolor.exe', mode 0100644, size 34816, type 0
[ skipped 1 lines ]
tarExtract: Got file './enh/chgcolor.txt', mode 0100644, size 419, type 0
[ skipped 1 lines ]
tarExtract: Got file './enh/DLLS/', mode 040755, size 0, type 5
[ skipped 1 lines ]
tarExtract: Got file './enh/DLLS/wbdDD34i.dll', mode 0100644, size 361779,
type 0
[ skipped 1 lines ]
tarExtract: Got file './enh/DLLS/wbdED44I.dll', mode 0100644, size 371581,
type 0
[ skipped 1 lines ]
tarExtract: Got file './enh/DLLS/wwctl34i.dll', mode 0100644, size 102400,
type 0
[ skipped 1 lines ]
tarExtract: Got file './enh/DomainCheck.cmd', mode 0100644, size 708, type 0
[ skipped 1 lines ]
tarExtract: Got file './enh/DomainCheck.vbs', mode 0100644, size 1219, type
0
[ skipped 1 lines ]
tarExtract: Got file './enh/dynPolLoginRedirect.html', mode 0100644, size
1875, type 0
[ skipped 1 lines ]
tarExtract: Got file './enh/dynPolLoginRedirect.html.1', mode 0100644, size
1875, type 0
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
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] BackupPC Errors log

2012-07-06 Thread Bryan Keadle (.net)
In pursuit of answers, where does this function/script exist that I might
look at the underlying code that is presumably extracting only errors?


On Fri, Jul 6, 2012 at 12:20 PM, Bryan Keadle (.net) bkea...@keadle.netwrote:

 I do see files in the backup that are referenced in the Error only list.

 Closer review of each entry:

 tarExtract: Got file '*./Program Files/Common Files/System/en-US/'*, mode
 040755, size 0, type 5


 all the lines extra non-error lines are directories, thus a size 0.
  Is that what it's seeing as an error?  Even though the files contained
 within are backed up?

 Also, there a a few others buried within that are files:

 tarExtract: Got file '*./Users/BKeadle/AppData/Local/Microsoft/Internet
 Explorer/Custom Settings/Custom2/seczones.inf'*, mode 0100644, size
 114318, type 0

 and they are in fact backed up - so why reported as an error?  I'm not
 sure how to identify, the actual 111 errors reported.


 On Fri, Jul 6, 2012 at 11:54 AM, Les Mikesell lesmikes...@gmail.comwrote:

 On Fri, Jul 6, 2012 at 11:31 AM, Bryan Keadle (.net) bkea...@keadle.net
 wrote:
  I'm doing an initial install and testing of BackupPC.  On a host Backup
  Summary page, it shows 111 #Xfer errs.  When I click on the Errors
 link, I
  get a page with a title stating (Extracting only Errors), and yet
 it's a
  *HUGE* long list, certainly more than 111 errors.  What am I to make of
  this?  Is the filter for extracting only errors broken?
 
  Contents of file /var/lib/BackupPC/pc/bkeadle-vmw732/XferLOG.0.z,
 modified
  2012-07-01 20:54:01 (Extracting only Errors)
 
  Running: /usr/bin/smbclient bkeadle-vmw732\\C\$ -U VOP/BackupPC -E
 -d 1
  -c tarmode\ full -Tc -
  full backup started for share C$
  Xfer PIDs are now 12592,12591
  [ skipped 10 lines ]
  NT_STATUS_ACCESS_DENIED listing \Documents and Settings\*
  [ skipped 27 lines ]

 Not sure why you are seeing items that don't look like errors in the
 error listing, but this is the thing you need to be concerned about
 since it covers the entire tree below and is probably what you really
 want to back up.   Either the credentials you are using don't have
 full admin/backup rights or your samba version isn't passing things
 correctly.   I'm not much of a windows expert so I'm not sure how to
 fix it.

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


 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 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/



--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
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] BackupPC Errors log

2012-07-06 Thread Bryan Keadle (.net)
You're right, I did find /usr/share/BackupPC/lib/BackupPC/CGI/View.pm is
where this processing is happening.

But how to eliminate the errors.  The number of errors the summary
indicates is 111, however, the number of lines references is thousands,
and the lines, as previously shown, doesn't really indicate an error.  What
about this snippet indicates an error (especially since I see these files
are successfully backed up)?

tarExtract: Got file './enh/', mode 040755, size 0, type 5
[ skipped 1 lines ]
tarExtract: Got file './enh/bginfo-logon.bgi', mode 0100644, size 1295, type 0
[ skipped 1 lines ]
tarExtract: Got file './enh/bginfo-support.bgi', mode 0100644, size 2678, type 0
[ skipped 1 lines ]
tarExtract: Got file './enh/bginfo.bgi', mode 0100644, size 1195, type 0
[ skipped 1 lines ]
tarExtract: Got file './enh/bginfo.cmd', mode 0100644, size 2253, type 0
[ skipped 1 lines ]
tarExtract: Got file './enh/Bginfo.exe', mode 0100644, size 844648, type 0
[ skipped 1 lines ]
tarExtract: Got file './enh/BGInfo.lnk', mode 0100644, size 1413, type 0
[ skipped 1 lines ]
tarExtract: Got file './enh/CDF2ENV.cmd', mode 0100644, size 2219, type 0
[ skipped 1 lines ]
tarExtract: Got file './enh/chgcolor.exe', mode 0100644, size 34816, type 0
[ skipped 1 lines ]
tarExtract: Got file './enh/chgcolor.txt', mode 0100644, size 419, type 0
[ skipped 1 lines ]
tarExtract: Got file './enh/DLLS/', mode 040755, size 0, type 5
[ skipped 1 lines ]
tarExtract: Got file './enh/DLLS/wbdDD34i.dll', mode 0100644, size
361779, type 0
[ skipped 1 lines ]
tarExtract: Got file './enh/DLLS/wbdED44I.dll', mode 0100644, size
371581, type 0





On Fri, Jul 6, 2012 at 12:42 PM, Les Mikesell lesmikes...@gmail.com wrote:

 On Fri, Jul 6, 2012 at 12:29 PM, Bryan Keadle (.net) bkea...@keadle.net
 wrote:
  In pursuit of answers, where does this function/script exist that I might
  look at the underlying code that is presumably extracting only errors?

 Probably somewhere in CGI/View.pm wherever your package installed.
 But I think it just does some filtering on the same Xferlog you get in
 the full view, and I'd be more concerned about eliminating the errors
 than why you are seeing some non-error lines.

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


 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 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/

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
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] BackupPC Errors log

2012-07-06 Thread Bryan Keadle (.net)
/ink/el-GR/tipresx.dll.mui
   31744 ( 6200.0 kb/s) \Program Files\Common Files\microsoft
shared\ink\en-US\boxed-delete.avi
   33280 ( 8125.0 kb/s) \Program Files\Common Files\microsoft
shared\ink\en-US\boxed-join.avi
   62976 (15375.0 kb/s) \Program Files\Common Files\microsoft
shared\ink\en-US\boxed-split.avi
  197120 ( 5347.2 kb/s) \Program Files\Common Files\microsoft
shared\ink\en-US\correct.avi
tarExtract: Got file './Users/BKeadle/Favorites/VOP EOP.url', mode 0100644,
size 150, type 0
directory \Users\bkeadle.VOP\
directory \Users\bkeadle.VOP\AppData\
directory \Users\bkeadle.VOP\AppData\Local\
directory \Users\bkeadle.VOP\AppData\Local\Application Data\
NT_STATUS_ACCESS_DENIED listing
\Users\bkeadle.VOP\AppData\Local\Application Data\*
directory \Users\bkeadle.VOP\AppData\Local\History\
NT_STATUS_ACCESS_DENIED listing \Users\bkeadle.VOP\AppData\Local\History\*
directory \Users\bkeadle.VOP\AppData\Local\Microsoft\
directory
\Users\bkeadle.VOP\AppData\Local\Microsoft\Credentials\
directory \Users\bkeadle.VOP\AppData\Local\Microsoft\Feeds\
directory
\Users\bkeadle.VOP\AppData\Local\Microsoft\Feeds\Feeds for United States~\
directory
\Users\bkeadle.VOP\AppData\Local\Microsoft\Feeds\{5588ACFD-6436-411B-A5CE-666AE6A92D3D}~\
directory
\Users\bkeadle.VOP\AppData\Local\Microsoft\Feeds\{5588ACFD-6436-411B-A5CE-666AE6A92D3D}~\WebSlices~\
directory \Users\bkeadle.VOP\AppData\Local\Microsoft\Feeds
Cache\
directory \Users\bkeadle.VOP\AppData\Local\Microsoft\Feeds
Cache\9V1UUSFX\
directory \Users\bkeadle.VOP\AppData\Local\Microsoft\Feeds
Cache\BDH5FT81\

because tarExtract: is left justified, it's included as a line indicating
an error?  Listed above would be 3 legitimate errors, the other errors
are just the tarExtract string that is left justified.



On Fri, Jul 6, 2012 at 12:49 PM, Bryan Keadle (.net) bkea...@keadle.netwrote:

 You're right, I did find /usr/share/BackupPC/lib/BackupPC/CGI/View.pm is
 where this processing is happening.

 But how to eliminate the errors.  The number of errors the summary
 indicates is 111, however, the number of lines references is thousands,
 and the lines, as previously shown, doesn't really indicate an error.  What
 about this snippet indicates an error (especially since I see these files
 are successfully backed up)?

 tarExtract: Got file './enh/', mode 040755, size 0, type 5
 [ skipped 1 lines ]
 tarExtract: Got file './enh/bginfo-logon.bgi', mode 0100644, size 1295, type 0
 [ skipped 1 lines ]
 tarExtract: Got file './enh/bginfo-support.bgi', mode 0100644, size 2678, 
 type 0
 [ skipped 1 lines ]
 tarExtract: Got file './enh/bginfo.bgi', mode 0100644, size 1195, type 0
 [ skipped 1 lines ]
 tarExtract: Got file './enh/bginfo.cmd', mode 0100644, size 2253, type 0
 [ skipped 1 lines ]
 tarExtract: Got file './enh/Bginfo.exe', mode 0100644, size 844648, type 0
 [ skipped 1 lines ]
 tarExtract: Got file './enh/BGInfo.lnk', mode 0100644, size 1413, type 0
 [ skipped 1 lines ]
 tarExtract: Got file './enh/CDF2ENV.cmd', mode 0100644, size 2219, type 0
 [ skipped 1 lines ]
 tarExtract: Got file './enh/chgcolor.exe', mode 0100644, size 34816, type 0
 [ skipped 1 lines ]
 tarExtract: Got file './enh/chgcolor.txt', mode 0100644, size 419, type 0
 [ skipped 1 lines ]
 tarExtract: Got file './enh/DLLS/', mode 040755, size 0, type 5
 [ skipped 1 lines ]
 tarExtract: Got file './enh/DLLS/wbdDD34i.dll', mode 0100644, size 361779, 
 type 0
 [ skipped 1 lines ]
 tarExtract: Got file './enh/DLLS/wbdED44I.dll', mode 0100644, size 371581, 
 type 0





 On Fri, Jul 6, 2012 at 12:42 PM, Les Mikesell lesmikes...@gmail.comwrote:

 On Fri, Jul 6, 2012 at 12:29 PM, Bryan Keadle (.net) bkea...@keadle.net
 wrote:
  In pursuit of answers, where does this function/script exist that I
 might
  look at the underlying code that is presumably extracting only errors?

 Probably somewhere in CGI/View.pm wherever your package installed.
 But I think it just does some filtering on the same Xferlog you get in
 the full view, and I'd be more concerned about eliminating the errors
 than why you are seeing some non-error lines.

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


 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 BackupPC-users mailing list
 BackupPC-users@lists.sourceforge.net
 List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
 Wiki:http

Re: [BackupPC-users] BackupPC Errors log

2012-07-06 Thread Bryan Keadle (.net)
Funny, just as I sent my last reply, yours came in, confirming my
suspicions.  So I'll have to check my debug settings.  Thanks.


On Fri, Jul 6, 2012 at 1:02 PM, John Rouillard
rouilj-backu...@renesys.comwrote:

 On Fri, Jul 06, 2012 at 12:49:12PM -0500, Bryan Keadle (.net) wrote:
  You're right, I did find /usr/share/BackupPC/lib/BackupPC/CGI/View.pm is
  where this processing is happening.
 
  But how to eliminate the errors.  The number of errors the summary
  indicates is 111, however, the number of lines references is thousands,
  and the lines, as previously shown, doesn't really indicate an error.
  What
  about this snippet indicates an error (especially since I see these files
  are successfully backed up)?
 
  tarExtract: Got file './enh/', mode 040755, size 0, type 5
  [ skipped 1 lines ]
  tarExtract: Got file './enh/bginfo-logon.bgi', mode 0100644, size 1295,
 type 0
  [ skipped 1 lines ]

 The filter IIRC expects either lines beginning with spaces or lines
 not starting with spaces to be error lines. If you have your debug
 settings turned up, there are a lot of lines that aren't errors (they
 are debug output) but that aren't filtered in the error view.

 It's been a while since I noted this issue so I don't remeber the
 details but it may explain the discrepency.

 --
 -- rouilj

 John Rouillard   System Administrator
 Renesys Corporation  603-244-9084 (cell)  603-643-9300 x 111


 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 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/

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
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] BackupPC Errors log

2012-07-06 Thread Bryan Keadle (.net)
Looking at my log header, I see:

Running: /usr/bin/smbclient bkeadle-vmw732\\C\$ -U VOP/BackupPC -E
-d 1 -c tarmode\ full -TcN
/var/lib/BackupPC/pc/bkeadle-vmw732/timeStamp.level0 -
incr backup started back to 2012-07-01 19:05:01  (backup #0) for share C$
Xfer PIDs are now 14032,14031
Getting files newer than Sun Jul  1 19:05:01 2012
Domain=[VOP] OS=[Windows 7 Professional 7601 Service Pack 1]
Server=[Windows 7 Professional 6.1]
tarmode is now full, system, hidden, noreset, verbose


tarmode in verbose is my issue here?  Where is that set/configured?

On Fri, Jul 6, 2012 at 1:13 PM, Bryan Keadle (.net) bkea...@keadle.netwrote:

 Funny, just as I sent my last reply, yours came in, confirming my
 suspicions.  So I'll have to check my debug settings.  Thanks.


 On Fri, Jul 6, 2012 at 1:02 PM, John Rouillard 
 rouilj-backu...@renesys.com wrote:

 On Fri, Jul 06, 2012 at 12:49:12PM -0500, Bryan Keadle (.net) wrote:
  You're right, I did find /usr/share/BackupPC/lib/BackupPC/CGI/View.pm is
  where this processing is happening.
 
  But how to eliminate the errors.  The number of errors the summary
  indicates is 111, however, the number of lines references is
 thousands,
  and the lines, as previously shown, doesn't really indicate an error.
  What
  about this snippet indicates an error (especially since I see these
 files
  are successfully backed up)?
 
  tarExtract: Got file './enh/', mode 040755, size 0, type 5
  [ skipped 1 lines ]
  tarExtract: Got file './enh/bginfo-logon.bgi', mode 0100644, size 1295,
 type 0
  [ skipped 1 lines ]

 The filter IIRC expects either lines beginning with spaces or lines
 not starting with spaces to be error lines. If you have your debug
 settings turned up, there are a lot of lines that aren't errors (they
 are debug output) but that aren't filtered in the error view.

 It's been a while since I noted this issue so I don't remeber the
 details but it may explain the discrepency.

 --
 -- rouilj

 John Rouillard   System Administrator
 Renesys Corporation  603-244-9084 (cell)  603-643-9300 x 111


 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 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/



--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
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] BackupPC Errors log

2012-07-06 Thread Bryan Keadle (.net)
Got it!  XFerLogLevel is set to 3.  Now how'd that get there?!  ;-)


On Fri, Jul 6, 2012 at 1:24 PM, Bryan Keadle (.net) bkea...@keadle.netwrote:

 Looking at my log header, I see:


 Running: /usr/bin/smbclient bkeadle-vmw732\\C\$ -U VOP/BackupPC -E -d 1 
 -c tarmode\ full -TcN /var/lib/BackupPC/pc/bkeadle-vmw732/timeStamp.level0 -
 incr backup started back to 2012-07-01 19:05:01  (backup #0) for share C$
 Xfer PIDs are now 14032,14031
 Getting files newer than Sun Jul  1 19:05:01 2012
 Domain=[VOP] OS=[Windows 7 Professional 7601 Service Pack 1] Server=[Windows 
 7 Professional 6.1]
 tarmode is now full, system, hidden, noreset, verbose


 tarmode in verbose is my issue here?  Where is that set/configured?

 On Fri, Jul 6, 2012 at 1:13 PM, Bryan Keadle (.net) bkea...@keadle.netwrote:

 Funny, just as I sent my last reply, yours came in, confirming my
 suspicions.  So I'll have to check my debug settings.  Thanks.


 On Fri, Jul 6, 2012 at 1:02 PM, John Rouillard 
 rouilj-backu...@renesys.com wrote:

 On Fri, Jul 06, 2012 at 12:49:12PM -0500, Bryan Keadle (.net) wrote:
  You're right, I did find /usr/share/BackupPC/lib/BackupPC/CGI/View.pm
 is
  where this processing is happening.
 
  But how to eliminate the errors.  The number of errors the summary
  indicates is 111, however, the number of lines references is
 thousands,
  and the lines, as previously shown, doesn't really indicate an error.
  What
  about this snippet indicates an error (especially since I see these
 files
  are successfully backed up)?
 
  tarExtract: Got file './enh/', mode 040755, size 0, type 5
  [ skipped 1 lines ]
  tarExtract: Got file './enh/bginfo-logon.bgi', mode 0100644, size
 1295, type 0
  [ skipped 1 lines ]

 The filter IIRC expects either lines beginning with spaces or lines
 not starting with spaces to be error lines. If you have your debug
 settings turned up, there are a lot of lines that aren't errors (they
 are debug output) but that aren't filtered in the error view.

 It's been a while since I noted this issue so I don't remeber the
 details but it may explain the discrepency.

 --
 -- rouilj

 John Rouillard   System Administrator
 Renesys Corporation  603-244-9084 (cell)  603-643-9300 x 111


 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 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/




--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
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] BackupPC Errors log

2012-07-06 Thread Bryan Keadle (.net)
Yes, thank you.  Now *THIS* is more like it!

Contents of file /var/lib/BackupPC/pc/bkeadle-vmw732/XferLOG.2.z, modified
2012-07-06 13:01:55 (Extracting only Errors)

Running: /usr/bin/smbclient bkeadle-vmw732\\C\$ -U VOP/BackupPC -E
-d 1 -c tarmode\ full -Tc -
full backup started for share C$
Xfer PIDs are now 6399,6398
[ skipped 2 lines ]
NT_STATUS_ACCESS_DENIED listing \Documents and Settings\*
NT_STATUS_SHARING_VIOLATION opening remote file \pagefile.sys (\)
[ skipped 4646 lines ]
File size change - truncating \Program
Files\Novell\ZENworks\logs\LocalStore\zmd-messages.log to 3218892
bytes
[ skipped 1224 lines ]
NT_STATUS_ACCESS_DENIED listing \ProgramData\Application Data\*
NT_STATUS_ACCESS_DENIED listing \ProgramData\Desktop\*
NT_STATUS_ACCESS_DENIED listing \ProgramData\Documents\*
NT_STATUS_ACCESS_DENIED listing \ProgramData\Favorites\*
[ skipped 75 lines ]
NT_STATUS_SHARING_VIOLATION opening remote file
\ProgramData\Microsoft\RAC\StateData\RacMetaData.dat
(\ProgramData\Microsoft\RAC\StateData\)
NT_STATUS_SHARING_VIOLATION opening remote file
\ProgramData\Microsoft\RAC\StateData\RacWmiEventData.dat
(\ProgramData\Microsoft\RAC\StateData\)
[ skipped 45 lines ]
NT_STATUS_SHARING_VIOLATION opening remote file
\ProgramData\Microsoft\Search\Data\Applications\Windows\MSS.log
(\ProgramData\Microsoft\Search\Data\Applications\Windows\)
[ skipped 31 lines ]
NT_STATUS_SHARING_VIOLATION opening remote file
\ProgramData\Microsoft\Search\Data\Applications\Windows\tmp.edb
(\ProgramData\Microsoft\Search\Data\Applications\Windows\)
NT_STATUS_SHARING_VIOLATION opening remote file
\ProgramData\Microsoft\Search\Data\Applications\Windows\Windows.edb
(\ProgramData\Microsoft\Search\Data\Applications\Windows\)
[ skipped 285 lines ]
NT_STATUS_SHARING_VIOLATION opening remote file
\ProgramData\Microsoft\Windows
Defender\IMpService925A3ACA-C353-458A-AC8D-A7E5EB378092.lock
(\ProgramData\Microsoft\Windows Defender\)
[ skipped 60 lines ]
NT_STATUS_SHARING_VIOLATION opening remote file
\ProgramData\Microsoft\Windows
Defender\Scans\History\CacheManager\MpSfc.bin
(\ProgramData\Microsoft\Windows Defender\Scans\History\CacheManager\)
[ skipped 81 lines ]


So from this, I can build my Exclude list.  Most of the
NT_STATUS_ACCESS_DENIED
are Windows 7 Junctions, which I understand would get this error, thus I
want to exclude them.  However, I'm having difficulty getting the exclude
to work.  As shown above, it's trying to backup pagefile.sys despite my
exclusions set, as shown here:

'c$' = [
'Temp\\*',
'Recycle bin\\*',
'Temporary Internet Files\\*',
'\\pagefile.sys',
'\\hiberfil.sys',
'IconCache.db',
'~*',
'\\RECYCLER',
'*.vmdk',
'*.lock',
'Thumbs.db',
'IconCache.db',
'Cache*',
'cache*',
'\\$Recycle.Bin\\*',
'\\MSOCache\\*',
'\\System Volume Information\\*',
'\\Documents and Settings\\*'
  ]

So what am I missing with my syntax?  I originally *just* had
'pagefile.sys'.  When that didn't work, I specified the backslash prefix.



On Fri, Jul 6, 2012 at 2:42 PM, Les Mikesell lesmikes...@gmail.com wrote:

 On Fri, Jul 6, 2012 at 12:49 PM, Bryan Keadle (.net) bkea...@keadle.net
 wrote:
 
  But how to eliminate the errors.  The number of errors the summary
  indicates is 111, however, the number of lines references is thousands,
  and the lines, as previously shown, doesn't really indicate an error.
  What
  about this snippet indicates an error (especially since I see these files
  are successfully backed up)?
 

 The NT_STATUS_ACCESS_DENIED is the one to worry about, especially on
 directories because that is probably a permissions issue.   You should
 expect some number of locked file conflicts, though.

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


 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 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/

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists

Re: [BackupPC-users] BackupPC Errors log

2012-07-06 Thread Bryan Keadle (.net)
I use the single backslash in the GUI - it doubles it in the .pl.  I'll try
the forward slash.  Seems like I've tried that too.  But case sensitivity
of the share name?!  That's interesting.  I see my SmbShareName is
uppercase (C$), but my ExcludeList is lowercase (c$) - Good grief.  I bet
you're right, that's probably it.


On Fri, Jul 6, 2012 at 4:05 PM, Bowie Bailey bowie_bai...@buc.com wrote:

 On 7/6/2012 4:54 PM, Bryan Keadle (.net) wrote:
  Yes, thank you.  Now *THIS* is more like it!
 
  Contents of file /var/lib/BackupPC/pc/bkeadle-vmw732/XferLOG.2.z,
  modified 2012-07-06 13:01:55 (Extracting only Errors)
 
  Running: /usr/bin/smbclient bkeadle-vmw732\\C\$ -U VOP/BackupPC
 -E -d 1 -c tarmode\ full -Tc -
  full backup started for share C$
  Xfer PIDs are now 6399,6398
  [ skipped 2 lines ]
  NT_STATUS_ACCESS_DENIED listing \Documents and Settings\*
  NT_STATUS_SHARING_VIOLATION opening remote file \pagefile.sys (\)
  [ skipped 4646 lines ]
  File size change - truncating \Program
 Files\Novell\ZENworks\logs\LocalStore\zmd-messages.log to 3218892 bytes
  [ skipped 1224 lines ]
  NT_STATUS_ACCESS_DENIED listing \ProgramData\Application Data\*
  NT_STATUS_ACCESS_DENIED listing \ProgramData\Desktop\*
  NT_STATUS_ACCESS_DENIED listing \ProgramData\Documents\*
  NT_STATUS_ACCESS_DENIED listing \ProgramData\Favorites\*
  [ skipped 75 lines ]
  NT_STATUS_SHARING_VIOLATION opening remote file
 \ProgramData\Microsoft\RAC\StateData\RacMetaData.dat
 (\ProgramData\Microsoft\RAC\StateData\)
  NT_STATUS_SHARING_VIOLATION opening remote file
 \ProgramData\Microsoft\RAC\StateData\RacWmiEventData.dat
 (\ProgramData\Microsoft\RAC\StateData\)
  [ skipped 45 lines ]
  NT_STATUS_SHARING_VIOLATION opening remote file
 \ProgramData\Microsoft\Search\Data\Applications\Windows\MSS.log
 (\ProgramData\Microsoft\Search\Data\Applications\Windows\)
  [ skipped 31 lines ]
  NT_STATUS_SHARING_VIOLATION opening remote file
 \ProgramData\Microsoft\Search\Data\Applications\Windows\tmp.edb
 (\ProgramData\Microsoft\Search\Data\Applications\Windows\)
  NT_STATUS_SHARING_VIOLATION opening remote file
 \ProgramData\Microsoft\Search\Data\Applications\Windows\Windows.edb
 (\ProgramData\Microsoft\Search\Data\Applications\Windows\)
  [ skipped 285 lines ]
  NT_STATUS_SHARING_VIOLATION opening remote file
 \ProgramData\Microsoft\Windows
 Defender\IMpService925A3ACA-C353-458A-AC8D-A7E5EB378092.lock
 (\ProgramData\Microsoft\Windows Defender\)
  [ skipped 60 lines ]
  NT_STATUS_SHARING_VIOLATION opening remote file
 \ProgramData\Microsoft\Windows
 Defender\Scans\History\CacheManager\MpSfc.bin
 (\ProgramData\Microsoft\Windows Defender\Scans\History\CacheManager\)
  [ skipped 81 lines ]
 
 
  So from this, I can build my Exclude list.  Most of
  the NT_STATUS_ACCESS_DENIED
  are Windows 7 Junctions, which I understand would get this error, thus
  I want to exclude them.  However, I'm having difficulty getting the
  exclude to work.  As shown above, it's trying to backup pagefile.sys
  despite my exclusions set, as shown here:
 
  'c$' = [
  'Temp\\*',
  'Recycle bin\\*',
  'Temporary Internet Files\\*',
  '\\pagefile.sys',
  '\\hiberfil.sys',
  'IconCache.db',
  '~*',
  '\\RECYCLER',
  '*.vmdk',
  '*.lock',
  'Thumbs.db',
  'IconCache.db',
  'Cache*',
  'cache*',
  '\\$Recycle.Bin\\*',
  '\\MSOCache\\*',
  '\\System Volume Information\\*',
  '\\Documents and Settings\\*'
]
 
  So what am I missing with my syntax?  I originally *just* had
  'pagefile.sys'.  When that didn't work, I specified the backslash
  prefix.

 Try using a forward slash rather than the double backslashes.  It's much
 easier to read and Samba will translate for you.  For example:
 '/pagefile.sys'

 Also, the share name is probably case-sensitive.  This is most likely
 your real problem.

 --
 Bowie


 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 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/

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond

Re: [BackupPC-users] BackupPC Errors log

2012-07-06 Thread Bryan Keadle (.net)
So now that I have a common list of ACCESS_DENIED, I want to add that to
the computername.pl file, instead of manually entering through the GUI.
 But when I do that, I don't see the changes I've added, but instead see
the default settings.  Is there some magic to getting making changes to the
config.pl for the host outside the GUI to stick?


On Fri, Jul 6, 2012 at 6:49 PM, Bryan Keadle (.net) bkea...@keadle.netwrote:

 I use the single backslash in the GUI - it doubles it in the .pl.  I'll
 try the forward slash.  Seems like I've tried that too.  But case
 sensitivity of the share name?!  That's interesting.  I see my SmbShareName
 is uppercase (C$), but my ExcludeList is lowercase (c$) - Good grief.  I
 bet you're right, that's probably it.


 On Fri, Jul 6, 2012 at 4:05 PM, Bowie Bailey bowie_bai...@buc.com wrote:

 On 7/6/2012 4:54 PM, Bryan Keadle (.net) wrote:
  Yes, thank you.  Now *THIS* is more like it!
 
  Contents of file /var/lib/BackupPC/pc/bkeadle-vmw732/XferLOG.2.z,
  modified 2012-07-06 13:01:55 (Extracting only Errors)
 
  Running: /usr/bin/smbclient bkeadle-vmw732\\C\$ -U VOP/BackupPC
 -E -d 1 -c tarmode\ full -Tc -
  full backup started for share C$
  Xfer PIDs are now 6399,6398
  [ skipped 2 lines ]
  NT_STATUS_ACCESS_DENIED listing \Documents and Settings\*
  NT_STATUS_SHARING_VIOLATION opening remote file \pagefile.sys (\)
  [ skipped 4646 lines ]
  File size change - truncating \Program
 Files\Novell\ZENworks\logs\LocalStore\zmd-messages.log to 3218892 bytes
  [ skipped 1224 lines ]
  NT_STATUS_ACCESS_DENIED listing \ProgramData\Application Data\*
  NT_STATUS_ACCESS_DENIED listing \ProgramData\Desktop\*
  NT_STATUS_ACCESS_DENIED listing \ProgramData\Documents\*
  NT_STATUS_ACCESS_DENIED listing \ProgramData\Favorites\*
  [ skipped 75 lines ]
  NT_STATUS_SHARING_VIOLATION opening remote file
 \ProgramData\Microsoft\RAC\StateData\RacMetaData.dat
 (\ProgramData\Microsoft\RAC\StateData\)
  NT_STATUS_SHARING_VIOLATION opening remote file
 \ProgramData\Microsoft\RAC\StateData\RacWmiEventData.dat
 (\ProgramData\Microsoft\RAC\StateData\)
  [ skipped 45 lines ]
  NT_STATUS_SHARING_VIOLATION opening remote file
 \ProgramData\Microsoft\Search\Data\Applications\Windows\MSS.log
 (\ProgramData\Microsoft\Search\Data\Applications\Windows\)
  [ skipped 31 lines ]
  NT_STATUS_SHARING_VIOLATION opening remote file
 \ProgramData\Microsoft\Search\Data\Applications\Windows\tmp.edb
 (\ProgramData\Microsoft\Search\Data\Applications\Windows\)
  NT_STATUS_SHARING_VIOLATION opening remote file
 \ProgramData\Microsoft\Search\Data\Applications\Windows\Windows.edb
 (\ProgramData\Microsoft\Search\Data\Applications\Windows\)
  [ skipped 285 lines ]
  NT_STATUS_SHARING_VIOLATION opening remote file
 \ProgramData\Microsoft\Windows
 Defender\IMpService925A3ACA-C353-458A-AC8D-A7E5EB378092.lock
 (\ProgramData\Microsoft\Windows Defender\)
  [ skipped 60 lines ]
  NT_STATUS_SHARING_VIOLATION opening remote file
 \ProgramData\Microsoft\Windows
 Defender\Scans\History\CacheManager\MpSfc.bin
 (\ProgramData\Microsoft\Windows Defender\Scans\History\CacheManager\)
  [ skipped 81 lines ]
 
 
  So from this, I can build my Exclude list.  Most of
  the NT_STATUS_ACCESS_DENIED
  are Windows 7 Junctions, which I understand would get this error, thus
  I want to exclude them.  However, I'm having difficulty getting the
  exclude to work.  As shown above, it's trying to backup pagefile.sys
  despite my exclusions set, as shown here:
 
  'c$' = [
  'Temp\\*',
  'Recycle bin\\*',
  'Temporary Internet Files\\*',
  '\\pagefile.sys',
  '\\hiberfil.sys',
  'IconCache.db',
  '~*',
  '\\RECYCLER',
  '*.vmdk',
  '*.lock',
  'Thumbs.db',
  'IconCache.db',
  'Cache*',
  'cache*',
  '\\$Recycle.Bin\\*',
  '\\MSOCache\\*',
  '\\System Volume Information\\*',
  '\\Documents and Settings\\*'
]
 
  So what am I missing with my syntax?  I originally *just* had
  'pagefile.sys'.  When that didn't work, I specified the backslash
  prefix.

 Try using a forward slash rather than the double backslashes.  It's much
 easier to read and Samba will translate for you.  For example:
 '/pagefile.sys'

 Also, the share name is probably case-sensitive.  This is most likely
 your real problem.

 --
 Bowie


 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 BackupPC-users mailing list
 BackupPC-users

Re: [BackupPC-users] BackupPC Errors log

2012-07-06 Thread Bryan Keadle (.net)
CentOS Linux 6.2
BackupPC, version 3.2.1
samba-client 3.5.10-116.el6_2
samba-common 3.5.10-116.el6_2
samba-winbind-clients 3.5.10-116.el6_2


On Fri, Jul 6, 2012 at 6:21 PM, Tyler J. Wagner ty...@tolaris.com wrote:

 What OS and what versions of BackupPC and Samba are you using?

 Regards,
 Tyler

 On 2012-07-06 17:31, Bryan Keadle (.net) wrote:
  I'm doing an initial install and testing of BackupPC.  On a host Backup
  Summary page, it shows 111 #Xfer errs.  When I click on the Errors link,
 I
  get a page with a title stating (Extracting only Errors), and yet it's
 a
  *HUGE* long list, certainly more than 111 errors.  What am I to make of
  this?  Is the filter for extracting only errors broken?
 
  Contents of file /var/lib/BackupPC/pc/bkeadle-vmw732/XferLOG.0.z,
  modified 2012-07-01 20:54:01 (Extracting only Errors)
 
  Running: /usr/bin/smbclient bkeadle-vmw732\\C\$ -U VOP/BackupPC
 -E
  -d 1 -c tarmode\ full -Tc -
  full backup started for share C$
  Xfer PIDs are now 12592,12591
  [ skipped 10 lines ]
  NT_STATUS_ACCESS_DENIED listing \Documents and Settings\*
  [ skipped 27 lines ]


 --
 What can be asserted without evidence can also be dismissed without
 evidence.
-- Christopher Hitchens




 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 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/

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
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] BackupPC_Link takes ages

2012-07-05 Thread Bryan Keadle (.net)
Initial backups on the new server would take longer than what you're seeing
with the established server which only needs to do changes after having
done the initial full.  Your new server has already done the initial
backups of your host and it's the subsequent backups that are taking so
long?

But on this topic, my new server seems slow, with only a 3-4 MB/s speed
rating on a GB network (Windows backup over SMB).  Is this normal?  What
kind of speeds should I be expecting?


On Thu, Jul 5, 2012 at 7:12 AM, jonas jo...@freesources.org wrote:

 Hello,

 recently we were forced to re-setup a large BackupPC-server with up to
 150 clients and 5.0TB (12 disks in RAID10). This was several weeks ago.

 Unfortunately the server has problems keeping up with the backups since
 then. (see
 http://sourceforge.net/mailarchive/message.php?msg_id=29433950) Even
 after enabling rsync checksum caching and playing around with raising or
 lowering MaxBackups, MaxPendingCmds, the server doesn't scale as
 expected. And just for the record: before the re-setup, it managed the
 same amount of backups and the same hosts.

 Now while comparing BackupPC logs to another big BackupPC-server on our
 side, I recognized that BackupPC-Link takes ages for every backupped
 host on the new server, while it's incredibly fast on the other BackupPC
 server.

 Even for hosts with several 100GB of data, BackupPC_Link takes only few
 minutes on the old BackupPC server. On the new (re-setup) one, it takes
 several hours up to days for backupped hosts.

 Do you have any idea or suggestions why BackupPC_Link takes that long
 and how we can change it?

 Best regards,
   jonas




 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 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/

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
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] BackupPC_Link takes ages

2012-07-05 Thread Bryan Keadle (.net)
Good thread here.

Jonas - sorry for my reply about the initial backups - you clearly know
what you're doing, and thus you're issue is after your initial backups.
 That XFS might be the problem sounds plausible.  Please report back what
you find for those of us following this thread.

Finally, what are typical SMB backup speeds I should be seeing?


On Thu, Jul 5, 2012 at 9:10 AM, Adam Goryachev 
mailingli...@websitemanagers.com.au wrote:

 On 05/07/12 23:53, jonas wrote:
  Hello again,
 
  first, I forgot to mention an important detail: we changed from
  ext3 to xfs on the 5TB RAID10 array which holds all BackupPC data
  during the re-setup.
 
  Am 05.07.2012 15:04, schrieb Adam Goryachev: no, this doesn't seem
  to be the problem. I didn't find any unexpected logs. The pc/$HOST
  directory shrinks a lot during the link-process, so I consider this
  as evidence that pooling actually works as expected. I did
  recognize though, that the pool directory is empty on all BackupPC
  servers. All pooled files seem to be stored in cpool instead. Is
  this expected?
 compressed files are in cpool, so this suggests you have compression
 enabled (for file storage, not in transit). This is 'normal'.
  2) Filesystem or hard drive layout/configuration (ie, RAID level,
  layout, chunk size, ext3 compared to jfs, etc) As written above:
  moved from ext3 to xfs as we thought that this might increase
  performance.
 Obviously this is the big change, so you should probably start here. I
 would suggest reading up on how to optimize xfs for backuppc, or
 generically, a large number of small read/writes.

 I recently subscribed to the linux-raid mailing list for a backuppc
 related issue in fact, and saw a few un-related (to me) posts regarding
 default raid stripe size, and (I think it was) xfs file system being
 problematic. I think there is some relationship with the FS storing some
 type of data every x bytes per disk, and if this data all ends up on the
 same physical disk (or in your case pair of disks) then you end up with
 a dis-proportionate amount of load on a small subset of your disk array.
 It seems you are using hardware raid which presents the disk as sdk,
 however, the basic idea would still apply (stripe size of the raid and
 block size of the FS).

 I'd suggest to subscribe to the xfs mailing list, and/or look into how
 you should optimise your filesystem to improve performance (defaults are
 not always ideal).

 Regards,
 Adam

 --
 Adam Goryachev
 Website Managers
 Ph: +61 2 8304 a...@websitemanagers.com.au
 Fax: +61 2 8304 0001www.websitemanagers.com.au

 --
 Adam Goryachev
 Website Managers
 www.websitemanagers.com.au



 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 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/

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
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] windows and Rsyncd : secure connexion ?

2012-07-04 Thread Bryan Keadle (.net)
Here's one:
http://www.cs.umd.edu/~cdunne/projs/backuppc_guide.html


On Wed, Jul 4, 2012 at 8:27 AM, galemberti greg galembe...@hotmail.comwrote:

  Tks for your reply.
 Have you a tutoriel for rsync over ssh under windows ?

 --
 To: backuppc-users@lists.sourceforge.net
 Date: Wed, 4 Jul 2012 08:21:59 -0400
 From: tmas...@obscorp.com
 Subject: Re: [BackupPC-users] windows and Rsyncd : secure connexion ?


 Depends on what you mean by secure. If you mean, is the connection
 encrypted?, then no. You want to use rsync over SSH, which is perfectly
 possible on Windows as well.

 Timothy J. Massey

 Sent from my iPhone

 On Jul 4, 2012, at 8:34 AM, galemberti greg galembe...@hotmail.com
 wrote:

  Hi,
 I have a question : if I use a backup via rsync on client windows (rsyncd) is
 what the connection is secure?
 Thank you for your help.


  
 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/

 ___
 BackupPC-users mailing listbackuppc-us...@lists.sourceforge.net
 List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
 Wiki:http://backuppc.wiki.sourceforge.net
 Project: http://backuppc.sourceforge.net/


 --
 Live Security Virtual Conference Exclusive live event will cover all the
 ways today's security and threat landscape has changed and how IT managers
 can respond. Discussions will include endpoint security, mobile security
 and the latest in malware threats.
 http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___ 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/


 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 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/


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
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] Scripted reload of server configuration

2012-07-04 Thread Bryan Keadle (.net)
Excellent - thank you for your reply.  Just to be clear, the script I'm
running then I would just add:

BackupPC_serverMesg server reload




On Wed, Jul 4, 2012 at 6:43 AM, Craig Barratt 
cbarr...@users.sourceforge.net wrote:

 On Mon, Jul 2, 2012 at 5:10 AM, Bryan Keadle (.net) bkea...@keadle.netwrote:

 I see that the perl module,
 /usr/share/BackupPC/lib/BackupPC/CGI/ReloadServer.pm allows the daemon to
 become aware of the hosts file change.  How can I call this module from the
 SSI bash script I have that does the provisioning of the workstation?  Or,
 how else may I gracefully reload server configuration?  I'm aware of
 being able to send ' *kill -HUP {PID}* ', but I don't think that is
 graceful - wouldn't that effect currently running backups?


 You can use BackupPC_serverMesg to send the message server reload to
 reload the config and host files.

 Craig



 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 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/


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
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] Scripted reload of server configuration

2012-07-04 Thread Bryan Keadle (.net)
Got it working.  I added the following line to my script:

* sudo -u backuppc  /usr/share/BackupPC/bin/BackupPC_serverMesg server
reload*


On Wed, Jul 4, 2012 at 10:22 AM, Bryan Keadle (.net) bkea...@keadle.netwrote:

 Excellent - thank you for your reply.  Just to be clear, the script I'm
 running then I would just add:

 BackupPC_serverMesg server reload




 On Wed, Jul 4, 2012 at 6:43 AM, Craig Barratt 
 cbarr...@users.sourceforge.net wrote:

 On Mon, Jul 2, 2012 at 5:10 AM, Bryan Keadle (.net) 
 bkea...@keadle.netwrote:

 I see that the perl module,
 /usr/share/BackupPC/lib/BackupPC/CGI/ReloadServer.pm allows the daemon to
 become aware of the hosts file change.  How can I call this module from the
 SSI bash script I have that does the provisioning of the workstation?  Or,
 how else may I gracefully reload server configuration?  I'm aware of
 being able to send ' *kill -HUP {PID}* ', but I don't think that is
 graceful - wouldn't that effect currently running backups?


 You can use BackupPC_serverMesg to send the message server reload to
 reload the config and host files.

 Craig



 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 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/



--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
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] Send Test email

2012-07-04 Thread Bryan Keadle (.net)
As referenced 
herehttp://www.backupcentral.com/phpBB2/two-way-mirrors-of-external-mailing-lists-3/backuppc-21/email-problem-in-backuppc-72173/,
there was talk of providing a way for sending test emails.  It would be
nice to have this ability to test/verify email setup within BackupPC web
GUI.

However, how/where does BackupPC know what SMTP server to use for sending
email?  Is there a configuration option somewhere to specify an SMTP server
to use?  Logged in as the backuppc user, I am running:

BackupPC_sendEmail -t |less


And it shows the email content, but not whether it was successful sending
it, or if it was sent at all.  I haven't received the email, so there seems
to be some configuration I'm missing somewhere.
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
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] Scripted reload of server configuration

2012-07-02 Thread Bryan Keadle (.net)
I have developed a self provisioning ability whereby users go to a secure
page on BackupPC, enter their credentials, and their workstation they
logged in from automatically gets added to /etc/BackupPC/hosts.  However,
though it's seen and selectable via the BackupPC web page, trying to
initiate an immediate full backup produces Host unknown error, which I
have learned that the backuppc daemon is not aware of the change to the
hosts file.

I see that the perl module,
/usr/share/BackupPC/lib/BackupPC/CGI/ReloadServer.pm allows the daemon to
become aware of the hosts file change.  How can I call this module from the
SSI bash script I have that does the provisioning of the workstation?  Or,
how else may I gracefully reload server configuration?  I'm aware of
being able to send ' *kill -HUP {PID}* ', but I don't think that is
graceful - wouldn't that effect currently running backups?
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
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] Where does default email content come from?

2012-07-02 Thread Bryan Keadle (.net)
I received my first BackupPC admin email.  I'm not sure where the verbiage
of this content comes from.  For starters, it mentions, ... you should
contact IS to find out why backups are not working.  I want to change IS
to I.T. which is how our organization is referred to, having retired IS
a few years back.  Where would I make this change?
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
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] Where does default email content come from?

2012-07-02 Thread Bryan Keadle (.net)
I first looked there, through the interface - but it doesn't show any of
the information I'm seeing as the default message being produced.  Instead
of create my own, entire, message text, I just want to change the reference
to IS to I.T. - so I'm looking for the source of the default message
being generated.


On Mon, Jul 2, 2012 at 11:42 AM, Les Mikesell lesmikes...@gmail.com wrote:

 On Mon, Jul 2, 2012 at 7:13 AM, Bryan Keadle (.net) bkea...@keadle.net
 wrote:
  I received my first BackupPC admin email.  I'm not sure where the
 verbiage
  of this content comes from.  For starters, it mentions, ... you should
  contact IS to find out why backups are not working.  I want to change
 IS
  to I.T. which is how our organization is referred to, having retired
 IS
  a few years back.  Where would I make this change?
 


 http://backuppc.sourceforge.net/faq/BackupPC.html#email_reminders__status_and_messages
 The messages should be in the language-dependent files.

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


 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 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/

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
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] Where does default email content come from?

2012-07-02 Thread Bryan Keadle (.net)
I totally missed that!  Thank you for your patience and response!


On Mon, Jul 2, 2012 at 2:34 PM, Les Mikesell lesmikes...@gmail.com wrote:

 On Mon, Jul 2, 2012 at 2:16 PM, Bryan Keadle (.net) bkea...@keadle.net
 wrote:
  I first looked there, through the interface - but it doesn't show any of
 the
  information I'm seeing as the default message being produced.  Instead of
  create my own, entire, message text, I just want to change the reference
 to
  IS to I.T. - so I'm looking for the source of the default message
 being
  generated.
 

 Per the doc page in the link:
   These values are language-dependent. The default versions can be
 found in the language file (eg: lib/BackupPC/Lang/en.pm). If you need
 to change the message, copy it here and edit it.

 Your 'lib/ location may depend on how you installed backuppc.  Mine
 (EPEL rpm based) is under /usr/share/BackupPC/.

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


 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 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/

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
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/