BackupPC-users

Re: [BackupPC-users] BackupPC Windows Client

2012-05-29 21:38:47
Subject: Re: [BackupPC-users] BackupPC Windows Client
From: Kris Lou <klou AT themusiclink DOT net>
To: "General list for user discussion, questions and support" <backuppc-users AT lists.sourceforge DOT net>
Date: Tue, 29 May 2012 18:10:30 -0700
First, thanks for doing this.  

I've had the original post bookmarked for quite some time (years, it seems) with plans to implement, and this simplifies the process quite a bit.  Performance is much better than rsync-over-autofs-smb (for any number of reasons).

5) I got a passing error message from the postusercmd.sh at one stage, and would suggest the following change:

if [ ! -z $xferOK ] && [ $xferOK-eq 1 ]; then
Basically, if xferOK is not set, then [ $xferOK-eq 1 ] generates an error (and does not match), with my change it will not generate an error, and will still not match.


I ran into that error "postusercmd.sh: line 10: [: -eq: unary operator expected" as well - even on successful runs.  It looks like $xferOK is never declared, but is just passed in.

 postusercmd.sh
BOX=$1
XFEROK=$2
$WINEXE -U $UNAME -W $WRKGRP --password=$PWD //$BOX 'cmd /c echo '1' > c:\backuppc\wake.up' <&-
echo "Rsync and shadow copy unloaded"
if [ $XFEROK -eq 1 ]; then
   if [ -f $WOLDIR/$BOX.state ]; then
      read wasoff < $WOLDIR/$BOX.state
      echo -n "State before backup: "


Thanks for all your work on this!

-Kris Lou

------------------------------------------------------------------------------
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 AT lists.sourceforge DOT net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/