Re: [BackupPC-users] BackupPC_Admin doesn't work

2007-12-19 Thread Alex Schaft
On 2007/12/20 06:06, Ed Miller wrote:
> I have just installed backuppc 3.1, everything seems to work fine as far 
> as backups go as I am checking it with top. My problem is I cannot get 
> the gui BackupPC_Admin to come up. I checked its location against that 
> of the config.pl and it is where it is supposed to be but I get The 
> requested URL /var/www/cgi-bin/BackupPC_Admin was not found on this 
> server. Any help is appreciated.
>   
If your DocumentRoot is set to /var/www, your url would be 
http://server/cgj-bin/BackupPC_Admin

Alex


-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
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] [Fwd: Re: BackupPC_Admin doesn't work]

2007-12-20 Thread Alex Schaft
Wrong reply to button...

 Original Message 
Subject:Re: [BackupPC-users] BackupPC_Admin doesn't work
Date:   Thu, 20 Dec 2007 20:48:11 +0200
From:   Alex Schaft <[EMAIL PROTECTED]>
To: Ed Miller <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]> 
<[EMAIL PROTECTED]> <[EMAIL PROTECTED]>



On 2007/12/20 18:24, Ed Miller wrote:
> Alex Schaft wrote:
>> On 2007/12/20 06:06, Ed Miller wrote:
>>> I have just installed backuppc 3.1, everything seems to work fine as 
>>> far as backups go as I am checking it with top. My problem is I 
>>> cannot get the gui BackupPC_Admin to come up. I checked its location 
>>> against that of the config.pl and it is where it is supposed to be 
>>> but I get The requested URL /var/www/cgi-bin/BackupPC_Admin was not 
>>> found on this server. Any help is appreciated.
>>>   
>> If your DocumentRoot is set to /var/www, your url would be 
>> http://server/cgj-bin/BackupPC_Admin
>>
>> Alex
>>
>>
> Thanx Alex, that worked but now I get this message: Error: Unable to 
> read config.pl or language strings!!. I have attempted to log in as 
> backuppc user and after typing in the password it tells me that there 
> is an authentication failure. I have changed the password using 
> htpasswd but I still get the same authentication error. Think I should 
> also redo the rsa key?
> Thanks,
> Ed
My config.pl in my conf folder is configured as follows:

-rw-r-  1 backuppc apache   66391 Dec 10 07:23 config.pl

basically

chmod 640 config.pl
chown backuppc:apache config.pl

What does your .htaccess file in your cgi-bin folder contain? Mine is 
set to authenticate against my Samba domain, but I think yours should be 
something like:

# Your location might be different
AuthUserFile /etc/httpd/conf/passwd
AuthType basic
AuthName "BackupPC"
require valid-user

.htaccess and the passwd file would both be 644, owned by root:root

The keys are as I recall only used for remote access of hosts to backup, 
but could be wrong there. One thing at a time :)

Alex




-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


[BackupPC-users] Network error on smb backup

2008-02-18 Thread Alex Schaft
Hi,

I've got a laptop (mine :)) which has been backed up successfully via 
smb for a while now. All of a sudden, it's losing the network 
connection, along with the following errors.

Contents of file /backups/pc/alexlt/XferLOG.407.z, modified 2008-02-19 
07:17:43 (Extracting only Errors)

Running: /usr/bin/smbclient alexlt\\dev\$ -U alexs -E -N -d 1 -c tarmode\ 
full -Tc -
full backup started for share dev$
Xfer PIDs are now 7598,7597
[ skipped 1763 lines ]
read_socket_with_timeout: timeout read. read error = Connection reset by peer.
Receiving SMB: Server stopped responding
Read error: Connection reset by peer opening remote file \chv\dll\harbour.dll 
(\chv\dll\)
Read error: Connection reset by peer opening remote file \chv\dll\i (\chv\dll\)
Read error: Connection reset by peer opening remote file \chv\dll\l (\chv\dll\)
Read error: Connection reset by peer opening remote file \chv\dll\M (\chv\dll\)
Read error: Connection reset by peer opening remote file \chv\dll\N (\chv\dll\)
Read error: Connection reset by peer opening remote file \chv\dll\N (\chv\dll\)
Read error: Connection reset by peer opening remote file \chv\dll\N (\chv\dll\)
Read error: Connection reset by peer opening remote file \chv\dll\N (\chv\dll\)
Read error: Connection reset by peer opening remote file \chv\dll\P (\chv\dll\)
Read error: Connection reset by peer opening remote file \chv\dll\p (\chv\dll\)
Read error: Connection reset by peer opening remote file \chv\dll\P (\chv\dll\)
Read error: Connection reset by peer opening remote file \chv\dll\R (\chv\dll\)
Read error: Connection reset by peer opening remote file \chv\dll\S (\chv\dll\)
Read error: Connection reset by peer opening remote file \chv\dll\W (\chv\dll\)
Read error: Connection reset by peer opening remote file \chv\dll\w (\chv\dll\)
Read error: Connection reset by peer opening remote file \chv\dll\x (\chv\dll\)
Read error: Connection reset by peer opening remote file \chv\D (\chv\)
Read error: Connection reset by peer listing \chv\D\*

The backup server is Running centos 4 with samba-client-3.0.25b-1.el4_6.4

Any ideas as to wat can cause this?

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] Network error on smb backup

2008-02-18 Thread Alex Schaft

On 2008/02/19 07:50, Craig Barratt wrote:

Alex writes:

  

I've got a laptop (mine :)) which has been backed up successfully via
smb for a while now. All of a sudden, it's losing the network
connection, along with the following errors.



I've seen cases where WinXX disk corruption can cause smbclient to fail.

Have you tried running the WinXX chkdsk utility?  (eg, in WinXP, C: drive
right click -> properties -> Tools tab -> Check Now...)

Craig
  

There don't appear to be any file system issues.

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] Network error on smb backup

2008-02-19 Thread Alex Schaft
On 2008/02/19 17:04, dan wrote:
> Networking issue most likely.  Sometimes hardware fails for no good 
> reason.  If you have an extra ethernet card lying around I suggest you 
> try that. 
>
> Alternatively, has anyone moved the computer recently?  did the cable 
> get crunched?  Is it near a microwave or do the cables run by a 
> microwave?  did someone just get some Serious Satellite Radio?  XM and 
> Serious can disrupt network traffic if the cable is too close(i 
> learned that after hours of diagnosing a network issue, then the 
> employee left for the day and took their serious radio and everything 
> started working!)
>
This is my laptop which is backed up when plugged into its docking 
station. I'll give it a go tomorrow without it.

Alex


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


[BackupPC-users] Backups failing on my laptop

2008-03-31 Thread Alex Schaft
Hi all,

I posted about this a while back, about my laptop not being backed up 
due to a "lost network connection during backup" error.

I've tried recreating the shares, swapping cables, sitting at different 
desks, but I'm still at a loss as to why this is happening.

Below is an excerpt from the errors for the lasst one tried

