Re: [BackupPC-users] wiki

2007-10-11 Thread Toni Van Remortel
dan wrote: > i have add some content to the wiki backuppc.wiki.sourceforge.net > > i have ripped some data off of the mainpage for 'features' and > 'supported systems' and whatnot under the FAQ section. > also started the Installation section, added entries

[BackupPC-users] wiki

2007-10-11 Thread dan
i have add some content to the wiki backuppc.wiki.sourceforge.net i have ripped some data off of the mainpage for 'features' and 'supported systems' and whatnot under the FAQ section. also started the Installation section, added entries for ubuntu 7.04 and 7.10 and the ever important License! ---

Re: [BackupPC-users] wiki and forums

2007-10-11 Thread Jacob
On Wed, 10 Oct 2007 16:40:22 +0200 "Nils Breunese (Lemonbit)" <[EMAIL PROTECTED]> wrote: > Toni Van Remortel wrote: > > > dan wrote: > >> toni, do you have a lamp/samp/xammp etc php/sql enabled server? i > >> suggest mediawiki with is pretty straight forward and easy to setup > >> and is run on

Re: [BackupPC-users] wiki and forums

2007-10-11 Thread dan
i will put the wiki parts in place but someone else who is more familiar with sourceforge should handle the setup of the cvs module. i do this these are all great ideas. On 10/11/07, Rodrigo Real <[EMAIL PROTECTED]> wrote: > > > Hi > > David Nalley <[EMAIL PROTECTED]> writes: > > > On Thursday 1

Re: [BackupPC-users] wiki and forums

2007-10-11 Thread Rodrigo Real
Hi David Nalley <[EMAIL PROTECTED]> writes: > On Thursday 11 October 2007 16:30:57 Nils Breunese (Lemonbit) wrote: >> backuppc.wiki.sourceforge.net/>. Anyone willing to setup a sort of >> skeleton for the wiki? I think that would be a lot better than having >> a free for all and trying to fix it

Re: [BackupPC-users] Backup Summary is empty but backups do exist

2007-10-11 Thread dan
agreed. an off-topic section should be on the wiki though it should be limited to some basic backup related stuff. i think it is more important to know the available disk space on a backup server than most any other. it is also more likely to be used up! will add to wiki. On 10/11/07, Nils Br

Re: [BackupPC-users] Backup Summary is empty but backups do exist

2007-10-11 Thread Nils Breunese (Lemonbit)
Peter Kuennemann wrote: dan wrote: put this basic script in your cron to run once daily df -h|grep /thedirectory|awk '{print $5" used on the "$6" mountpoint, "$4" available"}'|mail youusernamei get this output mailed to me Hey, that's great :-) ... it's going into crontab right a

Re: [BackupPC-users] Backup Summary is empty but backups do exist

2007-10-11 Thread dan
i should have also noted that i use some clunky grep -v -e { -e } -e "# " > /tmp/output sort /tmp/output > /tmp/output2 before viewing! On 10/11/07, Peter Kuennemann <[EMAIL PROTECTED]> wrote: > > dan wrote: > > put this basic script in your cron to run once daily > > > > df -h|grep /thedirect

Re: [BackupPC-users] Backup Summary is empty but backups do exist

2007-10-11 Thread Peter Kuennemann
dan wrote: > put this basic script in your cron to run once daily > > df -h|grep /thedirectory|awk '{print $5" used on the "$6" > mountpoint, "$4" available"}'|mail youusernamei get this output > mailed to me > Hey, that's great :-) ... it's going into crontab right away! > > 38% us

Re: [BackupPC-users] Backup Summary is empty but backups do exist

2007-10-11 Thread dan
i did an upgrade and did a sort /etc/backuppc/oldconfig.pl > /tmp/oldconfig.pl sort /etc/backuppc/config.pl > /tmp/config.pl diff /tmp/oldconfig.pl /tmp/config.pl > /tmp/diffedconfig.pl then i can take a look at the diffedconfig.pl to see changed. i sort the files so i dont have to jump back and

