[BackupPC-users] archiving with cron

2007-11-28 Thread alex
Hi all, I'm using BackupPC 2.1.2-6 (it came with debian etch), and I'm trying to have it make an archive from a host using the commandline so I can make a cronjob of it to make an offsite backup. I've found 2 scripts in /usr/share/backuppc/bin/ that might do the trick; BackupPC_archive and Backup

Re: [BackupPC-users] Off site backup

2007-12-03 Thread alex
On Mon, Dec 03, 2007 at 09:23:15AM -0500, Arch Willingham wrote: > I have been using Backup PC for several month now and love it. I use it as a > back up to our Backup Exec. It is one heck of a lot easier to restore > something with Backup PC than it is the Windows product. > > Anyway, my quest

Re: [BackupPC-users] Off site backup

2007-12-03 Thread alex
On Mon, Dec 03, 2007 at 07:58:19AM -0700, dan wrote: > i installed an exact copy of my backup server at another store 30 miles > away. i have backuppc installed but not running on the offsite machine and > i have cron rsync with some fancy options each day. if my main backuppc hm, interesting. I

[BackupPC-users] host config file command line editor ?

2009-01-08 Thread Alex
Hi there, i'm not aware using Perl scripting, but ok with bash / php. Then, i'd like to know if there's a way to set values for per pc config file using command line tool ? By exemple, like to change only FullKeepCnt value, but, has it is by default written that way : $Conf{FullKeepCnt} = [  

[BackupPC-users] host config file command line editor ?

2009-01-08 Thread Alex
Thank you guys for your fast answers. Sorry for the html, as i posted it through the backupcentral forum, it modified the config part in html, didn't expect that. Well, i'm gonna look the given solutions to get it work. Sorry for my confuse question. I know about the arrays etc. The goal is f

[BackupPC-users] rsync 3.0.x with Windows VSS-support

2009-06-05 Thread Alex
g error : Got fatal error during xfer (Child exited prematurely) I've tried using the "protocol=28" option in my rsyncd conf file, but it says "ignoring unknown parameter". Did you get it working with backuppc already ?

[BackupPC-users] rsync 3.0.x with Windows VSS-support

2009-06-05 Thread Alex
Sorry for the post, this is about rsync 3.0.x with Windows VSS-support available here : http://www.consolejunky.net/cwrsync-vss/ (not used to post from this forum) Alex wrote: > Hi, thank you for the post. This seem to be a great tool, hope we'll get it > working with backuppc

[BackupPC-users] rsync 3.0.x with Windows VSS-support

2009-06-06 Thread Alex
[quote="Leen Besselink"]Alex wrote: > Sorry for the post, this is about rsync 3.0.x with Windows VSS-support > available here : > http://www.consolejunky.net/cwrsync-vss/ > > (not used to post from this forum) > > > Alex wrote: > > > Hi, thank you

[BackupPC-users] rsync 3.0.x with Windows VSS-support

2009-06-17 Thread Alex
Anyway, let me thank you a lot, as it work great with backuppc :D This helped me a lot, the two binaries are usable as is on each system : http://www.consolejunky.net/cwrsync-vss/ Tested it on XP / Vista w/o problem using backuppc. Been able to save my "in use" pst files. Great. +

[BackupPC-users] rsync 3.0.x with Windows VSS-support

2009-06-18 Thread Alex
Alex wrote: > > Alex wrote: > > Anyway, let me thank you a lot, as it work great with backuppc :D > > > > This helped me a lot, the two binaries are usable as is on each system : > > http://www.consolejunky.net/cwrsync-vss/ > > > > Tested it on XP / V

[BackupPC-users] rsync 3.0.x with Windows VSS-support

2009-06-19 Thread Alex
Alex wrote: > Anyway, let me thank you a lot, as it work great with backuppc :D > > This helped me a lot, the two binaries are usable as is on each system : > http://www.consolejunky.net/cwrsync-vss/ > > Tested it on XP / Vista w/o problem using backuppc. Been able to save

[BackupPC-users] rsync 3.0.x with Windows VSS-support

