> I'd set full backups to run 8 days or more apart (which won't ever be 
> hit), and use a cron job that runs just after midnight on saturdays and 
> the first day of the month (cron entry like "10 0 1 * 6") to kick off a 
> full. Unless your software automatically does a cleanup/rollover at 
> midnight it's easier to hit the right boundaries that way. Use a 
> blackout interval to keep the daily incrementals from starting until 
> after the fulls would be started. Keep as many incrementals as you 
> think you might need, and only worry about deleting fulls when you start 
> to run short on space. 
> 
> Another alternative would be to do an 'archive' backup which creates a 
> tar image on the schedule you want to keep. With database dumps you 
> aren't going to gain much from pooling anyway. An archive run or a 
> similar copy you do yourself with BackupPC_tarCreate can work from an 
> incremental and the backing full so you wouldn't need special scheduling 
> for the backuppc runs that way. 
> 

I set FullPeriod to 7.1, which should also work. I also kept IncrKeepCount at 
6. 

I'd like to autoexpire the full backups, but BackupPC's mechanism won't cut it. 
So, until I can do it automatically, deletion of fulls will have to be done 
manually. 

Will putting FullKeepCnt=300 suffice for never having BackupPC delete fulls? 

I might end up doing archives after the backups complete. That I should be able 
to automate. 

Gerald 

------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to