From f5e904ca99a5d0c592ea3c1fe8223993eb1ee584 Mon Sep 17 00:00:00 2001 From: Marco van Wieringen Date: Fri, 13 Sep 2013 22:02:56 +0200 Subject: [PATCH] Remove any occurence of kern and bareos in one line. --- manuals/en/main/bconsole.tex | 2 +- manuals/en/main/debug.tex | 22 +++++++++++----------- manuals/en/main/dirdconf-fileset.tex | 2 +- manuals/en/main/disk.tex | 24 ++++++++++++------------ manuals/en/main/mysql.tex | 8 ++++---- manuals/en/main/programs.tex | 12 ++++++------ manuals/en/main/troubleshooting.tex | 2 +- manuals/en/main/tutorial.tex | 6 +++--- manuals/en/main/verify.tex | 6 +++--- manuals/en/main/win32.tex | 2 +- 10 files changed, 43 insertions(+), 43 deletions(-) diff --git a/manuals/en/main/bconsole.tex b/manuals/en/main/bconsole.tex index d59ee9a..c308447 100644 --- a/manuals/en/main/bconsole.tex +++ b/manuals/en/main/bconsole.tex @@ -1098,7 +1098,7 @@ \section{Alphabetic List of Console Commands} Terminated Jobs: JobId Level Files Bytes Status Finished Name ====================================================================== - 59 Full 234 4,417,599 OK 15-Jan-06 11:54 kernsave + 59 Full 234 4,417,599 OK 15-Jan-06 11:54 usersave ==== Device status: diff --git a/manuals/en/main/debug.tex b/manuals/en/main/debug.tex index b8ca2bd..e27e04f 100644 --- a/manuals/en/main/debug.tex +++ b/manuals/en/main/debug.tex @@ -73,7 +73,7 @@ \section{Traceback} \footnotesize \begin{verbatim} -gdb -quiet -batch -x /home/kern/bareos/bin/btraceback.gdb \ +gdb -quiet -batch -x /home/user/bareos/bin/btraceback.gdb \ $1 $2 2>\&1 | bsmtp -s "Bareos traceback" your-address@xxx.com \end{verbatim} \normalsize @@ -93,15 +93,15 @@ \section{Testing The Traceback} \footnotesize \begin{verbatim} -[kern@rufus kern]$ ps fax --columns 132 | grep bareos-dir - 2103 ? S 0:00 /home/kern/bareos/k/src/dird/bareos-dir -c - /home/kern/bareos/k/src/dird/dird.conf - 2104 ? S 0:00 \_ /home/kern/bareos/k/src/dird/bareos-dir -c - /home/kern/bareos/k/src/dird/dird.conf - 2106 ? S 0:00 \_ /home/kern/bareos/k/src/dird/bareos-dir -c - /home/kern/bareos/k/src/dird/dird.conf - 2105 ? S 0:00 \_ /home/kern/bareos/k/src/dird/bareos-dir -c - /home/kern/bareos/k/src/dird/dird.conf +[user@host]$ ps fax --columns 132 | grep bareos-dir + 2103 ? S 0:00 /home/user/bareos/src/dird/bareos-dir -c + /home/user/bareos/src/dird/dird.conf + 2104 ? S 0:00 \_ /home/user/bareos/src/dird/bareos-dir -c + /home/user/bareos/src/dird/dird.conf + 2106 ? S 0:00 \_ /home/user/bareos/src/dird/bareos-dir -c + /home/user/bareos/src/dird/dird.conf + 2105 ? S 0:00 \_ /home/user/bareos/src/dird/bareos-dir -c + /home/user/bareos/src/dird/dird.conf \end{verbatim} \normalsize @@ -111,7 +111,7 @@ \section{Testing The Traceback} \footnotesize \begin{verbatim} -./btraceback /home/kern/bareos/k/src/dird 2103 +./btraceback /home/user/bareos/src/dird 2103 \end{verbatim} \normalsize diff --git a/manuals/en/main/dirdconf-fileset.tex b/manuals/en/main/dirdconf-fileset.tex index ab90b84..966719f 100644 --- a/manuals/en/main/dirdconf-fileset.tex +++ b/manuals/en/main/dirdconf-fileset.tex @@ -1400,7 +1400,7 @@ \subsection{FileSet Examples} \footnotesize \begin{verbatim} -[kern@rufus k]$ df +[user@host]$ df Filesystem 1k-blocks Used Available Use% Mounted on /dev/hda5 5044156 439232 4348692 10% / /dev/hda1 62193 4935 54047 9% /boot diff --git a/manuals/en/main/disk.tex b/manuals/en/main/disk.tex index 2cecf87..642ddb4 100644 --- a/manuals/en/main/disk.tex +++ b/manuals/en/main/disk.tex @@ -386,12 +386,12 @@ \section{An Example} FileSet { Name = "Example FileSet" Include { - Options { - compression=GZIP - signature=SHA1 - } - File = /home/kern/bareos/bin - } + Options { + compression=GZIP + signature=SHA1 + } + File = /home/user/bareos/bin + } } Client { @@ -652,12 +652,12 @@ \section{Considerations for Multiple Clients} FileSet { Name = "Example FileSet" Include { - Options { - compression=GZIP - signature=SHA1 - } - File = /home/kern/bareos/bin - } + Options { + compression=GZIP + signature=SHA1 + } + File = /home/user/bareos/bin + } } Job { Name = "Backup-client1" diff --git a/manuals/en/main/mysql.tex b/manuals/en/main/mysql.tex index 57dfef2..3adcb34 100644 --- a/manuals/en/main/mysql.tex +++ b/manuals/en/main/mysql.tex @@ -94,7 +94,7 @@ \section{Installing and Configuring MySQL -- Phase I} where you replace {\bf mysql-directory} with the directory name where you want to install mysql. Normally for system wide use this is /usr/local/mysql. - In my case, I use \~{}kern/mysql. + In my case, I use \~{}user/mysql. \item make @@ -234,7 +234,7 @@ \section{Linking Bareos with MySQL} After configuring Bareos with ./configure \verb:--:enable-thread-safe-client \verb:--:prefix={\textless}mysql-directory{\textgreater} -where {\textless}mysql-directory{\textgreater} is in my case {\bf /home/kern/mysql}, you may +where {\textless}mysql-directory{\textgreater} is in my case {\bf /home/user/mysql}, you may have to configure the loader so that it can find the MySQL shared libraries. If you have previously followed this procedure and later add the {\bf \verb:--:enable-thread-safe-client} options, you will need to rerun the {\bf @@ -246,7 +246,7 @@ \section{Linking Bareos with MySQL} First edit: {\bf /etc/ld.so.conf} and add a new line to the end of the file with the name of the mysql-directory. In my case, it is: -/home/kern/mysql/lib/mysql then rebuild the loader's cache with: +/home/user/mysql/lib/mysql then rebuild the loader's cache with: /sbin/ldconfig If you upgrade to a new version of {\bf MySQL}, the shared library names will probably change, and you must re-run the {\bf @@ -256,7 +256,7 @@ \section{Linking Bareos with MySQL} set. For example, on a Solaris system where I do not have root permission, I use: -LD\_LIBRARY\_PATH=/home/kern/mysql/lib/mysql +LD\_LIBRARY\_PATH=/home/user/mysql/lib/mysql Finally, if you have encryption enabled in MySQL, you may need to add {\bf -lssl -lcrypto} to the link. In that case, you can either export the diff --git a/manuals/en/main/programs.tex b/manuals/en/main/programs.tex index 2bf2a97..3dcb49d 100644 --- a/manuals/en/main/programs.tex +++ b/manuals/en/main/programs.tex @@ -726,19 +726,19 @@ \subsubsection{Using bscan to Recreate a Catalog from a Volume} bscan: bscan.c:307 VOL_LABEL: OK for Volume: TestVolume1 bscan: bscan.c:693 Created Client record for Client: Rufus bscan: bscan.c:769 Created new JobId=1 record for original JobId=2 -bscan: bscan.c:717 Created FileSet record "Kerns Files" +bscan: bscan.c:717 Created FileSet record "Users Files" bscan: bscan.c:819 Updated Job termination record for new JobId=1 bscan: bscan.c:905 Created JobMedia record JobId 1, MediaId 1 bscan: Got EOF on device /dev/nst0 bscan: bscan.c:693 Created Client record for Client: Rufus bscan: bscan.c:769 Created new JobId=2 record for original JobId=3 -bscan: bscan.c:708 Fileset "Kerns Files" already exists. +bscan: bscan.c:708 Fileset "Users Files" already exists. bscan: bscan.c:819 Updated Job termination record for new JobId=2 bscan: bscan.c:905 Created JobMedia record JobId 2, MediaId 1 bscan: Got EOF on device /dev/nst0 bscan: bscan.c:693 Created Client record for Client: Rufus bscan: bscan.c:769 Created new JobId=3 record for original JobId=4 -bscan: bscan.c:708 Fileset "Kerns Files" already exists. +bscan: bscan.c:708 Fileset "Users Files" already exists. bscan: bscan.c:819 Updated Job termination record for new JobId=3 bscan: bscan.c:905 Created JobMedia record JobId 3, MediaId 1 bscan: Got EOF on device /dev/nst0 @@ -775,9 +775,9 @@ \subsubsection{Using bscan to Recreate a Catalog from a Volume} +-------+----------+------------------+------+-----+----------+----------+---------+ | JobId | Name | StartTime | Type | Lvl | JobFiles | JobBytes | JobStat | +-------+----------+------------------+------+-----+----------+----------+---------+ -| 1 | kernsave | 2002-10-07 14:59 | B | F | 84 | 4180207 | T | -| 2 | kernsave | 2002-10-07 15:00 | B | I | 15 | 2170314 | T | -| 3 | kernsave | 2002-10-07 15:01 | B | I | 33 | 3662184 | T | +| 1 | usersave | 2002-10-07 14:59 | B | F | 84 | 4180207 | T | +| 2 | usersave | 2002-10-07 15:00 | B | I | 15 | 2170314 | T | +| 3 | usersave | 2002-10-07 15:01 | B | I | 33 | 3662184 | T | +-------+----------+------------------+------+-----+----------+----------+---------+ \end{verbatim} \normalsize diff --git a/manuals/en/main/troubleshooting.tex b/manuals/en/main/troubleshooting.tex index 45c747d..775abc3 100644 --- a/manuals/en/main/troubleshooting.tex +++ b/manuals/en/main/troubleshooting.tex @@ -338,7 +338,7 @@ \subsection{Restoring When Things Go Wrong} \begin{verbatim} Run Restore job JobName: RestoreFiles -Bootstrap: /home/kern/bareos/working/restore.bsr +Bootstrap: /home/user/bareos/working/restore.bsr Where: /tmp/bareos-restores Replace: always FileSet: Full Set diff --git a/manuals/en/main/tutorial.tex b/manuals/en/main/tutorial.tex index 59f299e..64df561 100644 --- a/manuals/en/main/tutorial.tex +++ b/manuals/en/main/tutorial.tex @@ -672,14 +672,14 @@ \section{Restoring Your Files} \footnotesize \begin{verbatim} Bootstrap records written to - /home/kern/bareos/testbin/working/restore.bsr + /home/user/bareos/testbin/working/restore.bsr The restore job will require the following Volumes: TestVolume001 1444 files selected to restore. Run Restore job JobName: RestoreFiles -Bootstrap: /home/kern/bareos/testbin/working/restore.bsr +Bootstrap: /home/user/bareos/testbin/working/restore.bsr Where: /tmp/bareos-restores Replace: always FileSet: Full Set @@ -923,7 +923,7 @@ \section{When The Tape Fills} \footnotesize \begin{verbatim} -bareos-sd: Job kernsave.2002-09-19.10:50:48 waiting. Cannot find any +bareos-sd: Job usersave.2002-09-19.10:50:48 waiting. Cannot find any appendable volumes. Please use the "label" command to create a new Volume for: Storage: SDT-10000 diff --git a/manuals/en/main/verify.tex b/manuals/en/main/verify.tex index 6f60bcc..58071e1 100644 --- a/manuals/en/main/verify.tex +++ b/manuals/en/main/verify.tex @@ -125,9 +125,9 @@ \section{Running the Verify} \begin{verbatim} The defined Job resources are: 1: MatouVerify - 2: kernsrestore + 2: usersrestore 3: Filetest - 4: kernsave + 4: usersave Select Job resource (1-4): 1 \end{verbatim} \normalsize @@ -361,7 +361,7 @@ \section{A Verify Configuration Example} File = /usr/bin File = /lib File = /root/.ssh - File = /home/kern/.ssh + File = /home/user/.ssh File = /var/named File = /etc/sysconfig File = /etc/ssh diff --git a/manuals/en/main/win32.tex b/manuals/en/main/win32.tex index f693dc6..65ca174 100644 --- a/manuals/en/main/win32.tex +++ b/manuals/en/main/win32.tex @@ -304,7 +304,7 @@ \section{Volume Shadow Copy Service} VSS Backup Job started: 23-Jul-05 13:25 Files=70,113 Bytes=3,987,180,650 Bytes/sec=3,244,247 Files Examined=75,021 - Processing file: c:/Documents and Settings/kern/My Documents/My Pictures/Misc1/Sans titre - 39.pdd + Processing file: c:/Documents and Settings/user/My Documents/My Pictures/Misc1/Sans titre - 39.pdd SDReadSeqNo=5 fd=352 \end{verbatim} \normalsize