⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cat-id-tbl.c

📁 一套客户/服务器模式的备份系统代码,跨平台,支持linux,AIX, IRIX, FreeBSD, Digital Unix (OSF1), Solaris and HP-UX.
💻 C
📖 第 1 页 / 共 5 页
字号:
  {"                whether they start with a slash or not. If -r", 226},  {"                is given more then 1 time, also let symlinks", 227},  {"                originally pointing to absolute paths now point", 228},  {"                to paths relative to the directory, where the", 229},  {"                symlink will be created", 230},  {" -S <cartset> The cartridge set to use, where <cartset> is the", 231},  {"                number of a valid cartridge set on the server", 232},  {"                side. Default is 1. This option makes sense only", 233},  {"                when creating backups with -c", 234},  {" -s <filepat> do not attempt processing on files matching the", 235},  {"                given filename pattern. This parameter may", 236},  {"                appear several times", 237},  {" -T <file/dir> read the filenames to process from the <file>.", 238},  {"                The filenames must be separated by whitespace.", 239},  {"                If whitespace is part of a filename, it has to", 240},  {"                be enclosed by double quotes. Double quotes or", 241},  {"                backslashes within the filename have to be", 242},  {"                preceded by a backslash. In combination with", 243},  {"                -D: the tape files to be copied are temporarily", 244},  {"                stored in the given directory instead of the", 245},  {"                default directory /tmp", 246},  {" -U           for each packed file creating a backup in verbose", 247},  {"                mode: printout the modification time of the file", 248},  {"                in seconds since 1970/1/1 0:00 at the beginning", 249},  {"                of the line prefixed with a tilde ~ eventually", 250},  {"                behind cartridge number, file number and owner", 251},  {" -u           while extracting: remove existing files with the", 252},  {"                same name as found in the archive. Otherwise", 253},  {"                no existing files are overwritten", 254},  {" -V <file>    write a report containing statistics at the end of", 255},  {"                a backup to the <file>", 256},  {" -v           verbose mode: print the filenames while creating", 257},  {"                or extracting, be a little more verbose while", 258},  {"                listing contents. If -v is the only given flag:", 259},  {"                print out software name and version", 260},  {" -W <id>      identify as <id> to the server. This is needed when", 261},  {"                connecting a multi-stream server to distinguish", 262},  {"                between the clients. Default is the string", 263},  {"                \"<client-program>\"", 264},  {" -z <z> <uz>  use <z> as the command, that is used to process", 265},  {"                files, <uz> for the corresponding unprocess.", 266},  {"                The command has to read from stdin and to write", 267},  {"                to stdout. If arguments have to be supplied to", 268},  {"                <z> and/or <uz>, don't forget to use quotes. If", 269},  {"                built-in compression is desired, the command for", 270},  {"                processing has to start with a dot (.), followed", 271},  {"                by a space and a number ranging from 1 to 9, that", 272},  {"                specifies the compression level. If an additional", 273},  {"                external command should process the data, it may", 274},  {"                follow, separated from the compression level by", 275},  {"                whitespace. The order of processing is: First the", 276},  {"                external program processes the data, then built-in", 277},  {"                compression is applied. An empty string has to be", 278},  {"                supplied for <uz> (or any other dummy is ok), if", 279},  {"                only built-in compression is desired.", 280},  {"                Examples for <z>:", 281},  {"                 gzip       (run external command gzip),", 282},  {"                 \"gzip -2\"  (the same with an argument),", 283},  {"                 \". 8\"      (only built-in compression level 8),", 284},  {"                 \". 3 __descrpt -k /my/key\" (run command __descrpt", 285},  {"                            and apply built-in compression level 3)", 286},  {" -Z           while printing out the contents: check those files", 287},  {"                in the archive that are processed for integrity.", 288},  {"                While creating an archive: write a CRC32 checksum", 289},  {"                for each file, file contents or command output to", 290},  {"                the backup stream", 291},  {" -?           to printout this text", 292},  {"usage: %s -{c|x|t|d|I|D<dest>|M<msg>|m[<poll-interval>]} \\\n", 293},  {"               [ -[RraunlOUvgiqQwZbGK] ] \\\n", 294},  {"               [ -h <backup-server> ] \\\n", 295},  {"               [ -z <proccmd> <unproccmd> ] \\\n", 296},  {"               [ -T <to-extract-filename> ] \\\n", 297},  {"               [ -C <cartridge-number> ] \\\n", 298},  {"               [ -F <filenumber-on-tape> ] \\\n", 299},  {"               [ -f <archive-filename> ] \\\n", 300},  {"               [ -e <errorlog-filename> ] \\\n", 301},  {"               [ -p <server-port-number> ] \\\n", 302},  {"               [ -N <newer-than-filename> ] \\\n", 303},  {"               [ -o <user-ID> ] \\\n", 304},  {"               [ -W <client-identifier> ] \\\n", 305},  {"               [ -k <encryption-key-file> ] \\\n", 306},  {"               [ -s <dont-process-filepattern> [ -s ... ] ] \\\n", 307},  {"               [ -V <statistics-report-file> ] \\\n", 308},  {"               [ -A <after-time-seconds> ] \\\n", 309},  {"               [ -B <before-time-seconds> ] \\\n", 310},  {"               [ <files> <directories> ... ]\n", 311},  {"\\n\       %s -X <program> \\\n", 312},  {"               [ -h <backup-client> ]\n", 313},  {"\\n\       %s -\\?  (to get help)\n", 314},  {"Error: Server did not proof authentication correctly. ", 315},  {"Possible authentication key spoofing.\n", 316},  {"\Error: long int is wider than 4 Bytes. Inform author about machine type.\n", 317},  {"Error: The server message length must be smaller than %d", 318},  {"You may supply only one of the flags: cxtdJXIDm", 319},  {"Version", 320},  {"You have to supply one of the flags: cxtCFqQwXIDMGm", 321},  {"The flag - may only be given in combination wit -x or -c", 322},  {"The flag -T may only be given in combination wit -x, -c or -D", 323},  {"The flags -T and -a don't make sense together. Ignoring -a", 324},  {"\If you name files and/or directories in the commandline,\n\ -a or -T don't make any sense. Using filenames from the command line", 325},  {"Warning: the flag -a makes only sense in combination with -x", 326},  {"Warning: the flag -u makes only sense in combination with -x", 327},  {"Warning: the flag -R makes only sense in combination with -x or -c", 328},  {"Warning: the flag -r makes only sense in combination with -x or -d", 329},  {"Warning: the flag -r makes only sense in combination with -x", 330},  {"Warning: the flag -N only makes sense in combination with -c", 331},  {"Warning: -N and -A may not be specified together, -N ignored.", 332},  {"Warning: to specify (un-)processing is only allowed with -c", 333},  {"\Warning: the flag -Z makes only sense in combination with -t, -x or -c. \Ignoring -Z", 334},  {"Error: You cannot get a tape index (-I) of a file (-f)", 335},  {"Error: You cannot duplicate a file (-f) to tape", 336},  {"Error: You may not specify -h and -f together", 337},  {"\Error: with a file (-f) you cannot set/get cartridge and/or tape position", 338},  {"Warning: -n makes no sense in combination with -f. -n is ignored", 339},  {"Warning: -l makes no sense in combination with -f. -l is ignored", 340},  {"\Warning: -O is only supported in combination with -c, -x or -t, -O ignored", 341},  {"Warning: -k makes no sense in combination with -f", 342},  {"Warning: -W makes no sense in combination with -f, -W ignored.", 343},  {"Error: requested file number is too high - must be <= %ld", 344},  {"Error: program line supplied with -X is too long (max. 250 chars)", 345},  {"Warning: CRC32 checksumming not available (requires zlib)\n", 346},  {"Error: cannot allocate memory", 347},  {"Warning: Cannot read enough characters from encryption key file `%s'", 348},  {"         Ignoring file, using compiled-in key", 349},  {"Warning: Identity string is too long, truncating to 128 characters", 350},  {"\Warning: Built-in compression not available (not compiled in). Ignoring \built-in compression request.", 351},  {"Warning: Cannot stat file `%s'. Option ignored", 352},  {"Warning: Could not read upper time limit from `%s'. Option ignored", 353},  {"Warning: Could not read lower time limit from `%s'. Option ignored", 354},  {"Error: Cannot open file `%s' for reading", 355},  {"Error: cannot open file `%s'", 356},  {"Exiting, because %s does not contain any filename", 357},  {"input", 358},  {"Error: cannot open error log file `%s'", 359},  {"       Writing errors to stdout", 360},  {"Error: Cannot open communication socket", 361},  {"Error: %s", 362},  {"Error: %s. Server closed connection", 363},  {"Error: Cannot open file `%s'", 364},  {"Info: Server version is too low to send current messages", 365},  {"Streamer state: %s", 366},  {"Error: Cannot determine streamer state on server", 367},  {"\Warning: No new or reusable cartridge found, keeping old writing position.", 368},  {"Current tape access position\n", 369},  {"\Cartridge: %d\n\File:      %d\n", 370},  {"Error: Cannot determine current tape access position", 371},  {"Next tape writing position\n", 372},  {"Error: Cannot determine next tape writing position", 373},  {"Number of cartridges: %d\n", 374},  {"Error: Cannot determine number of cartridges", 375},  {"Current cartridge set: %d\n", 376},  {"Error: Cannot determine current cartridge set", 377},  {"Error: Evaluating server message failed", 378},  {"Too many errors on server. Exiting", 379},  {"%s not found in archive", 380},  {"Error: select failed in main: %s", 381},  {"The following errors occurred", 382},  {"Error: Cannot resolve TCP service `%s'.\n", 383},  {"Error: Cannot resolve hostname", 384},  {"Error: Attempt to copy tape to itself", 385},  {"Error: Cannot create second client process", 386},  {"Error: %s. Can't set cartridge %d on source server", 387},  {"Error: %s. Can't set tape file %d on source server", 388},  {"Starting to copy from cartridge %d to %d\n", 389},  {"Copying tape file number %d\n", 390},  {"Error: %s, cannot send buffer to slave", 391},  {"Error: %s, slave client failed", 392},  {"Copied %d tape files.\n", 393},  {"Error: Cannot connect to target server", 394},  {"Error: %s. Target server closed connection", 395},  {"Error: %s. Can't set cartridge %d on target server", 396},  {"Error: %s. Can't erase tape on target server", 397},  {"Error: %s. Can't set tape file on target server", 398},  {"Error: Not enough bytes passed, possible parent process error", 399},  {"Error: Could not open target tape for writing", 400},  {"Error: Could not send data to target backup server", 401},  {"Error: Target tape could not be closed properly", 402},  {"Writing tape file %d to target tape\n", 403},  {"Error: 1 MB of free space in %s is for sure too few", 404},  {"Going to copy cartridge %d to %d\n", 405},  {"Copying tape file %d to disk\n", 406},  {"Error: Cannot save entire tape file. Too few space in %s, aborting", 407},  {"Copied %d tape files\n", 408},  {"Error: DES encryption not available.\n", 409},  {"Key in file is too short", 410},  {"No filename supplied", 411},  {"File not readable", 412},  {"Cannot get file information", 413},  {"File is group/world readable", 414},  {"Error: not yet implemented.\n", 415},  {"[ \t]*[Bb][Aa][Cc][Kk][Uu][Pp]", 416},  {"[ \t]*[Cc][Aa][Rr][Tt][Rr][Ii][Dd][Gg][Ee]", 417},  {"[ \t]*[Ff][Ii][Ll][Ee]", 418},  {"[ \t]*[Ss][Ee][Rr][Vv][Ee][Rr]", 419},  {"[ \t]*[Pp][Oo][Rr][Tt]", 420},  {"\[Nn][Uu][Mm]\\([Bb][Ee][Rr]\\)?[ \t]*[Oo][Ff][ \\t]*[Cc][Aa][Rr][Tt]\\([Rr][Ii][Dd][Gg][Ee]\\)?[Ss]", 421},  {"<filename-logfile_not_yet_created>", 422},  {"<filename-logfile_not_yet_determined>", 423},  {"Cannot run command `%s'.\n", 424},  {"\Usage: %s [ -nltvmi ] [ -<past-backup-no> ] [ -C <root-directory> ] \\\n\               [ -h <backuphosts> ] [ -P <backup-ports> ] \\\n\               [ -A \"<after-date>\" ] [ -B \"<before-date>\" ] \\\n\               [ -k <encryption-key-file> ] [ -T <tapes> ] \\\n\               [ -z <process-cmd> <unprocess-cmd> ] \\\n\               [ -Z <built-in-compress-level> ] [ -F <format> ] \\\n\               [ { -N <num-indexfiles> | -O <indexfile-age-days> } ] \\\n\               [ -M <server-message-config> ] \\\n\               [ -p ] <path-pattern> [ [ -p ] <path-patterns> [ ... ] ]\n", 425},  {"\Usage: %s [ -nltvmi ] [ -<past-backup-no> ] [ -C <root-directory> ] \\\n\               [ -h <backuphosts> ] [ -P <backup-ports> ] \\\n\               [ -c <configuration-file> ] [ -W <identity> ] \\\n\               [ -I <indexfile-part> ] [ -V <var-directory> ] \\\n\               [ -A \"<after-date>\" ] [ -B \"<before-date>\" ] \\\n\               [ -k <encryption-key-file> ] [ -T <tapes> ] \\\n\               [ -z <process-cmd> <unprocess-cmd> ] \\\n\               [ -Z <built-in-compress-level> ] [ -F <format> ] \\\n\               [ -N <num-indexfiles> | -O <indexfile-age-days> ] \\\n\               [ -M <server-message-config> ] \\\n\               [ -p ] <path-pattern> [ [ -p ] <path-patterns> [ ... ] ]\n\       %s -a [ -nlvm ] [ -<past-backup-no> ] [ -C <root-directory> ] \\\n\               [ -h <backuphosts> ] [ -P <backup-ports> ] \\\n\               [ -c <configuration-file> ] [ -W <identity> ] \\\n\               [ -I <indexfile-part> ] [ -V <var-directory> ] \\\n\               [ -k <encryption-key-file> ] \\\n\               [ -z <process-cmd> <unprocess-cmd> ] \\\n\               [ -Z <built-in-compress-level> ] [ -F <format> ] \\\n\               [ -M <server-message-config> ]\n\

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -