Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
Remove any occurence of kern and bareos in one line.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed Sep 13, 2013
1 parent e285f67 commit f5e904c
Show file tree
Hide file tree
Showing 10 changed files with 43 additions and 43 deletions.
2 changes: 1 addition & 1 deletion manuals/en/main/bconsole.tex
Expand Up @@ -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:
Expand Down
22 changes: 11 additions & 11 deletions manuals/en/main/debug.tex
Expand Up @@ -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
Expand All @@ -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

Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion manuals/en/main/dirdconf-fileset.tex
Expand Up @@ -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
Expand Down
24 changes: 12 additions & 12 deletions manuals/en/main/disk.tex
Expand Up @@ -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 {
Expand Down Expand Up @@ -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"
Expand Down
8 changes: 4 additions & 4 deletions manuals/en/main/mysql.tex
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
12 changes: 6 additions & 6 deletions manuals/en/main/programs.tex
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion manuals/en/main/troubleshooting.tex
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions manuals/en/main/tutorial.tex
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions manuals/en/main/verify.tex
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion manuals/en/main/win32.tex
Expand Up @@ -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
Expand Down

0 comments on commit f5e904c

Please sign in to comment.