Running: /usr/bin/smbclient alexlt\\fwall\$ -U alexs -E -N -d 1 -c tarmode\ 
full -Tc -
full backup started for share fwall$
Xfer PIDs are now 5793,5792
[ skipped 136 lines ]
tarExtract: Done: 0 errors, 128 filesExist, 5591625 sizeExist, 1493282 
sizeExistComp, 128 filesTotal, 5591625 sizeTotal
Running: /usr/bin/smbclient alexlt\\devmast\$ -U alexs -E -N -d 1 -c 
tarmode\ full -Tc -
full backup started for share devmast$
Xfer PIDs are now 5825,5824
[ skipped 417 lines ]
read_socket_with_timeout: timeout read. read error = Connection reset by peer.
Receiving SMB: Server stopped responding
Read error: Connection reset by peer opening remote file \lck\xHb\qMsgInp.c 
(\lck\xHb\)
Read error: Connection reset by peer opening remote file \lck\xHb\q (\lck\xHb\)
Read error: Connection reset by peer opening remote file \lck\xHb\Q (\lck\xHb\)
Read error: Connection reset by peer opening remote file \lck\xHb\Q (\lck\xHb\)
Read error: Connection reset by peer opening remote file \lck\xHb\q (\lck\xHb\)
Read error: Connection reset by peer opening remote file \lck\xHb\q (\lck\xHb\)
Read error: Connection reset by peer opening remote file \lck\xHb\q (\lck\xHb\)
Read error: Connection reset by peer opening remote file \lck\xHb\q (\lck\xHb\)
Read error: Connection reset by peer opening remote file \lck\xHb\q (\lck\xHb\)


Running on Centos:

Linux version 2.6.9-67.0.7.ELsmp ([EMAIL PROTECTED]) (gcc 
version 3.
4.6 20060404 (Red Hat 3.4.6-9)) #1 SMP Sat Mar 15 06:54:55 EDT 2008

And smb client samba-client-3.0.25b-1.el4_6.4

Where else can I check for what is going wrong?

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
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] Backups failing

2008-06-02 Thread Alex Schaft
Hi,

On my personal laptop, I haven't been able to do backups for a while.
Below is an extract of the error log.

Other backups work fine, and I've repeatedly deleted and recreated the
shares on this laptop, to no avail.

Is there something else that can be done, short of nuking the laptop and
reloading it from scratch?

Alex


tarExtract: Done: 0 errors, 67 filesExist, 11485964 sizeExist, 2782804 
sizeExistComp, 67 filesTotal, 11485964 sizeTotal
Running: /usr/bin/smbclient alexlt\\AppData\$ -U alexs -E -N -d 1 -c 
tarmode\ full -TcN /backups/pc/alexlt/timeStamp.level0 -
incr backup started back to 2008-02-25 15:18:41  (backup #407) for share 
AppData$
Xfer PIDs are now 6070,6069
[ skipped 1400 lines ]
read_socket_with_timeout: timeout read. read error = Connection reset by peer.
Receiving SMB: Server stopped responding
Read error: Connection reset by peer opening remote file 
\Mozilla\Firefox\Profiles\d3qdtb1p.default\FlashGot.exe 
(\Mozilla\Firefox\Profiles\d3qdtb1p.default\)
Read error: Connection reset by peer opening remote file 
\Mozilla\Firefox\Profiles\d3qdtb1p.default\f 
(\Mozilla\Firefox\Profiles\d3qdtb1p.default\)
Read error: Connection reset by peer opening remote file 
\Mozilla\Firefox\Profiles\d3qdtb1p.default\f 
(\Mozilla\Firefox\Profiles\d3qdtb1p.default\)
Read error: Connection reset by peer listing 
\Mozilla\Firefox\Profiles\d3qdtb1p.default\f\*
Read error: No such file or directory listing 
\Mozilla\Firefox\Profiles\d3qdtb1p.default\f\*
Read error: No such file or directory opening remote file 
\Mozilla\Firefox\Profiles\d3qdtb1p.default\f 
(\Mozilla\Firefox\Profiles\d3qdtb1p.default\)
Read error: No such file or directory opening remote file 
\Mozilla\Firefox\Profiles\d3qdtb1p.default\f 
(\Mozilla\Firefox\Profiles\d3qdtb1p.default\)
Read error: No such file or directory listing 
\Mozilla\Firefox\Profiles\d3qdtb1p.default\G\*
Read error: No such file or directory opening remote file 
\Mozilla\Firefox\Profiles\d3qdtb1p.default\h 
(\Mozilla\Firefox\Profiles\d3qdtb1p.default\)
Read error: No such file or directory opening remote file 
\Mozilla\Firefox\Profiles\d3qdtb1p.default\h 
(\Mozilla\Firefox\Profiles\d3qdtb1p.default\)
Read error: No such file or directory opening remote file 
\Mozilla\Firefox\Profiles\d3qdtb1p.default\k 
(\Mozilla\Firefox\Profiles\d3qdtb1p.default\)
Read error: No such file or directory opening remote file 
\Mozilla\Firefox\Profiles\d3qdtb1p.default\k 
(\Mozilla\Firefox\Profiles\d3qdtb1p.default\)
Read error: No such file or directory opening remote file 
\Mozilla\Firefox\Profiles\d3qdtb1p.default\l 
(\Mozilla\Firefox\Profiles\d3qdtb1p.default\)
Read error: No such file or directory opening remote file 
\Mozilla\Firefox\Profiles\d3qdtb1p.default\m 
(\Mozilla\Firefox\Profiles\d3qdtb1p.default\)
Read error: No such file or directory opening remote file 
\Mozilla\Firefox\Profiles\d3qdtb1p.default\m 
(\Mozilla\Firefox\Profiles\d3qdtb1p.default\)
Read error: No such file or directory opening remote file 
\Mozilla\Firefox\Profiles\d3qdtb1p.default\m 
(\Mozilla\Firefox\Profiles\d3qdtb1p.default\)
Read error: No such file or directory listing 
\Mozilla\Firefox\Profiles\d3qdtb1p.default\m\*
Read error: No such file or directory opening remote file 
\Mozilla\Firefox\Profiles\d3qdtb1p.default\p 
(\Mozilla\Firefox\Profiles\d3qdtb1p.default\)
Read error: No such file or directory opening remote file 
\Mozilla\Firefox\Profiles\d3qdtb1p.default\p 
(\Mozilla\Firefox\Profiles\d3qdtb1p.default\)
Read error: No such file or directory opening remote file 
\Mozilla\Firefox\Profiles\d3qdtb1p.default\p 
(\Mozilla\Firefox\Profiles\d3qdtb1p.default\)
Read error: No such file or directory opening remote file 
\Mozilla\Firefox\Profiles\d3qdtb1p.default\p 
(\Mozilla\Firefox\Profiles\d3qdtb1p.default\)
Read error: No such file or directory opening remote file 
\Mozilla\Firefox\Profiles\d3qdtb1p.default\p 
(\Mozilla\Firefox\Profiles\d3qdtb1p.default\)
Read error: No such file or directory opening remote file 
\Mozilla\Firefox\Profiles\d3qdtb1p.default\p 
(\Mozilla\Firefox\Profiles\d3qdtb1p.default\)
Read error: No such file or directory opening remote file 
\Mozilla\Firefox\Profiles\d3qdtb1p.default\s 
(\Mozilla\Firefox\Profiles\d3qdtb1p.default\)
Read error: No such file or directory listing 
\Mozilla\Firefox\Profiles\d3qdtb1p.default\s\*
Read error: No such file or directory opening remote file 
\Mozilla\Firefox\Profiles\d3qdtb1p.default\s 
(\Mozilla\Firefox\Profiles\d3qdtb1p.default\)
Read error: No such file or directory opening remote file 
\Mozilla\Firefox\Profiles\d3qdtb1p.default\s 
(\Mozilla\Firefox\Profiles\d3qdtb1p.default\)
Read error: No such file or directory opening remote file 
\Mozilla\Firefox\Profiles\d3qdtb1p.default\s 
(\Mozilla\Firefox\Profiles\d3qdtb1p.default\)
Read error: No such file or directory opening remote file 
\Mozilla\Firefox\Profiles\d3qdtb1p.default\s 
(\Mozilla\Firefox\Profiles\d3qdtb1p.default\)
Read error: No such file or directory opening remote file 
\Mo

Re: [BackupPC-users] Backups failing

2008-06-03 Thread Alex Schaft
On 2008/06/02 16:36, Chris Baker wrote:
> Naturally, I wonder if something is going on with the power management of
> this laptop. Laptops are usually set up differently for this. Perhaps you
> are also having battery problems which could cause many other problems.
>
> I do hope that your laptop is plugged in during these backups. Maybe you
> could try taking the battery out and leaving it plugged in. 
>
>
>   

I am physically at the laptop when this happens. I start a backup
manually, while the laptop is on ac power.



-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] backuppc interface web

