Well, it should do incremental backups, depending on the
configuration. You can verify the type of each backup in the cgi
interface. You can specify in the per pc configuration file the
blackout periods so that backups only occure when you want them to
occure. For exemple (this is the default configuration)

$Conf{BlackoutPeriods} = [
    {
        hourBegin =>  7.0,
        hourEnd   => 19.5,
        weekDays  => [1, 2, 3, 4, 5],
    },
];

With this the backups won't occure (if the host is always connected,
but, as we talk about the localhost, it will always be connected) from
7h00 to 19h30 during all the week (from monday to friday). You can
define several blackout period.



On Thu, 03 Aug 2006 11:29:57 -0400
Rob Morin <[EMAIL PROTECTED]> wrote:

> Another question, why does the backup seem to start at 11am? is there
> a place to alter this..... my server(localhost) is now backing up
> itself and the load is now at 6.00, this makes other services slow on
> the machine....
> 
> But it should do just an incremental backup now , right since it did
> its first backup yesterday?
> 
> Any help appreciated....
> 
> Thanks..
> 
> Rob Morin
> Dido InterNet Inc.
> Montreal, Canada
> Http://www.dido.ca
> 514-990-4444
> 
> 
> 
> daniel berteaud wrote:
> > On Wed, 02 Aug 2006 10:44:18 -0400
> > Rob Morin <[EMAIL PROTECTED]> wrote:
> >
> >
> > Well I'm quite new in linux and maybe others users will tell you you
> > shouldn't give www-data a sudo permission. Anyway, If you wan't
> > backuppc to backup your localhost, the user how runs backuppc needs
> > root permissions to reach some system files.
> >
> > I don't think adding these lines to sudoers introduce many security
> > risk because you give root permission only for the /bin/tar program
> > (or the /bin/rsync).
> >
> > Of course it would be better to run backuppc as a special user. If
> > you have problem using sperl, I saw on that you can run a special
> > instance of apache under another user, specially for backuppc.
> > Maybe that would be more secure. 
> >
> >
> >
> >
> >   
> >> I had to use the user www-data as the backup user , because there
> >> is a problem for me to use sperl on all my debian systems for some
> >> reason.... Now if i add www-data to sudoers( which my apache runs
> >> as) does this introduce a security issue?
> >>
> >> Thanks...
> >>
> >> Rob Morin
> >> Dido InterNet Inc.
> >> Montreal, Canada
> >> Http://www.dido.ca
> >> 514-990-4444
> >>

-------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Reply via email to