initial commit of file from CVS for smeserver-lazy_admin_tools on Sat Sep 7 20:29:45 AEST 2024

This commit is contained in:
Trevor Batley
2024-09-07 20:29:45 +10:00
parent ab14940b94
commit 376cfcf5b4
31 changed files with 4128 additions and 2 deletions

48
root/usr/sbin/lat-restore Normal file
View File

@@ -0,0 +1,48 @@
#!/usr/bin/perl -w
#==============================================================================
# lat-restore
# ===========
# 0.9.0 (2004-09-08)
# (c)2003-2004 Altiplano bvba
#==============================================================================
use Pod::Usage;
=pod
=head1 NAME
B<lat-restore> - The lazy administrator's tool to replicate a server configuration.
=head1 DESCRIPTION
Launches all lat-tools in the correct sequence using the config files created
by lat-dump. This allows you recreate all user accounts, groups, ibays etc with
the same uid/gid on an other server or to restore a corrupted server.
lat-restore is automatically created by lat-dump and can be edited to meet your
needs
=head1 SYNOPSIS
B<lat-restore>
=head1 SEE ALSO
lat-users(8), lat-group(8), lat-pseudonyms(8), lat-ibays(8), lat-quota(8), lat-domains(8), lat-hosts(8), lat-procmail(8), lat-pptp(8)
=head1 VERSION
Version 0.9.0 (2004-09-08). The latest version is hosted at B<http://www.contribs.org/contribs/mblotwijk/>
=head1 COPYRIGHT
(c)2003-2004, Altiplano bvba (B<http://www.altiplano.be>). Released under the terms of the GNU license.
=head1 BUGS
Please report bugs to <Bugs@Altiplano.Be>
=cut
#==============================================================================