diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 11:54:32 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:38:02 -0400 |
commit | 4698a7e61ba36304195362475ce374c062463c2f (patch) | |
tree | 5eb341b023bac75314d5a50e3862c82afda7c102 /system/amanda | |
parent | 4f50cea8b7e0dfcd4080b0e17fab57aca312818e (diff) |
system/amanda: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/amanda')
-rw-r--r-- | system/amanda/README | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/system/amanda/README b/system/amanda/README index 925fd00984ef..71f8988757db 100644 --- a/system/amanda/README +++ b/system/amanda/README @@ -1,13 +1,14 @@ -AMANDA, the Advanced Maryland Automatic Network Disk Archiver, is a -backup system that allows the administrator of a LAN to set up a single -master backup server to back up multiple hosts to a single large capacity -tape drive. AMANDA uses native dump and/or GNU tar facilities and can -back up a large number of workstations running multiple versions of Unix. -Recent versions can also use SAMBA to back up Microsoft Windows hosts. +AMANDA, the Advanced Maryland Automatic Network Disk Archiver, is +a backup system that allows the administrator of a LAN to set up a +single master backup server to back up multiple hosts to a single +large capacity tape drive. AMANDA uses native dump and/or GNU tar +facilities and can back up a large number of workstations running +multiple versions of Unix. Recent versions can also use SAMBA to back +up Microsoft Windows hosts. -You will need to have a special user and group created for AMANDA to use; -this defaults to user and group of "amanda" but you can specify whatever -group you wish - see the build script for more information. +You will need to have a special user and group created for AMANDA to +use; this defaults to user and group of "amanda" but you can specify +whatever group you wish - see the build script for more information. After installing, see the /usr/doc/amanda-3.3.0/README.Slackware for more information on how to modify inetd.conf to start the the Amanda |