2008-07-01 Thread Alex Schaft
On 2008/07/01 11:47, fatima ech-charif wrote:
> Hi
>
>  i installed backuppc in ubuntu gusty 7.10
> with this process:
> ***
> # apt-get install openssl openssh-client rsync apache2-utils
> libdigest-md5-perl libarchive-zip-perl libfile-rsyncp-perl perl-suid
> smbclient samba-common sysv-rv par2 lighttpd postfix
>
> Note postfix is optional and I use lighttpd.  If you want apache your
> on your own.
>
> # cd /tmp
> # wget
> http://voxel.dl.sourceforge.net/sourceforge/backuppc/BackupPC-3.1.0.tar.gz
> # tar xzf BackupPC-3.1.0.tar.gz
> # cd BackupPC-3.1.0
> # useradd -r -d /etc/BackupPC -s /bin/bash backuppc
> # mkdir /etc/BackupPC && chown backuppc:backuppc /etc/BackupPC
> # mkdir /var/www/backuppc
> # perl configure.pl
>
> --> Full path to existing main config.pl []?
>[enter]
> --> Are these paths correct? [y]?
>[enter]
> --> BackupPC will run on host [server.somedomain.tld]?
>Your host name or [enter]
> --> BackupPC should run as user [backuppc]?
>[enter]
> --> Install directory (full path) [/usr/local/BackupPC]?
>[enter]
> --> Data directory (full path) [/data/BackupPC]?
>Full path to where you want to store backups.
> --> Compression level [3]?
>I use 3.  [enter]
> --> CGI bin directory (full path) []?
>/var/www/backuppc
> --> Apache image directory (full path) []?
>/var/www/backuppc
> --> URL for image directory (omit http://host ; starts
> with '/') []?
>/backuppc
> --> Do you want to continue? [y]?
>[enter]
>
> # chown -R backuppc:www-data /var/www/backuppc /etc/BackupPC
> # mv /var/www/backuppc/BackupPC
> _Admin /var/www/backuppc/admin
> # chmod 4554 /var/www/backuppc/admin
> # cp init.d/debian-backuppc /etc/init.d/backuppc
> # chown root:root /etc/init.d/backuppc
> # chmod 755 /etc/init.d/backuppc
> # update-rc.d backuppc default
> # cd /etc/lighttpd
>
> This next part creates a self signed ssl certificate.  Self signed is
> better than nothing for sure however with firefox/mozilla you will
> have to accept it tempararly every time.  You can desside if
> encryption is worth it for you or not.  I use it.  You can make the
> days to experation greater if you wish.
>
> # openssl req -new -x509 -keyout lighttpd.pem -out lighttpd.pem -days
> 365 -nodes
>
> No we are going to create you backuppc users for use in your
> /etc/BackupPC/hosts file.  There must be at least one.  You can give
> these users different privilages in the backuppc web interface.  Ok
> lets create the first user and the file.
>
> # htdigest -c backuppc.auth.htdigest backuppc admin
>
> To create a second user the command is the same just drop the -c flag
> and change the username from admin to something you want.
>
> Now we need to setup the lighttpd.conf.  Use your favorite editor to
> open /etc/lighttpd/lighttpd.conf.  I use nano my self.
>
> # nano -w /etc/lighttpd/lighttpd.conf
>
> Find the server.modules section and add these three lines if they are
> not there:
>
>"mod_cgi",
>"mod_redirect",
>"mod_auth",
>
> Now go to the end of the file and add the following:
>
> snip
>
> auth.debug = 0
> auth.backend = "htdigest"
> auth.backend.htdigest.userfile = "/etc/lighttpd/backuppc.auth.htdigest"
> auth.require = ( "/backuppc" =>
>  ( "method"  => "digest",
>"realm"   => "backuppc",
>"require" => "valid-user"
>  )
> )
>
> cgi.assign = (
>"/backuppc/admin" => ""
> )
>
> $SERVER["socket"] == ":443" {
>  ssl.engine = "enable"
>  ssl.use-sslv2 = "disable"
>  ssl.pemfile = "/etc/lighttpd/lighttpd.pem"
> }
>
> # Only allow acess to the backup pc interface over https.
> $SERVER["socket"] == ":80" {
>  $HTTP["host"] =~ ".*" {
>url.redirect = ( "^/backuppc(.*)" => "https://%0/backuppc$1"; )
>  }
> }
>
> snip
>
> Now we will update the backuppc config.pl file to give full
> privlilages to the admin user we created for the web interface.
>
> # sed -i -r -e "s/\\\$Conf\{CgiAdminUsers\} +=
> ''/\\\$Conf\{CgiAdminUsers\} = 'admin'/" /etc/BackupPC/config.pl
>
> Ok now we should be ready to restart the webserver and startup backuppc.
>
> # /etc/init.d/lighttpd restart
> # /etc/init.d/backuppc start
>
> if all goes well that should be it.  You can now browse to the
> backuppc cgi interface by using:
>
> https://ip.of.your.server/backuppc/admin
>
>
>
>
>
>
>  
>
> BUTi have this problem:
>
> II can't open backuppc ' interface web
>
>  THANKS
>
>
>
>
> 
>
>
> 
>
> -
> Check out the new SourceFor

[BackupPC-users] Permission query

2009-04-16 Thread Alex Schaft
Hi,

I've got a folder /home with permission 0755. When this gets backed up
via tar it becomes 0750. Any reason for this?

Alex



begin:vcard
fn:Alex Schaft
n:Schaft;Alex
org:Quick Software;Software Development
adr:;;PO Box 2571;Edenvale;;1610;South Africa
email;internet:al...@quicksoftware.co.za
title:Programmer
tel;work:011 451 9100
tel;cell:082 899 71 73
x-mozilla-html:TRUE
url:http://www.quicksoftware.co.za
version:2.1
end:vcard

--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p___
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] Permission query

2009-04-16 Thread Alex Schaft
On 2009/04/16 22:23, Les Mikesell wrote:
> Alex Schaft wrote:
>   
>> Hi,
>>
>> I've got a folder /home with permission 0755. When this gets backed up
>> via tar it becomes 0750. Any reason for this?
>> 
>
>
> Do you mean a restored copy has 0750? Tar normally applies the current 
> umask unless you use the -p option (which the default config should 
> include).
>
>   
The folder shows up in the backup as 0750. The -p is present
begin:vcard
fn:Alex Schaft
n:Schaft;Alex
org:Quick Software;Software Development
adr:;;PO Box 2571;Edenvale;;1610;South Africa
email;internet:al...@quicksoftware.co.za
title:Programmer
tel;work:011 451 9100
tel;cell:082 899 71 73
x-mozilla-html:TRUE
url:http://www.quicksoftware.co.za
version:2.1
end:vcard

--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p___
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] Permission query

