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 | 1.1 kB | |
| BackupPC-4.2.0.tar.gz | 2018-06-11 | 632.5 kB | |
| Totals: 2 Items | 633.6 kB | 0 | |
BackupPC 4.2.0 adds the ability to delete backups via the CGI interface.
It also includes some bug fixes:
Merged pull requests #160, #190.
* Backups can now be deleted via the CGI interface, written by @moisseev
(#160).
* bin/BackupPC_backupDelete: added -L option that puts output into client
LOG file, to support CGI backup deletion.
* Added support for a user-editable comment per host, via a new ClientComment
config parameter, requested by @andrewmaksymowsky.
* bin/BackupPC_tarExtract: Added support for pax headers, which smbclient
uses for long file names
* bin/BackupPC_backupDelete: make sure directory exists when renaming tree
from deleted backup.
* lib/BackupPC/Xfer/Smb.pm: ignore empty output lines from smbclient;
fixes issue #159.
* bin/BackupPC: improved several of the exit error messages.
* lib/BackupPC/Xfer/Rsync.pm: added shareName to RsyncArgs* argument
substitutions; suggested by Alex Kobel.
* conf/BackupPC_stnd.css: removed import url('https://fonts.googleapis.com/css....'
suggested by @MartijnRas in issue #174.