2009-06-23 Thread Alex
Hello, back again, just still experimenting this solution, everything is ok while reading. But, i'm used to restore data on Windows PC using the chmod command "--chmod=Dugo+rwx,Fugo+rwx" to allow user to read files. Because rsync runs as daemon under system account, writen files are not reada

[BackupPC-users] rsync 3.0.x with Windows VSS-support

2009-06-23 Thread Alex
Jeffrey J. Kosowsky wrote: > Alex wrote at about 10:04:12 -0400 on Tuesday, June 23, 2009: > > > > > Hello, > > back again, just still experimenting this solution, everything is ok while > > reading. > > > > But, i'm used to restore data on W

[BackupPC-users] rsync 3.0.x with Windows VSS-support

2009-06-23 Thread Alex
Alex wrote: > > Jeffrey J. Kosowsky wrote: > > Alex wrote at about 10:04:12 -0400 on Tuesday, June 23, 2009: > > > > > > > > Hello, > > > back again, just still experimenting this solution, everything is ok > > > while reading. > >

[BackupPC-users] Cannot Backup SMB Share

2011-10-29 Thread Alex Machina
The standard configuration does not backup an SMB share. The error message is: Contents of file /var/lib/BackupPC//pc/pavilion/XferLOG.bad.z, modified 2011-10-29 19:30:09 Running: /usr/bin/smbclient pavilion\\Users -U amachina -E -N -d 1 -c tarmode\ full -TcrX - full backup started for share

Re: [BackupPC-users] Cannot Backup SMB Share

2011-10-30 Thread Alex Machina
Made the following changes and it worked: On Windows 7: Start > Control Panel > Network Sharing Center > Advanced Sharing Settings: Turn on network discovery Turn on file and printer sharing Turn on sharing so anyone with network access can read and write files Use 128-bit encryption this i

Re: [BackupPC-users] Can't get BackupFilesOnly working (yes, I've googled)

2011-11-15 Thread Alex Machina
On Tue, Nov 15, 2011 at 12:34 PM, Les Mikesell wrote: > On Tue, Nov 15, 2011 at 11:02 AM, Neal Becker wrote: >> Using rsync (fedora 15 server, fedora 16 client) >> >> I put this in nbecker1.pl: >> >> $Conf{BackupFilesOnly} = { >>  '*' => [ >>   '/home/nbecker' >>  ] >> }; >> >> >> But when I try

Re: [BackupPC-users] Exclusion not working with rsync

2011-11-17 Thread Alex Machina
Why bother with: > $Conf {BackupFilesExclude} = {>  '/home' => [>        '/steve/Packages'>  ]> > }; Why not just: $Conf{BackupFilesExclude} = ['/home/steve/Packages'] i..e, prefix is not required with rsync (only smb). On Thu, Nov 17, 2011 at 6:08 PM, Holger Parplies wrote: > Hi, > > Mark M

Re: [BackupPC-users] Backup setup

2011-12-01 Thread Alex Machina
I remember having the same problem but I don't remember the sum total of the changes I made to make it work. However, here is a list of my cofing.pl file: $Conf{SmbShareName} = ['somename']; $Conf{SmbShareUserName} = 'somename'; $Conf{SmbSharePasswd} = 'somepassword'; $Conf{SmbClientFullCmd} = '$

[BackupPC-users] Off-site mirror

2013-08-01 Thread Alex Clifford
kupPC instance to run normally so I can do restores from the web interface? Thanks -- Alex Clifford | IT Network Engineer Axxin Pty Ltd E| _alex.c@axxin.com_ W| _www.axxin.com <http://www.axxin.com/>_ Australian Office: A| 576 Swan St, Richmond, VIC, Australia 3121 P| + 61 (0) 3 9329 1167

Re: [BackupPC-users] Off-site mirror

2013-08-04 Thread Alex Clifford
PC on there to test. If any one is interested in the results please let me know. Alex Clifford | IT Network Engineer Axxin Pty Ltd E| _alex.c@axxin.com_ W| _www.axxin.com <http://www.axxin.com/>_ Australian Office: A| 576 Swan St, Richmond, VIC, Australia 3121 P| + 61 (0) 3 9329 1167

Re: [BackupPC-users] Off-site mirror