Re: [BackupPC-users] Backup Summary is empty but backups do exist

2007-10-11 Thread Carl Wilhelm Soderstrom
On 10/11 11:29 , Peter Kuennemann wrote: > I am currently running 2.1.2, I am having some fear to migrate backuppc > to the current version. I think I need to check for the risks :-( it's pretty straightforward and harmless; I've done upgrades on several of my installations. Mine are all debian-

Re: [BackupPC-users] Backup Summary is empty but backups do exist

2007-10-11 Thread dan
put this basic script in your cron to run once daily > df -h|grep /thedirectory|awk '{print $5" used on the "$6" mountpoint, "$4" > available"}'|mail youusername i get this output mailed to me > 38% used on the /shared mountpoint, 174G available its simple but effective. this is an old vers

Re: [BackupPC-users] Backup Summary is empty but backups do exist

2007-10-11 Thread Craig Barratt
Peter writes: > I looked into the appropriate backuppc subdirectory and found an > empty 'backups' files and a 'backups.old' file with some content. > When I copied the 'backups.old' to 'backups', my backup summary appears > to be OK For some reason the new backups file wasn't written successfull

Re: [BackupPC-users] Backup Summary is empty but backups do exist

2007-10-11 Thread Peter Kuennemann
Carl Wilhelm Soderstrom wrote: > On 10/11 10:50 , Peter Kuennemann wrote: > >> I looked into the appropriate backuppc subdirectory and found an >> empty 'backups' files and a 'backups.old' file with some content. >> When I copied the 'backups.old' to 'backups', my backup summary appears >> to b

Re: [BackupPC-users] Backup Summary is empty but backups do exist

2007-10-11 Thread dan
sorry to drop this tidbit after your disaster, but i have my server run a cron job hourly to check drive space and it emails me at 80%. maybe something to consider in the future. sorry to here about the issue. On 10/11/07, Carl Wilhelm Soderstrom <[EMAIL PROTECTED]> wrote: > > On 10/11 10:50 , P

Re: [BackupPC-users] wiki and forums

2007-10-11 Thread dan
ok, i like it. its pretty basic but that is good (KISS) i have started some preliminary edits along the lines of the structure list. i have put some of the page links on sidebar for easy navigation. On 10/11/07, Nils Breunese (Lemonbit) <[EMAIL PROTECTED]> wrote: > > Craig Barratt wrote: > > >

Re: [BackupPC-users] wiki and forums

2007-10-11 Thread Nils Breunese (Lemonbit)
Craig Barratt wrote: Nils writes: I don't know if spambots know how to operatie SF wiki's yet, but I'm sure if they don't it won't be long before they do. But yeah, we can see how things go... I found the wiki at . You do need a SF.net login to edit, so I hope we are safe for now. Ah ok, g

Re: [BackupPC-users] wiki and forums

2007-10-11 Thread David Nalley
On Thursday 11 October 2007 16:30:57 Nils Breunese (Lemonbit) wrote: > backuppc.wiki.sourceforge.net/>. Anyone willing to setup a sort of > skeleton for the wiki? I think that would be a lot better than having > a free for all and trying to fix it later. > > Nils Breunese. I agree wholeheartedly,

Re: [BackupPC-users] wiki and forums

2007-10-11 Thread dan
only sourceforge members may edit. that is correct On 10/11/07, Jack Coats <[EMAIL PROTECTED]> wrote: > > I think only registered users can edit anyway, if I remember right. > So there is some 'social protection from vandalism. > > Yes, keeping it all in one place would be great! > > On Thu, 2007-

Re: [BackupPC-users] Backup Summary is empty but backups do exist

2007-10-11 Thread Carl Wilhelm Soderstrom
On 10/11 10:50 , Peter Kuennemann wrote: > I looked into the appropriate backuppc subdirectory and found an > empty 'backups' files and a 'backups.old' file with some content. > When I copied the 'backups.old' to 'backups', my backup summary appears > to be OK This often happens when your backup

[BackupPC-users] Backup Summary is empty but backups do exist

2007-10-11 Thread Peter Kuennemann
Hi all, I am about to recover from a disaster. A Laptop crashed and I need to restore the last backup to another drive. Looking into the appropriate host's backup summary shows NO entries under Backup Summary. (Disaster Nr 2 !!!) The last log entries are: 2007-09-13 10:19:13 incr backup 31 comple

Re: [BackupPC-users] wiki and forums

2007-10-11 Thread Jack Coats
I think only registered users can edit anyway, if I remember right. So there is some 'social protection from vandalism. Yes, keeping it all in one place would be great! On Thu, 2007-10-11 at 13:23 -0700, Craig Barratt wrote: > Nils writes: > > > > http://www.wiki.sourceforge.net/ > > > > > >

Re: [BackupPC-users] wiki and forums

2007-10-11 Thread Craig Barratt
Nils writes: > I don't know if spambots know how to operatie SF wiki's yet, but I'm > sure if they don't it won't be long before they do. But yeah, we can > see how things go... I found the wiki at backuppc.wiki.sourceforge.net/>. You do need a SF.net login to edit, so I hope we are safe for now

Re: [BackupPC-users] wiki and forums

2007-10-11 Thread Nils Breunese (Lemonbit)
Craig Barratt wrote: Nils writes: http://www.wiki.sourceforge.net/ (i'm not quite sure how membership/authorization work.) I think that might be the option for continuity and everything will be kept in the backuppc.sourceforge.net space. I think Craig may have to 'enable' this somehow?

Re: [BackupPC-users] wiki and forums

2007-10-11 Thread Craig Barratt
Nils writes: > > http://www.wiki.sourceforge.net/ > > > > (i'm not quite sure how membership/authorization work.) > > I think that might be the option for continuity and everything will > be kept in the backuppc.sourceforge.net space. I think Craig may have > to 'enable' this somehow? I like

Re: [BackupPC-users] wiki and forums

2007-10-11 Thread Nils Breunese (Lemonbit)
Paul Fox wrote: Craig Barratt <[EMAIL PROTECTED]> wrote: I don't have a proposal for a hosted site. Can someone volunteer something that is sure to have a long available life? We might consider code.google.com - it provides project hosting and a Wiki but I don't know if it has the right featu

Re: [BackupPC-users] wiki and forums

2007-10-11 Thread Paul Fox
Craig Barratt <[EMAIL PROTECTED]> wrote: > I don't have a proposal for a hosted site. Can someone volunteer > something that is sure to have a long available life? We might > consider code.google.com - it provides project hosting and a Wiki > but I don't know if it has the right features. wh

Re: [BackupPC-users] wiki and forums

2007-10-11 Thread Craig Barratt
Dan & others, Thanks for the healthy and even-handed discussion. I agree a Wiki would be great. I don't like the idea of a forum, for many of the same reasons discussed. The key thing to make a Wiki successful is committed support from a critical mass of people. As you all know, I've never had

Re: [BackupPC-users] BackupPC and MS-Vista Desktops

2007-10-11 Thread Dale Renton
What version of Samba are you running? I think the latest version has lots of improvements for Vista. We are using 3.0.25a to backup Vista clients with no problems. Dale From: Fabio Parodi Sent: Monday, October 08, 2007 5:49 PM To: BackupPC-users@lists.sourceforge.net Subject: [BackupPC-us

Re: [BackupPC-users] wiki and forums

2007-10-11 Thread Steen Eugen Poulsen
dan skrev: > though the joomla idea is a little provocative, i do like a wiki > better. just my opinion. > > how fine grained is mediawiki in security? can we have user levels and > be able to lock useful articles down to only have a specific level of > user able to modify it? that way the commu

Re: [BackupPC-users] wiki and forums

2007-10-11 Thread George Avrunin
Add my vote for a wiki but against forums George signature.asc Description: PGP signature - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and

Re: [BackupPC-users] wiki and forums

2007-10-11 Thread dan
though the joomla idea is a little provocative, i do like a wiki better. just my opinion. how fine grained is mediawiki in security? can we have user levels and be able to lock useful articles down to only have a specific level of user able to modify it? that way the community can have input but

Re: [BackupPC-users] wiki and forums

2007-10-11 Thread Stephen Joyce
On Thu, 11 Oct 2007, Nils Breunese (Lemonbit) wrote: >> So I'm more thinking about a Joomla based site. Joomla has lots of >> Extensions that can provide structured functionality. Sure it needs a >> good basic setup, but once that is done, the info stays in that structure. > > Just as a Joomla sit

Re: [BackupPC-users] Few Q's

2007-10-11 Thread Nils Breunese (Lemonbit)
Toni Van Remortel wrote: A few questions: 1) Can i follow a running backup in real-time? (current file tranferring, speed of current transfer) Preferable through the web interface. A kind of 'tail -f' of the current log-file (where is it?) should do. The host-specific logs are in the __TOPDIR

Re: [BackupPC-users] BackupPC: Antivirus suggestion.

2007-10-11 Thread Rob Owens
Holger Parplies wrote: > Hi, > > dan wrote on 10.10.2007 at 09:46:23 [Re: [BackupPC-users] BackupPC: Antivirus > suggestion.]: >> im actually using backuppc with clamav and it in fact does scan withing zip >> and gzip files. > > that's quite amazing, presuming you mean what you seem to be imply

[BackupPC-users] Few Q's

2007-10-11 Thread Toni Van Remortel
A few questions: 1) Can i follow a running backup in real-time? (current file tranferring, speed of current transfer) Preferable through the web interface. A kind of 'tail -f' of the current log-file (where is it?) should do. 2) Can the logfiles be uncompressed? 1) because I have a lot of back

