File: Config

package info (click to toggle)
kbackup 1.2.11-1
  • links: PTS
  • area: main
  • in suites: slink
  • size: 804 kB
  • ctags: 293
  • sloc: sh: 4,655; ansic: 1,595; makefile: 86; lisp: 37
file content (52 lines) | stat: -rw-r--r-- 1,090 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
#
#	Configuration "File" for KBackup
#
ConfigVersion=1.2.9
configname="File"
parent="/"
local="NO"
directoriesonly="NO"
findxpertmode="NO"
findxpertflags="-print"
specifiedfilesonly="NO"
compression="NONE"
compress_options=""
verify_archive="YES"
archive_format="AFIO"
pgpkey="root"
incremental="NO"
ddbufsize="10"
double_buffering="NO"
device="/dev/tape"
floppy_format="1440/1440"
device_type="FILE"
blockdev_fs_type="ext2"
blockdev_mkfs="mkfs -t ext2 -c"
datestamp="Mon Jul 17 22:02:09 GMT+0100 1995"
resetdevice="/dev/tape-reset"
manualedit="NO"
followtarops="YES"
scheduled_only_once="YES"
use_multibuf="YES"
multibuf_nblocks="100"
multibuf_blksize="1024"
multibuf_seq_info="YES"
multibuf_cmd1="DEFAULT"
multibuf_cmd2="DEFAULT"
use_patterns="NO"
manual_command="dialog --textbox /usr/doc/KBackup/manual.asc 24 77"
restore_write_log="YES"
remote_mode="NO"
remote_host="localhost"
remote_uid="adm"
CreateReport="YES"
ReportCommand="mail root"
AutoRewind="YES"
protect_newer="YES"
afio_user_opts="-T 3k"
tar_user_opts=""
TMP="/tmp"
if [ "$EDITOR" = "" ] 
then
	EDITOR="/usr/bin/editor"
fi