2013-08-04 Thread Alex Clifford
not have my DR data altered. Thanks for your suggestion; I'll investigate something like that further if my rsync speed becomes troublesome. Alex Clifford | IT Network Engineer Axxin Pty Ltd E| _alex.c@axxin.com_ W| _www.axxin.com <http://www.axxin.com/>_ Australian Office: A|

Re: [BackupPC-users] Off-site mirror

2013-08-05 Thread Alex Clifford
I see. How far away might this new version be and what will the changes be that will help rsync? Thanks Alex Clifford | IT Network Engineer Axxin Pty Ltd E| _alex.c@axxin.com_ W| _www.axxin.com <http://www.axxin.com/>_ Australian Office: A| 576 Swan St, Richmond, VIC, Australia 31

Re: [BackupPC-users] Off-site mirror

2013-08-05 Thread Alex Clifford
the pools? Thanks Alex Clifford | IT Network Engineer Axxin Pty Ltd E| _alex.c@axxin.com_ W| _www.axxin.com <http://www.axxin.com/>_ Australian Office: A| 576 Swan St, Richmond, VIC, Australia 3121 P| + 61 (0) 3 9329 1167 F| + 61 (0) 3 9818 8577 USA Office: A| 4370 La Jolla Village D

[BackupPC-users] Fixing hard links

2013-08-30 Thread Alex Clifford
? There must be some files that didn't get hard linked correctly Thanks -- Alex Clifford | IT Network Engineer Axxin Pty Ltd E| ale...@axxin.com W| www.axxin.com Australian Office: A| 576 Swan St, Richmond, VIC, Australia 3121 P| + 61 (0) 3 9329 1167 F| + 61 (0) 3 9818 8577 USA Offi

Re: [BackupPC-users] Fixing hard links

2013-08-30 Thread Alex Clifford
r has hard linked like the first server and its previous full backups hard links. What have I done wrong with my rsync? (I ran it with "rsync -avH --delete") Thanks -- Alex Clifford | IT Network Engineer Axxin Pty Ltd E| ale...@axxin.com W| www.axxin.com Australian Office:

Re: [BackupPC-users] Fixing hard links

2013-09-03 Thread Alex Clifford
Yes I suspect now going over it that was the case (BackupPC still running). Thanks -- Alex Clifford | IT Network Engineer Axxin Pty Ltd E| ale...@axxin.com W| www.axxin.com Australian Office: A| 576 Swan St, Richmond, VIC, Australia 3121 P| + 61 (0) 3 9329 1167 F| + 61 (0) 3 9818 8577

[BackupPC-users] backuppc and hard drive spin down

2007-11-06 Thread Alex Zelter
o the drive during the day, and backuppc is set only to wake up at 2am. Does anyone have any ideas as to what backuppc process is preventing the drive from spinning down. It's a big waste of energy to keep the drive spinning 24/7 for one nightly backup that takes about an hour. Thanks in adv

Re: [BackupPC-users] backuppc and hard drive spin down

2007-11-19 Thread Alex Zelter
not once, as I can't control when backuppc starts counting the 86400 seconds between trash check wake ups. But that's still better than my disks never spinning down (or worse still, spinning up and down every 5 minutes). Cheers, Alex > Alex Zelter wrote: > > Hi, > > I a

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

2007-12-19 Thread Alex Schaft
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-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]