2009-04-16 Thread Alex Schaft
On 2009/04/17 08:05, Craig Barratt wrote:
> Alex writes:
>
>   
>> The folder shows up in the backup as 0750. The -p is present
>> 
>
> Do you mean when you look at the directory permissions below
> the PC directory on the backup server; eg, the output from:
>
> ls -ld /TOPDIR/pc/HOST/nnn/fshare/fhome
>
> What permissions are shown when you browse to that directory
> in the web interface?
>
> Craig
>   
As below:

[r...@qsbackup f%2f]# pwd
/opt/backuppc/files/pc/mail/184/f%2f
[r...@qsbackup f%2f]# ll
total 16
-rw-r-  3 backuppc backuppc   26 Apr 17 05:04 attrib
drwxr-x---  5 backuppc backuppc 4096 Apr 17 06:00 fetc
drwxr-x---  3 backuppc backuppc 4096 Apr 17 06:03 fhome
drwxr-x---  6 backuppc backuppc 4096 Apr 17 06:00 froot
[r...@qsbackup f%2f]#

And on the original machine:

[r...@mail /]# pwd
/
[r...@mail /]# ll etc home root -d
drwxr-xr-x  66 root root 12288 Apr 17 04:04 etc
drwxr-xr-x   4 root root  4096 Apr 15 20:07 home
drwxr-x---   6 root root  4096 Apr 17 06:16 root
[r...@mail /]#

I'm just investigating a difference in TarClientCmd that I'm not sure if
that could cause it

Default:
$Conf{TarClientCmd} = '$sshPath -q -x -n -l root $host env LC_ALL=C
$tarPath -c -v -f - -C $shareName+ --totals';

Overridden:
$Conf{TarClientCmd} = '$sshPath -q -x -n -l root $host $tarPath -c -v -f
- -C $shareName+ --totals';




begin:vcard
fn:Alex Schaft
n:Schaft;Alex
org:Quick Software;Software Development
adr:;;PO Box 2571;Edenvale;;1610;South Africa
email;internet:al...@quicksoftware.co.za
title:Programmer
tel;work:011 451 9100
tel;cell:082 899 71 73
x-mozilla-html:TRUE
url:http://www.quicksoftware.co.za
version:2.1
end:vcard

--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p___
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] Permission query

2009-04-17 Thread Alex Schaft
On 2009/04/17 08:56, Craig Barratt wrote:
> Alex writes:
>
>   
>> [r...@qsbackup f%2f]# pwd
>> /opt/backuppc/files/pc/mail/184/f%2f
>> [r...@qsbackup f%2f]# ll
>> total 16
>> -rw-r-  3 backuppc backuppc   26 Apr 17 05:04 attrib
>> drwxr-x---  5 backuppc backuppc 4096 Apr 17 06:00 fetc
>> drwxr-x---  3 backuppc backuppc 4096 Apr 17 06:03 fhome
>> drwxr-x---  6 backuppc backuppc 4096 Apr 17 06:00 froot
>> 
>
> This is normal and correct.
>
> The meta data (permissions, ownership, mtime etc) are stored in a
> seperate file (the attrib file, one per directory).  It can't be
> stored with the file (as on the client) because of pooling, and also
> some meta data values (eg: owned by root, or a block or character
> special file) can't be created unless you are root.
>
> For security reasons files are stored using $Conf{UmaskMode},
> which by default disables world read/write permissions.
>
> If you browse the directory using the web interface you should
> see the right permissions.
>
>   
The web interface shows the folder as 0750 as well  
begin:vcard
fn:Alex Schaft
n:Schaft;Alex
org:Quick Software;Software Development
adr:;;PO Box 2571;Edenvale;;1610;South Africa
email;internet:al...@quicksoftware.co.za
title:Programmer
tel;work:011 451 9100
tel;cell:082 899 71 73
x-mozilla-html:TRUE
url:http://www.quicksoftware.co.za
version:2.1
end:vcard

--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p___
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] smb xfr exclude files case sensitive

2010-07-20 Thread Alex Schaft
  Hi,

I've got *.mp3 configured on my one share to not backup mp3 files, but 
it seems to be case sensitive, as *.MP3 or *.Mp3 still get backed up. Is 
there a way around this?

Alex


--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
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] Backup speed?

2005-10-13 Thread Alex Schaft

Hi,

I've just installed BackupPC to replace a simple script that tarred two 
folders to a remote machine. The script took about 3 hours for 40gigs of 
data. BackupPC has now been running for almost 7 hours (1AM to 7AM), and 
hasn't finished yet.


Compression level is set to 3. Is there something else that could be 
affecting it?


--
Alex Schaft
Quick Software
Tel: +27-(0)11-451-9100
Fax: +27-(0)86-674-6981



---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] Backup speed?

2005-10-13 Thread Alex Schaft

Marty wrote:

Alex Schaft wrote:

Hi,

I've just installed BackupPC to replace a simple script that tarred 
two folders to a remote machine. The script took about 3 hours for 
40gigs of data. BackupPC has now been running for almost 7 hours (1AM 
to 7AM), and hasn't finished yet.


Compression level is set to 3. Is there something else that could be 
affecting it?




ssh encryption?  The faster but less secure alternatives are rsh or 
rsyncd.


No. Plain smb for now. I couldn't get ssh to work properly (kept asking 
for a password)


--
Alex Schaft
Quick Software
Tel: +27-(0)11-451-9100
Fax: +27-(0)86-674-6981



---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] Backup speed?

2005-10-13 Thread Alex Schaft

Alex Schaft wrote:

Hi,

I've just installed BackupPC to replace a simple script that tarred 
two folders to a remote machine. The script took about 3 hours for 
40gigs of data. BackupPC has now been running for almost 7 hours (1AM 
to 7AM), and hasn't finished yet.


Compression level is set to 3. Is there something else that could be 
affecting it?


Just FYI, the backup finished after 405.4 minutes, backing up 58157MB at 
a speed of 2.39 MB/sec


--
Alex Schaft
Quick Software
Tel: +27-(0)11-451-9100
Fax: +27-(0)86-674-6981



---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] Backup speed?

2005-10-14 Thread Alex Schaft




Jonathan Dill wrote:
Alex
Schaft wrote:
  
  
  Alex Schaft wrote:


I've just installed BackupPC to replace a
simple script that tarred two folders to a remote machine. The script
took about 3 hours for 40gigs of data. BackupPC has now been running
for almost 7 hours (1AM to 7AM), and hasn't finished yet.
  


  
Was the tar over samba as well or did you use NFS?  I'd probably also
go back to basics and check netstat to look at packet fragmentation and
collisions etc.  Also, your tar script probably compressed data on the
sending side so sent less data across the wire, but BackupPC may send
the data uncompressed then compress on the receiving side, but I'm not
sure.
  

It was over samba, and compressed prior to sending.

Basically it was this: 
tar zcv /sys | split -b2000m - "/root/backupd/`date +%A`/`date 


Which finished in three and a bit hours, so was a bit surprised to see
that BackupPC took that long

Alex





[BackupPC-users] User e-mail domain

2005-10-17 Thread Alex Schaft




Hi,

I 've set 
$Conf{EMailUserDestDomain} = '@quicksoftware.co.za';

but all clickable user names don't get the domain appended. Is there a switch I'm missing?

-- 
Alex Schaft
Quick Software
Tel: +27-(0)11-451-9100
Fax: +27-(0)86-674-6981




[BackupPC-users] Stopping an archive

2005-10-17 Thread Alex Schaft

Hi,

I stopped an archive function, but the process is still running. Should 
I just kill it?



--
Alex Schaft
Quick Software
Tel: +27-(0)11-451-9100
Fax: +27-(0)86-674-6981



