BackupPC.git
21 years ago - added $Conf{ClientNameAlias} and $Conf{NmbLookupFindHostCmd} to config.pl
cbarratt [Mon, 3 Feb 2003 08:37:08 +0000 (08:37 +0000)]
 - added $Conf{ClientNameAlias} and $Conf{NmbLookupFindHostCmd} to config.pl

21 years ago - added $Conf{ClientNameAlias}, which allows the host name to be
cbarratt [Mon, 3 Feb 2003 08:31:25 +0000 (08:31 +0000)]
 - added $Conf{ClientNameAlias}, which allows the host name to be
   set.
 - added support for spaces in client names (ugh)
 - non dhcp hosts are now looked up using nmblookup, if not known by NS

21 years agoAdded bin/BackupPC_sendEmail to Lang variable check in makeDist
cbarratt [Tue, 28 Jan 2003 07:49:05 +0000 (07:49 +0000)]
Added bin/BackupPC_sendEmail to Lang variable check in makeDist

21 years agoAdded GFK's code for language specific email messages. The config.pl
cbarratt [Tue, 28 Jan 2003 07:47:34 +0000 (07:47 +0000)]
Added GFK's code for language specific email messages.  The config.pl
settings can override the defaults in the Lang files.

21 years agoFixed small navigation bug in CGI Action_Browse for top-level directory.
cbarratt [Tue, 28 Jan 2003 06:19:52 +0000 (06:19 +0000)]
Fixed small navigation bug in CGI Action_Browse for top-level directory.

21 years agoconfigure.pl: comments that delimit Conf settings must now start in
cbarratt [Sun, 26 Jan 2003 08:10:27 +0000 (08:10 +0000)]
configure.pl: comments that delimit Conf settings must now start in
    column 1.  This fixes bug when merging new Conf settings that
    have comments embedded in the value.

21 years agoconfigure.pl: comments that delimit Conf settings must now start in
cbarratt [Sun, 26 Jan 2003 08:03:12 +0000 (08:03 +0000)]
configure.pl: comments that delimit Conf settings must now start in
    column 1.  This fixes bug when merging new Conf settings that
    have comments embedded in the value.
BackupPC_Admin: improved error message when config.pl cannot be read.
BackupPC.pod: added some items to the roadmap.

21 years ago* Completed support for rsync and rsyncd, including restore.
cbarratt [Sun, 19 Jan 2003 17:08:19 +0000 (17:08 +0000)]
* Completed support for rsync and rsyncd, including restore.

* Added optional user-defined pre/post dump/restore commands, allowing
  things like database shutdown/startup for dumps

* Replaced $Conf{PingArgs} with $Conf{PingCmd}, added $Conf{DfCmd},
  $Conf{NmbLookupCmd} allowing all these commands to be fully
  configured.  Also, all commands (except smbclient) can also
  now be fragments of perl code.

21 years agoSmall l10n clean up.
gfk [Mon, 30 Dec 2002 21:03:46 +0000 (21:03 +0000)]
Small l10n clean up.

21 years agoLocalized the status and reason fields.
gfk [Mon, 30 Dec 2002 20:29:05 +0000 (20:29 +0000)]
Localized the status and reason fields.

21 years agoRemoved the french string in this english version.
gfk [Wed, 25 Dec 2002 20:21:52 +0000 (20:21 +0000)]
Removed the french string in this english version.

21 years agoImproved the translation. Mainly minors things.
gfk [Wed, 25 Dec 2002 20:11:49 +0000 (20:11 +0000)]
Improved the translation. Mainly minors things.

21 years agoAdd database configuration logic; minor bugfixes and code cleanup
tobiasly [Sat, 14 Dec 2002 05:56:44 +0000 (05:56 +0000)]
Add database configuration logic; minor bugfixes and code cleanup

21 years agoInitial add of specialized Config modules. Some parts are not fully implemented.
tobiasly [Fri, 13 Dec 2002 05:46:08 +0000 (05:46 +0000)]
Initial add of specialized Config modules. Some parts are not fully implemented.

21 years ago* Support for rsync and rsyncd. Changes to BackupPC_dump and new
cbarratt [Fri, 13 Dec 2002 03:19:57 +0000 (03:19 +0000)]
* Support for rsync and rsyncd.  Changes to BackupPC_dump and new
  modules BackupPC::Xfer::Rsync and BackupPC::Xfer::RsyncFileIO.

* Added new BackupPC::View module that creates views of backups
  (handling merging etc).  Updated BackupPC_Admin, BackupPC_zipCreate
  and BackupPC_tarCreate to use BackupPC::View.  This removes lots
  of merging and mangling code from the higher-level code.

21 years agoadded new file init.d/src/debian-backuppc
cbarratt [Fri, 20 Sep 2002 07:24:33 +0000 (07:24 +0000)]
added new file init.d/src/debian-backuppc

21 years agoAnother minor change for backup start confirm header
cbarratt [Wed, 18 Sep 2002 07:04:47 +0000 (07:04 +0000)]
Another minor change for backup start confirm header

21 years agoFixed ServerMesg strings in BackupPC_Admin via en.pm and fr.pm
cbarratt [Wed, 18 Sep 2002 06:21:54 +0000 (06:21 +0000)]
Fixed ServerMesg strings in BackupPC_Admin via en.pm and fr.pm

21 years ago - Updated fr.pm based on changes from Guillaume Filion.
cbarratt [Thu, 29 Aug 2002 07:25:24 +0000 (07:25 +0000)]
 - Updated fr.pm based on changes from Guillaume Filion.
 - Fixed makeDist to create lib/BackupPC/Lang.
 - Fixed lib/BackupPC/Lib.pm to handle 1.5.0 upgrade (where Lang/*.pm doesn't
   exist).
 - Removed incorrect translation from server message in CGI script

21 years agoAdded create of lib/BackupPC/Lang to configure.pl
cbarratt [Mon, 12 Aug 2002 01:50:25 +0000 (01:50 +0000)]
Added create of lib/BackupPC/Lang to configure.pl

21 years agoAdded $Conf{Language} and $Conf{CgiNavBarAdminAllHosts}
cbarratt [Sun, 11 Aug 2002 05:08:21 +0000 (05:08 +0000)]
Added $Conf{Language} and $Conf{CgiNavBarAdminAllHosts}

21 years ago* Added internationalization (i18n) code from Xavier Nicollet.
cbarratt [Sun, 11 Aug 2002 05:00:55 +0000 (05:00 +0000)]
* Added internationalization (i18n) code from Xavier Nicollet.
  Voila!  BackupPC_Admin now supports English and French, and
  adding more languages is now easy.

* Added patch from Toby Johnson that allows additional users to be
  specified in the hosts file; these users can also view/start/stop
  and restore backups for that host.  Also added a new config
  setting $Conf{CgiNavBarAdminAllHosts} that allows all hosts to
  be listed in the left nav bar for admins.

* Added "PerlTaintCheck On" to the mod_perl section in the docs,
  suggested by Tim Demarest.

21 years agov1.5.0 v1_5_0
cbarratt [Sat, 10 Aug 2002 23:12:23 +0000 (23:12 +0000)]
v1.5.0

21 years agov1.5.0
cbarratt [Sat, 10 Aug 2002 22:47:37 +0000 (22:47 +0000)]
v1.5.0