The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README | 2018-06-11 | 645 Bytes | |
| BackupPC-4.2.1.tar.gz | 2018-06-11 | 633.2 kB | |
| Totals: 2 Items | 633.9 kB | 0 | |
BackupPC 4.2.1 is a bug fix release:
Merged pull request #195.
* Added new config variable $Conf{CgiUserDeleteBackupEnable} that
sets whether users and admins can delete backups via the CGI
interface. The default value is 0, which means it's disabled
for regular users but available for admins.
* Fixed delete backup bug in bin/BackupPC_Admin_SCGI reported by
Julian Zielke in issue #193.
* Added check to dirCacheFlush() in bin/BackupPC_tarExtract to skip files
that don't have attributes; reported by Tarak Patel.
* Removed extraneous duplicate variable assignment in lib/BackupPC/CGI/GeneralInfo.pm,
from @moisseev (#195).