---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


[BackupPC-users] Laptop users

2005-10-17 Thread Alex Schaft

Hi,

I've got a couple of laptop users that sometimes stay at the office the 
whole day. This causes BackupPC to only schedule them after hours, when 
they're obviously not around anymore


Will there after hours status be cancelled once they go home? I'd like 
the incremental backup to be kicked in during the next working day.


--
Alex Schaft
Quick Software
Tel: +27-(0)11-451-9100
Fax: +27-(0)86-674-6981



---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


[BackupPC-users] Excluding files

2005-10-18 Thread Alex Schaft

Hi,

I'm trying to stop backuppc from backing up mp3 files. I've tried 
setting the exclude file parameter to *.mp3 as well as just mp3, but 
they're still being backed up.


How do I do this?

--
Alex Schaft
Quick Software
Tel: +27-(0)11-451-9100
Fax: +27-(0)86-674-6981



---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] Laptop users

2005-10-18 Thread Alex Schaft

Alex Schaft wrote:

Hi,

I've got a couple of laptop users that sometimes stay at the office 
the whole day. This causes BackupPC to only schedule them after hours, 
when they're obviously not around anymore


Will there after hours status be cancelled once they go home? I'd like 
the incremental backup to be kicked in during the next working day.


I think I know what happened. I had same hassles setting up a particular 
laptop user. I manually started the backup about 5 times, and everytime 
you do, backuppc pings the host. That's why the ping count got so high.


--
Alex Schaft
Quick Software
Tel: +27-(0)11-451-9100
Fax: +27-(0)86-674-6981



---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] Excluding files

2005-10-18 Thread Alex Schaft




Craig Barratt wrote:

  Alex Schaft writes:

  
  
I'm trying to stop backuppc from backing up mp3 files. I've tried 
setting the exclude file parameter to *.mp3 as well as just mp3, but 
they're still being backed up.

  
  
What is your XferMethod?

  

SMB to windows clients.

I checked the archives, and found the below from 2002, but it didn't
work properly (All of the sudden it was failing to backup folders with
a single character e.g. \\client\docs\b, where these folders didn't
exist.

 $Conf{BackupFilesExclude} = [
 	"*/Temporary Internet Files/*",
 	"*.MP3",
 	"*.mp3"
 ];

-- 
Alex Schaft
Quick Software
Tel: +27-(0)11-451-9100
Fax: +27-(0)86-674-6981




[BackupPC-users] BackupPC_dump -d?

2005-10-19 Thread Alex Schaft

Hi,

I've just configured a DHCP pool, and I now see jobs being queued like 
BackupPC_dump -d 10.1.1.100


Is this a discovery of potential backup clients?

--
Alex Schaft
Quick Software
Tel: +27-(0)11-451-9100
Fax: +27-(0)86-674-6981



---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


[BackupPC-users] Mailing users

2005-10-20 Thread Alex Schaft




Hi,

I've set

$Conf{EMailUserDestDomain} = '@quicksoftware.co.za';

But all the clickable user names still don't have it in the link. What am I missing


-- 
Alex Schaft
Quick Software
Tel: +27-(0)11-451-9100
Fax: +27-(0)86-674-6981




[BackupPC-users] Setting up ssh

2005-10-23 Thread Alex Schaft

Hi,

I've been trying to setup openssh to authenticate with keys and no 
passwords to back up user mail folders on a linux machine, but haven't 
been able to get rid of the password prompt. I've put the backuppc user 
key from the backup server on the mail server, but no luck so far.


Here's my ssh daemon config:

Port 22
ListenAddress 0.0.0.0

HostKey /etc/ssh/ssh_host_key
HostKey /etc/ssh/ssh_host_dsa_key
HostKey /etc/ssh/ssh_host_rsa_key
KeyRegenerationInterval 3600
LoginGraceTime 600

ServerKeyBits 768
ChallengeResponseAuthentication yes
Compression yes

IgnoreRhosts yes

KbdInteractiveAuthentication no


MaxStartups 10:30:60

PasswordAuthentication no
PermitEmptyPasswords no
PermitRootLogin yes
RSAAuthentication yes

RhostsRSAAuthentication no

StrictModes yes
UsePrivilegeSeparation yes
Subsystem  sftp/usr/libexec/openssh/sftp-serverOct 24 08:08:54 
mail sshd[18340]: debug1: Client protocol version 2.0; client software 
version OpenSSH_4.0




X11DisplayOffset 10
X11Forwarding no
KeepAlive yes
PrintMotd yes


SyslogFacility AUTH
LogLevel DEBUG3

Which gives me this:

Oct 24 08:08:54 mail sshd[18340]: debug1: match: OpenSSH_4.0 pat OpenSSH*
Oct 24 08:08:54 mail sshd[18340]: debug1: Enabling compatibility mode 
for protocol 2.0
Oct 24 08:08:54 mail sshd[18340]: debug1: Local version string 
SSH-1.99-OpenSSH_3.7.1p1

Oct 24 08:08:54 mail sshd[18340]: debug2: Network child is on pid 18341
Oct 24 08:08:54 mail sshd[18340]: debug3: preauth child monitor started
Oct 24 08:08:54 mail sshd[18340]: debug3: mm_request_receive entering
Oct 24 08:08:54 mail sshd[18340]: debug3: monitor_read: checking request 0
Oct 24 08:08:54 mail sshd[18340]: debug3: mm_answer_moduli: got 
parameters: 1024 1024 8192

Oct 24 08:08:54 mail sshd[18340]: debug3: mm_request_send entering: type 1
Oct 24 08:08:54 mail sshd[18340]: debug2: monitor_read: 0 used once, 
disabling now

Oct 24 08:08:54 mail sshd[18340]: debug3: mm_request_receive entering
Oct 24 08:08:54 mail sshd[18340]: debug3: monitor_read: checking request 4
Oct 24 08:08:54 mail sshd[18340]: debug3: mm_answer_sign
Oct 24 08:08:54 mail sshd[18340]: debug3: mm_answer_sign: signature 
0x80a48d8(143)

Oct 24 08:08:54 mail sshd[18340]: debug3: mm_request_send entering: type 5
Oct 24 08:08:54 mail sshd[18340]: debug2: monitor_read: 4 used once, 
disabling now

Oct 24 08:08:54 mail sshd[18340]: debug3: mm_request_receive entering
Oct 24 08:08:54 mail sshd[18340]: debug3: monitor_read: checking request 6
Oct 24 08:08:54 mail sshd[18340]: debug3: mm_answer_pwnamallow
Oct 24 08:08:54 mail sshd[18340]: debug3: mm_answer_pwnamallow: sending 
MONITOR_ANS_PWNAM: 1

Oct 24 08:08:54 mail sshd[18340]: debug3: mm_request_send entering: type 7
Oct 24 08:08:54 mail sshd[18340]: debug2: monitor_read: 6 used once, 
disabling now

Oct 24 08:08:54 mail sshd[18340]: debug3: mm_request_receive entering
Oct 24 08:08:54 mail sshd[18340]: debug3: monitor_read: checking request 43
Oct 24 08:08:54 mail sshd[18340]: debug1: PAM: initializing for "root"
Oct 24 08:08:54 mail sshd[18340]: debug3: Trying to reverse map address 
10.1.1.161.
Oct 24 08:08:54 mail sshd[18340]: debug1: PAM: setting PAM_RHOST to 
"backup.quicksoftware.co.za"

Oct 24 08:08:54 mail sshd[18340]: debug1: PAM: setting PAM_TTY to "ssh"
Oct 24 08:08:54 mail sshd[18340]: debug2: monitor_read: 43 used once, 
disabling now

Oct 24 08:08:54 mail sshd[18340]: debug3: mm_request_receive entering
Oct 24 08:08:54 mail sshd[18340]: debug3: monitor_read: checking request 3
Oct 24 08:08:54 mail sshd[18340]: debug3: mm_answer_authserv: 
service=ssh-connection, style=
Oct 24 08:08:54 mail sshd[18340]: debug2: monitor_read: 3 used once, 
disabling now

Oct 24 08:08:54 mail sshd[18340]: debug3: mm_request_receive entering
Oct 24 08:08:54 mail sshd[18340]: debug3: monitor_read: checking request 20
Oct 24 08:08:54 mail sshd[18340]: debug3: mm_answer_keyallowed entering
Oct 24 08:08:54 mail sshd[18340]: debug3: mm_answer_keyallowed: 
key_from_blob: 0x80a8040

Oct 24 08:08:54 mail sshd[18340]: debug1: temporarily_use_uid: 0/0 (e=0/0)
Oct 24 08:08:54 mail sshd[18340]: debug1: trying public key file 
/root/.ssh/authorized_keys

Oct 24 08:08:54 mail sshd[18340]: debug1: restore_uid: 0/0
Oct 24 08:08:54 mail sshd[18340]: debug1: temporarily_use_uid: 0/0 (e=0/0)
Oct 24 08:08:54 mail sshd[18340]: debug1: trying public key file 
/root/.ssh/authorized_keys2

Oct 24 08:08:54 mail sshd[18340]: debug1: restore_uid: 0/0
Oct 24 08:08:54 mail sshd[18340]: debug3: mm_answer_keyallowed: key 
0x80a8040 is disallowed

Oct 24 08:08:54 mail sshd[18340]: debug3: mm_request_send entering: type 21
Oct 24 08:08:54 mail sshd[18340]: debug3: mm_request_receive entering
Oct 24 08:08:54 mail sshd[18340]: debug3: monitor_read: checking request 46
Oct 24 08:08:54 mail sshd[18340]: debug3: mm_answer_pam_init_ctx
Oct 24 08:08:54 mail sshd[18342]: debug3: ssh_msg_send: type 1
Oct 24 08:08:54 mail sshd[18342]: debug3: ssh_msg_recv entering
Oct 24 08:08:54 mail sshd[18340]: debug

[BackupPC-users] Best options for an archive hard drive

2005-10-31 Thread Alex Schaft

Hi,

I'm currently using a hard drive for archive storage. I've got it 
currently formatted as ext3, and switched write caching on. Main drives 
sitting on primary ide, and archive drive on secondary ide


It is currently taking about 2hrs 20 min to dump around 40 gig of data. 
What can I change to improve this, or is this as good as it gets?


Alex



---
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


[BackupPC-users] Strange SMB problem

2005-11-09 Thread Alex Schaft

Hi,

I've got a strange problem. If I use smbclient to connect to a XP pro 
laptop, which is formatted fat32, I can't browse the data. If I mount it 
via smbfs, all is fine.


I had this on another laptop which I converted to NTFS, after which all 
was ok.


What can cause the fat32 problem, and can I fix without converting to NTFS?

Alex



---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] Error when trying to archive a host