[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

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

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

2008-02-19 Thread Alex Schaft
y 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 sp

[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

[BackupPC-users] Backups failing

2008-06-02 Thread Alex Schaft
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 - i

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

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 a

[BackupPC-users] New member

2008-08-25 Thread Alex Dehaini
, can anyone help me? Plzzz -- Alex Dehaini Developer Site - www.alexdehaini.com Email - [EMAIL PROTECTED] - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest L

Re: [BackupPC-users] New member

2008-08-26 Thread Alex Dehaini
Thanks Les On Mon, Aug 25, 2008 at 8:14 PM, Les Mikesell <[EMAIL PROTECTED]> wrote: > Alex Dehaini wrote: > >> Hi Guys, >> >> Just installed backuppc and got it working (almost). At the moment, I >> can't >> backup data from remote host, I

[BackupPC-users] can't backup certain files

2008-09-01 Thread Alex Dehaini
Hi Guys, I am backing up a windows machine using smb. The backup works but I can't backup certain files i.e. .exe, .jpg files. I can backup .doc and .pdf files. Any ideas? -- Alex Dehaini Developer Site - www.alexdehaini.com Email - [EMAIL PROT

Re: [BackupPC-users] can't backup certain files

2008-09-01 Thread Alex Dehaini
lient? do you have exclusions setup in > the master config file to skip those filetypes? > > On Mon, Sep 1, 2008 at 8:48 AM, Alex Dehaini <[EMAIL PROTECTED]>wrote: > >> Hi Guys, >> >> I am backing up a windows machine using smb. The backup works but I can't >

[BackupPC-users] backup specific directory on linux

2008-09-02 Thread Alex Dehaini
27;$sshPath -q -x -l root $hostIP $rsyncPath $argList+'; $Conf{RsyncClientRestoreCmd} = '$sshPath -q -x -l root $hostIP $rsyncPath $argList+'; $Conf{RsyncShareName} = '/backups'; Am I doing something wrong? -- Alex Dehaini Developer S

Re: [BackupPC-users] backup specific directory on linux

2008-09-03 Thread Alex Dehaini
> Hi, > > Alex Dehaini wrote on 2008-09-02 15:58:29 + [[BackupPC-users] backup > specific directory on linux]: > > hi Guys, > > > > I am trying to backup /backups directory using rsync but when I start the > > backup, backuppc is backing up the entire / direc

[BackupPC-users] backuppc logo

2008-09-03 Thread Alex Dehaini
Hi Guys, Where is the backuppc logo that appears on the cgi interface stored? -- Alex Dehaini Developer Site - www.alexdehaini.com Email - [EMAIL PROTECTED] - This SF.Net email is sponsored by the Moblin Your Move

Re: [BackupPC-users] backuppc logo

2008-09-03 Thread Alex Dehaini
Got it On Wed, Sep 3, 2008 at 9:02 AM, Alex Dehaini <[EMAIL PROTECTED]> wrote: > Hi Guys, > > Where is the backuppc logo that appears on the cgi interface stored? > > -- > Alex Dehaini > Developer > Site - www.alexdehaini.com > Email - [EMAIL PROTECTED] >

[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.

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 h

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

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

[BackupPC-users] Incremental backups per host

2009-07-29 Thread Alex Dehaini
Hi Guys, I was wondering, how do I setup full and incremental backups per host - for instance, backup every 12 hours. Any assistance will be appreciated. Regards, -- Alex Dehaini Developer Site - www.alexdehaini.com Email - alexdeha...@gmail.com

[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 sponsor

[BackupPC-users] Backup speed?

2005-10-13 Thread Alex Schaft
. 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

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. C

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

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 t

[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

[BackupPC-users] Laptop users

2005-10-17 Thread Alex Schaft
up 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,

[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

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

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 wind

[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

[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
ug1: Next authentication method: keyboard-interactive debug2: userauth_kbdint debug2: we sent a keyboard-interactive packet, wait for reply debug2: input_userauth_info_req debug2: input_userauth_info_req: num_prompts 1 Password: Any fundi's out there that can help me? Alex

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

2005-10-31 Thread Alex Schaft
n 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

[BackupPC-users] Strange SMB problem

2005-11-09 Thread Alex Schaft
oblem, 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

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

2005-11-21 Thread Alex Schaft
ient 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 Regis

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

2005-11-23 Thread Alex Schaft
ig 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

[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

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

[BackupPC-users] Using mod_auth_pam

2006-11-29 Thread Alex Schaft
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

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{CgiAdminUser

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{CgiAdminUser

[BackupPC-users] SMB Backup failure

2007-04-02 Thread Alex Schaft
xtract: 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

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

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

2007-04-17 Thread Alex Schaft
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

[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 thi

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

[BackupPC-users] Archive problem

2007-04-21 Thread Alex Schaft
se&host=qsfs&num=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 emai

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, C

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]&

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

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

2007-07-31 Thread Alex Schaft
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 - Thi