BackupPC: How do I run hourly incr backups?

Discussion in 'HOWTO-Related Questions' started by rozilla, Oct 30, 2008.

  1. rozilla

    rozilla New Member

    Code:
    # Minimum period in days between incremental backups (a user requested
    # incremental backup will be done anytime on demand).
    #
    # Typically this is set slightly less than an integer number of days. The
    # time taken for the backup, plus the granularity of $Conf{WakeupSchedule}
    # will make the actual backup interval a bit longer.
    #
    #$Conf{IncrPeriod} = 0.97;
    
    [B]$Conf{IncrPeriod} = 0.1;[/B]
    I tried setting it to 0.1, but that doesn't seem to be working. How do I run hourly incremental backups? Or every two hours?
     
  2. rozilla

    rozilla New Member

    It's working now. There was nothing wrong with the above setting, the error came from elsewhere.
    I love BackupPC, but it can be a pain in the ass to configure! :D
     

Share This Page