Backuppc v4.2.1 Release Notes

Release Date: 2018-05-07 // almost 6 years ago
  • ๐Ÿš€ This release allows the new backup delete CGI feature to be disabled for users and/or admins, plus a couple of minor bug fixes:

    • ๐Ÿ”€ 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).