Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
duplicity /
[ HOME SHELL ]
Name
Size
Permission
Action
examples
[ DIR ]
drwxr-xr-x
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--
changelog.Debian.gz
589
B
-rw-r--r--
copyright
3.1
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