2005-11-21 Thread Alex Schaft

Nicolai Rasmussen wrote:

I get this error when trying, via the cgi interface, to run an archive on one 
of my hosts:

Error: Can't open/create ${EscHTML("$TopDir/pc/$hostDest/$reqFileName")}

The config file for the "archive" host looks like this:

$Conf{XferMethod} = 'archive';
$Conf{XferLogLevel} = 1;
$Conf{ArchiveDest} = '/tmp';

The permissions for the /tmp folder is: 
drwxrwxrwt   2 root root   4096 2005-11-18 16:28 tmp


I get the same error when trying to archive the localhost (and I only have one 
client, and a local host configured...)

Btw, my config.pl files are located in /etc/backuppc/client.pl - not 
/var/lib/backuppc/pc/client
- The backup seems though to be working from the client.pl files in 
/etc/backuppc, so I dont see a point in moving them...
Should I move them?

  



I've also been wondering, why backuppc doesnt create an "archive" folder under 
/var/lib/backuppc/pc/?
- And since this is not the case, I'm not able to move the archive.pl file to 
this directory, as the documentation for backuppc states I should do...
(Running version 2.1.1-3, just for the record).

  
I usually create the client folders themselves, after I add them to the 
hosts file, and copy/create the config file in there. I then do a chown 
-R backuppc:backuppc newhost


HTH,
Alex



---
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


[BackupPC-users] Best way to format an archive drive

2005-11-23 Thread Alex Schaft

Hi,

I'm taking an offsite backup by plugging in an IDE drive, mounting it, 
and running the archive to it. Currently it's formatted as ext3, but I'm 
wondering if I really need the journal on there, and if I should just 
use ext2?


Or is there a better option for dumping 40 odd gig in the least amount 
of time?


Alex





---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


[BackupPC-users] Start backup with no ping response

2006-01-09 Thread Alex Schaft

Hi,

Is it possible to configure a host so that backuppc starts the backup, 
without trying to ping the host first?


Alex



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] Start backup with no ping response

2006-01-10 Thread Alex Schaft




Craig Barratt wrote:

  Alex Schaft writes:

  
  
Is it possible to configure a host so that backuppc starts the backup, 
without trying to ping the host first?

  
  
Yes:

$Conf{PingCmd} = '/bin/true';

  

Thx,

Alex





[BackupPC-users] Backing up mysql/postgresql

2006-01-30 Thread Alex Schaft

Hi,

What is the best way to back these up? I was thinking *dump, but how do 
you know where the dump stops? Could I stop the service, back up the 
data folders, and start it up again?


Alex



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


[BackupPC-users] Using mod_auth_pam

2006-11-29 Thread Alex Schaft
Hi,

I've successfully configured mod_auth_pam, and can now log on using 
domain user name and password. I have also put user names in the host 
file as domain\user. The only problem I still have is that when I set 
$Conf{CgiAdminUsers} to domain\user, the admin interface does not come up.

What other format can I try?

Alex

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] Using mod_auth_pam

2006-11-30 Thread Alex Schaft

On 2006/11/30 10:20 AM, Craig Barratt wrote:

Alex writes:

  
I've successfully configured mod_auth_pam, and can now log on using 
domain user name and password. I have also put user names in the host 
file as domain\user. The only problem I still have is that when I set 
$Conf{CgiAdminUsers} to domain\user, the admin interface does not come up.


What other format can I try?



You need to confirm how apache passes such a user name
via the REMOTE_USER environment variable.  Use the
printenv script included in apache's cgi-bin to see.
  

I'll try to find this. Don't have it on my machine

Second, do you use single or double-quotes in defining $Conf{CgiAdminUsers}?
With an embedded backslash you will need to use single quotes.

  

Single quotes. Neither double or single backslash work.

$Conf{CgiAdminUsers} = 'QUICKTRAV\\admin';

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] Using mod_auth_pam

2006-12-04 Thread Alex Schaft

On 2006/11/30 10:20 AM, Craig Barratt wrote:

Alex writes:

  
I've successfully configured mod_auth_pam, and can now log on using 
domain user name and password. I have also put user names in the host 
file as domain\user. The only problem I still have is that when I set 
$Conf{CgiAdminUsers} to domain\user, the admin interface does not come up.


What other format can I try?



You need to confirm how apache passes such a user name
via the REMOTE_USER environment variable.  Use the
printenv script included in apache's cgi-bin to see.

