"Arch Willingham" <[EMAIL PROTECTED]> writes:
Hi Arch
> Is there any way to automatically tell BackupPC to limit the amount
> of disk space it uses (a % of the disk or x GB used or x GB free,
> etc)?
I guess DfMaxUsagePct in the config.pl file do what you want:
,---- /etc/backuppc/config.pl (in Debian)
| #
| # Maximum threshold for disk utilization on the __TOPDIR__ filesystem.
| # If the output from $Conf{DfPath} reports a percentage larger than
| # this number then no new regularly scheduled backups will be run.
| # However, user requested backups (which are usually incremental and
| # tend to be small) are still performed, independent of disk usage.
| # Also, currently running backups will not be terminated when the disk
| # usage exceeds this number.
| #
| $Conf{DfMaxUsagePct} = '95';
`----
Rodrigo
>
> Thanks!
>
> Arch
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems? Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> _______________________________________________
> BackupPC-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/backuppc-users
> http://backuppc.sourceforge.net/
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
BackupPC-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/