* Major changes from Ryan Kucera to add style sheets to the CGI
authorcbarratt <cbarratt>
Sat, 2 Aug 2003 08:01:41 +0000 (08:01 +0000)
committercbarratt <cbarratt>
Sat, 2 Aug 2003 08:01:41 +0000 (08:01 +0000)
commita7e968ce327855f2ba2624ca8517069a936c9b5b
tree96af2971d94fa6c57840572679da00377580749f
parent5729095faa3ef12dc5d4f02538c3650ac81912ef
* Major changes from Ryan Kucera to add style sheets to the CGI
  interface, allowing easy customization.  Added new icons and
  BackupPC logo.  Numerous navigation improvements.

* Major addition of Archive feature from Josh Marshall.  Special
  clients can be configured to be archive targets (eg: tape drives,
  CD-R).  Any subset of the backup clients can be selected and tar
  archives are created, optionally compressed and split and written
  to the output device.  Logs are maintained and are browsable.

* Addition of administration options from Paul Lukins.  Initial
  page allows server to be started/stopped/reloaded.
38 files changed:
ChangeLog
bin/BackupPC
bin/BackupPC_archive [new file with mode: 0644]
bin/BackupPC_archivecd [new file with mode: 0644]
bin/BackupPC_archivetape [new file with mode: 0644]
bin/BackupPC_dump
cgi-bin/BackupPC_Admin
conf/config.pl
configure.pl
doc-src/BackupPC.pod
images/icon-dir.gif [new file with mode: 0644]
images/icon-file.gif [new file with mode: 0644]
images/icon-symlink.gif [new file with mode: 0644]
images/logo.gif [new file with mode: 0644]
init.d/src/linux-backuppc
lib/BackupPC/CGI/AdminOptions.pm [new file with mode: 0644]
lib/BackupPC/CGI/Archive.pm [new file with mode: 0644]
lib/BackupPC/CGI/ArchiveInfo.pm [new file with mode: 0644]
lib/BackupPC/CGI/Browse.pm
lib/BackupPC/CGI/DirHistory.pm
lib/BackupPC/CGI/EmailSummary.pm
lib/BackupPC/CGI/GeneralInfo.pm
lib/BackupPC/CGI/HostInfo.pm
lib/BackupPC/CGI/LOGlist.pm
lib/BackupPC/CGI/Lib.pm
lib/BackupPC/CGI/Queue.pm
lib/BackupPC/CGI/ReloadServer.pm [new file with mode: 0644]
lib/BackupPC/CGI/Restore.pm
lib/BackupPC/CGI/RestoreInfo.pm
lib/BackupPC/CGI/StartServer.pm [new file with mode: 0644]
lib/BackupPC/CGI/StartStopBackup.pm
lib/BackupPC/CGI/StopServer.pm [new file with mode: 0644]
lib/BackupPC/CGI/Summary.pm
lib/BackupPC/CGI/View.pm
lib/BackupPC/Config.pm
lib/BackupPC/Lang/en.pm
lib/BackupPC/Lib.pm
makeDist