Second, do you use single or double-quotes in defining $Conf{CgiAdminUsers}?
With an embedded backslash you will need to use single quotes.

  

Turns out I needed double quotes :)

Alex

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


[BackupPC-users] SMB Backup failure

2007-04-02 Thread Alex Schaft
Hi,

I'm getting an error backing up users' data. Below the error log:

Error reading file \Local Settings\Application 
Data\Microsoft\Outlook\Outlook.pst : NT_STATUS_FILE_LOCK_CONFLICT
Didn't get entire file. size=2186036224, nread=0
NT_STATUS_SHARING_VIOLATION opening remote file \ntuser.dat.LOG (\)
[ skipped 32 lines ]
tarExtract: Unexpected end of tar archive (tot = 1048576, num = 959488, posn = )
tarExtract: Removing partial file Local Settings/Application 
Data/Microsoft/Outlook/Outlook.pst
tarExtract: BackupPC_tarExtact aborting (Unexpected end of tar archive)
tarExtract: Done: 1 errors, 10 filesExist, 58028 sizeExist, 17288 
sizeExistComp, 54 filesTotal, 327436205 sizeTotal
Got fatal error during xfer (Unexpected end of tar archive)
Backup aborted (Unexpected end of tar archive)

How can I fix this? Running 2.1.2pl2

Alex


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] SMB Backup failure

2007-04-02 Thread Alex Schaft
On 2007/04/02 10:18 AM, Nils Breunese (Lemonbit) wrote:
> Alex Schaft wrote:
>
>> I'm getting an error backing up users' data. Below the error log:
>>
>> Error reading file \Local Settings\Application 
>> Data\Microsoft\Outlook\Outlook.pst : NT_STATUS_FILE_LOCK_CONFLICT
>> Didn't get entire file. size=2186036224, nread=0
>> NT_STATUS_SHARING_VIOLATION opening remote file \ntuser.dat.LOG (\)
>> [ skipped 32 lines ]
>> tarExtract: Unexpected end of tar archive (tot = 1048576, num = 
>> 959488, posn = )
>> tarExtract: Removing partial file Local Settings/Application 
>> Data/Microsoft/Outlook/Outlook.pst
>> tarExtract: BackupPC_tarExtact aborting (Unexpected end of tar archive)
>> tarExtract: Done: 1 errors, 10 filesExist, 58028 sizeExist, 17288 
>> sizeExistComp, 54 filesTotal, 327436205 sizeTotal
>> Got fatal error during xfer (Unexpected end of tar archive)
>> Backup aborted (Unexpected end of tar archive)
>>
>> How can I fix this? Running 2.1.2pl2
>
> The answer is in the docs: 
> http://backuppc.sourceforge.net/faq/limitations.html#locked_files_are_not_backed_up
>  
>
I know this, but it shouldn't abort the backup.

Alex


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] Next 3.x.y release

2007-04-17 Thread Alex Schaft

On 2007/04/18 08:50 AM, Bernhard Ott wrote:

 Original Message 
Subject: Re:[BackupPC-users] Next 3.x.y release
From: Brendan Simon <[EMAIL PROTECTED]>
To: backuppc-users 
Date: 18.04.2007 07:27

  

Cool. So are you saying that 3.0.0 has no known critical bugs, and
that 3.1.0 would have minor bug fixes/improvements and some new
features.  If so, then I should be confident in upgrading from 2.1.1
to 3.0.0 and not have any problems, right?

Has anyone had problems upgrading from 2.1.1 to 3.0.0 ??? BTW, I'm
running a Debian server.



Upgrade worked fine with debian package from unstable on debian etch for 
me. Just don't forget to upgrade File::RsyncP ;-)

So far only improvements, no bugs.

  
I'm running 2.1.2pl2 on Centos 4. Can I just stop the service, run 
configure.pl, and start the service again?


Alex

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


[BackupPC-users] 3.0.0 Admin user problem

2007-04-18 Thread Alex Schaft
Hi,

I've just upgraded to 3.0.0. from 2.1.2pl2, and have run into an issue 
with the admin user. I just did perl configure.pl --config-path 
/backups/conf/config.pl

I've got my apache server authenticating users against a domain, meaning 
that my admin user name is domain\admin.

I configured this previously by setting $Conf{CgiAdminUsers} = 
"domain\admin"; but this does not seem to take effect now.

Any ideas?



-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] 3.0.0 Admin user problem

2007-04-18 Thread Alex Schaft
On 2007/04/18 09:14 AM, Alex Schaft wrote:
> Hi,
>
> I've just upgraded to 3.0.0. from 2.1.2pl2, and have run into an issue 
> with the admin user. I just did perl configure.pl --config-path 
> /backups/conf/config.pl
>
> I've got my apache server authenticating users against a domain, meaning 
> that my admin user name is domain\admin.
>
> I configured this previously by setting $Conf{CgiAdminUsers} = 
> "domain\admin"; but this does not seem to take effect now.
>
>   
Turns out it now has to be "quicktrav\\admin"

Alex


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


[BackupPC-users] Archive problem

2007-04-21 Thread Alex Schaft
Hi all,

I've just upgraded to version 3, and all of a sudden my archive went 
from 7 hours to under 1 hour.

I noticed that the biggest host didn't backup it's full data. Below an 
extract from the hosts backup history

Backup Summary
Backup# TypeFilled  Level   Start Date  Duration/mins   
Age/days 
Server Backup Path


227 

 
fullyes 0   4/21 03:00  260.6   1.2 
/backups/pc/qsfs/227
228 

 
incrno  ARRAY(0x9c09620)4/22 03:17  3.4 0.2 
/backups/pc/qsfs/228



File Size/Recount Summary
Totals  Existing Files  New Files
Backup# Type#Files  Size/MB MB/sec  #Files  Size/MB 
#Files  Size/MB


227 

 
full317664  71094.2 4.55317535  70765.7 193 
329.0
228 

 
incr5347316.2   1.57533278.434  237.9




The archived source is only 75 Meg, and should be a lot bigger.

What could be causing this?

Alex


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] Archive problem

2007-04-22 Thread Alex Schaft


 Original Message 
Subject:Re: [BackupPC-users] Archive problem
Date:   Sun, 22 Apr 2007 10:21:55 +0200
From:   Alex Schaft <[EMAIL PROTECTED]>
To: Craig Barratt <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>



On 2007/04/22 09:14 AM, Craig Barratt wrote:
> Alex writes:
>
>   
>> I've just upgraded to version 3, and all of a sudden my archive went 
>> from 7 hours to under 1 hour.
>> 
>
> Do you really mean "archive", or do you mean "backup"?
>
>   
I meant archive :).
> Did you upgrade using the vanilla tarball and configure.pl?
> What XferMethod are you using on this host?
>
>   
Yes. From sourceforge. This is an archive host so XferMethod is archive


