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
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:
? 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
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
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
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|
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
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
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} = '$
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
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
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
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
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
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
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.
> >
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
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
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
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
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.
+
[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
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
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 ?
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--
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:
>
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
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.
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
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} = [
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]
>
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
> 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
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
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
>
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
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
, 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
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
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
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
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
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
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
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
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]
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
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
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
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
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
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
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
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
-
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]&
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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,
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
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
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
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
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
. 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
85 matches
Mail list logo