Re: [BackupPC-users] Does BackupPC do any type of file deletion?

2007-10-11 Thread Arch Willingham
10-4. Here is why I asked. I normally just let Backuppc run and never look at it much. The log from that server is below. The drive must have filled up after 9/25 which I'm guessing is why you see the big skip between 9/25 and 1/4. The 9-25 backup has the files and the next backup on 10/4 d

Re: [BackupPC-users] wiki and forums

2007-10-11 Thread Nils Breunese (Lemonbit)
Toni Van Remortel wrote: dan wrote: i havent research any mail list software but im sure something would integrate with ldap and i think mediawiki can use ldap so it should be feasible. im not sure if our hosting voluteer is knowledgable with ldap. i know im no pro at it! MediaWiki can ea

[BackupPC-users] BackupPC waking up every second

2007-10-11 Thread R. David
Hello, I have a strange problem using backuppc. When I start backuppc, it correctly states that it will wakeup next round hour (default configuration $Conf{WakeupSchedule}) When this times occurs, it goes mad and wakes up every second, for each host to backup. I use bakcuppc 2.1.2-6 on a debian

Re: [BackupPC-users] wiki and forums

2007-10-11 Thread Milos Jariabka
Steen Eugen Poulsen a écrit : > dan skrev: >> toni, do you have a lamp/samp/xammp etc php/sql enabled server? i >> suggest mediawiki with is pretty straight forward and easy to setup and >> is run on php. also phpbb is very nice for forums.. > > Wiki might be nice, but forums? Wery good idea.

Re: [BackupPC-users] wiki and forums

2007-10-11 Thread Toni Van Remortel
dan wrote: > i havent research any mail list software but im sure something would > integrate with ldap and i think mediawiki can use ldap so it should be > feasible. im not sure if our hosting voluteer is knowledgable with > ldap. i know im no pro at it! MediaWiki can easily be adapted to aut

Re: [BackupPC-users] out of memory, and slow backups after moving to 3.0

2007-10-11 Thread Nicholas Mistry
Searching the archives for "Update to 3.0" came up with the following thread: These are exactly the problems that i am experiencing.As some of the responses have sugges