>> I noticed that the biggest host didn't backup it's full data. Below an 
>> extract from the hosts backup history
>>
>> Backup Summary
>> Backup#  TypeFilled  Level   Start Date  Duration/mins   
>> Age/days 
>> Server Backup Path
>>
>>
>> 227 
>> <http://qsbs.quicksoftware.co.za/cgi-bin/BackupPC_Admin?action=browse&host=qsfs&num=227>
>>  
>>  fullyes 0   4/21 03:00  260.6   1.2 
>> /backups/pc/qsfs/227
>> 228 
>> <http://qsbs.quicksoftware.co.za/cgi-bin/BackupPC_Admin?action=browse&host=qsfs&num=228>
>>  
>>  incrno  ARRAY(0x9c09620)4/22 03:17  3.4 0.2 
>> /backups/pc/qsfs/228
>> 
>
> Hmmm, that ARRAY() shouldn't be there.  What is $Conf{IncrLevels}
> set to?  I suspect it is missing from your config.pl.  It's a new
> setting in 3.x that should be automatically added during the upgrade.
>
>   
IncrLevels was missing. I've added it
>> File Size/Recount Summary
>> Totals   Existing Files  New Files
>> Backup#  Type#Files  Size/MB MB/sec  #Files  Size/MB 
>> #Files  Size/MB
>>
>> 
>
>   
>> 227 
>> <http://qsbs.quicksoftware.co.za/cgi-bin/BackupPC_Admin?action=browse&host=qsfs&num=227>
>>  
>>  full317664  71094.2 4.55317535  70765.7 193 
>> 329.0
>> 228 
>> <http://qsbs.quicksoftware.co.za/cgi-bin/BackupPC_Admin?action=browse&host=qsfs&num=228>
>>  
>>  incr5347316.2   1.57533278.434  237.9
>>
>> The archived source is only 75 Meg, and should be a lot bigger.
>> 
>
> I'm not sure which 75MB you are referring to.  The full is ~71GB with 317K
> files.  The incremental is ~316MB.  Are you saying that the archive you
> create is only 75MB?
>
>   
75MB was the size created by the archive of the host.
>> What could be causing this?
>> 
>
> I suspect the missing $Conf{IncrLevels} causes the incremental level to be
> written as a bogus ARRAY(0x9c09620), instead of the integer 1.  That bogus
> value is interpreted as 0, and that causes the incremental to look like
> a full when the archive is done.
>
> So you should:
>
>   - carefully edit the pc/HOST/backups file and replace "ARRAY(0x9c09620)"
> with the integer 1.  Very important: keep the one tab before and after,
> since this is a tab-delimited file.
>
>   
Have done this
>   - make sure that your config.pl contains a setting for $Conf{IncrLevels}.
> I don't know why it didn't get added during the upgrade.  Did you
> manually edit or shuffle the main config.pl file around after
> upgrading?
>
>   
Not sure either. Will see if I can recreate.

I've restarted the archive. Will advise once done, but I think it'll 
work after adding the IncrLevels and editing the backups file


Alex


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] Archive problem

2007-04-22 Thread Alex Schaft
On 2007/04/23 05:53 AM, Alex Schaft wrote:
>  Original Message 
> Subject:  Re: [BackupPC-users] Archive problem
> Date: Sun, 22 Apr 2007 10:21:55 +0200
> From:     Alex Schaft <[EMAIL PROTECTED]>
> To:   Craig Barratt <[EMAIL PROTECTED]>
> References:   <[EMAIL PROTECTED]>
>
>
>
> On 2007/04/22 09:14 AM, Craig Barratt wrote:
>   
>> Alex writes:
>>
>>   
>> 
>>> I've just upgraded to version 3, and all of a sudden my archive went 
>>> from 7 hours to under 1 hour.
>>> 
>>>   
>> Do you really mean "archive", or do you mean "backup"?
>>
>>   
>> 
> I meant archive :).
>   
>> Did you upgrade using the vanilla tarball and configure.pl?
>> What XferMethod are you using on this host?
>>
>>   
>> 
> Yes. From sourceforge. This is an archive host so XferMethod is archive
>
>
>   
>>> I noticed that the biggest host didn't backup it's full data. Below an 
>>> extract from the hosts backup history
>>>
>>> Backup Summary
>>> Backup# TypeFilled  Level   Start Date  Duration/mins   
>>> Age/days 
>>> Server Backup Path
>>>
>>>
>>> 227 
>>> <http://qsbs.quicksoftware.co.za/cgi-bin/BackupPC_Admin?action=browse&host=qsfs&num=227>
>>>  
>>> fullyes 0   4/21 03:00  260.6   1.2 
>>> /backups/pc/qsfs/227
>>> 228 
>>> <http://qsbs.quicksoftware.co.za/cgi-bin/BackupPC_Admin?action=browse&host=qsfs&num=228>
>>>  
>>> incrno  ARRAY(0x9c09620)4/22 03:17  3.4 0.2 
>>> /backups/pc/qsfs/228
>>> 
>>>   
>> Hmmm, that ARRAY() shouldn't be there.  What is $Conf{IncrLevels}
>> set to?  I suspect it is missing from your config.pl.  It's a new
>> setting in 3.x that should be automatically added during the upgrade.
>>
>>   
>> 
> IncrLevels was missing. I've added it
>   
>>> File Size/Recount Summary
>>> Totals  Existing Files  New Files
>>> Backup# Type#Files  Size/MB MB/sec  #Files  Size/MB 
>>> #Files  Size/MB
>>>
>>> 
>>>   
>>   
>> 
>>> 227 
>>> <http://qsbs.quicksoftware.co.za/cgi-bin/BackupPC_Admin?action=browse&host=qsfs&num=227>
>>>  
>>> full317664  71094.2 4.55317535  70765.7 193 
>>> 329.0
>>> 228 
>>> <http://qsbs.quicksoftware.co.za/cgi-bin/BackupPC_Admin?action=browse&host=qsfs&num=228>
>>>  
>>> incr5347316.2   1.57533278.434  237.9
>>>
>>> The archived source is only 75 Meg, and should be a lot bigger.
>>> 
>>>   
>> I'm not sure which 75MB you are referring to.  The full is ~71GB with 317K
>> files.  The incremental is ~316MB.  Are you saying that the archive you
>> create is only 75MB?
>>
>>   
>> 
> 75MB was the size created by the archive of the host.
>   
>>> What could be causing this?
>>> 
>>>   
>> I suspect the missing $Conf{IncrLevels} causes the incremental level to be
>> written as a bogus ARRAY(0x9c09620), instead of the integer 1.  That bogus
>> value is interpreted as 0, and that causes the incremental to look like
>> a full when the archive is done.
>>
>> So you should:
>>
>>   - carefully edit the pc/HOST/backups file and replace "ARRAY(0x9c09620)"
>> with the integer 1.  Very important: keep the one tab before and after,
>> since this is a tab-delimited file.
>>
>>   
>> 
> Have done this
>   
>>   - make sure that your config.pl contains a setting for $Conf{IncrLevels}.
>> I don't know why it didn't get added during the upgrade.  Did you
>> manually edit or shuffle the main config.pl file around after
>> upgrading?
>>
>>   
>> 
> Not sure either. Will see if I can recreate.
>
> I've restarted the archive. Will advise once done, but I think it'll 
> work after adding the IncrLevels and editing the backups file
>
>   
Ok, it's fixed now. I might have "lost" the IncrLevels setting when I 
was trying to fix admin user problem

Alex


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


[BackupPC-users] tar exclude question

2007-04-24 Thread Alex Schaft
Hi,

I have a BackupFilesExclude specified as 
/home/e-smith/files/ibays/tf/files/*, with TarShareName as 
/home/e-smith/files, but files in tf/files aren't being excluded.

What is the correct form to use?

Alex
 

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] Switching to new Laptops (Migration)

2007-07-31 Thread Alex Schaft
On 2007/07/31 10:05, Jan Schulze wrote:
> Hi,
>
> is it possible to make backups from one host available at another host?
>
> My question is motivated by the following scenario: We use BackupPC for
> backing up Laptops. Some users have got new Laptops (with a different
> DNS name and a different IP-Address). The users would like to access the
> old backups with their new laptops.
>
>   
As long as their login name is on the old as well as the new host, they 
should be fine.

Alex


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/