|
164.
|
|
|
other.host
|
|
|
Used in usage help to represent an internet hostname. Example:
ftp://user[:password]@other.host[:port]/some_dir
|
|
|
|
anderer.Rechner
|
|
Translated and reviewed by
Tobias Bannert
|
|
|
|
Located in
../duplicity/commandline.py:847
|
|
165.
|
|
|
password
|
|
|
Used in usage help. Example:
ftp://user[:password]@other.host[:port]/some_dir
|
|
|
|
Passwort
|
|
Translated and reviewed by
Tobias Bannert
|
|
|
|
Located in
../duplicity/commandline.py:851
|
|
166.
|
|
|
port
|
|
|
Used in usage help to represent a TCP port number. Example:
ftp://user[:password]@other.host[:port]/some_dir
|
|
|
|
Port
|
|
Translated by
Jan Niggemann
|
|
Reviewed by
Tobias Bannert
|
|
|
|
Located in
../duplicity/commandline.py:859
|
|
167.
|
|
|
prefix
|
|
|
Used in usage help. This represents a string to be used as a
prefix to names for backup files created by Duplicity. Example:
s3://other.host/bucket_name[/prefix]
|
|
|
|
Präfix
|
|
Translated by
Jan Niggemann
|
|
Reviewed by
Hendrik Schrieber
|
|
|
|
Located in
../duplicity/commandline.py:864
|
|
168.
|
|
|
relative_path
|
|
|
Used in usage help to represent a Unix-style path name. Example:
rsync://user[:password]@other.host[:port]/relative_path
|
|
|
|
relativer_Pfad
|
|
Translated by
Patrick
|
|
Reviewed by
Matthias Loidolt
|
|
|
|
Located in
../duplicity/commandline.py:868
|
|
169.
|
|
|
some_dir
|
|
|
Used in usage help to represent the name of a single file
directory or a Unix-style path to a directory. Example:
file:///some_dir
|
|
|
|
irgendein_Verzeichnis
|
|
Translated by
Patrick
|
|
Reviewed by
cmdrhenner
|
|
|
|
Located in
../duplicity/commandline.py:883
|
|
170.
|
|
|
source_dir
|
|
|
Used in usage help to represent the name of a single file
directory or a Unix-style path to a directory where files will be
coming FROM. Example:
duplicity [full|incremental] [options] source_dir target_url
|
|
|
|
Quellverzeichnis
|
|
Translated and reviewed by
Tobias Bannert
|
|
|
|
Located in
../duplicity/commandline.py:889
|
|
171.
|
|
|
source_url
|
|
|
Used in usage help to represent a URL files will be coming
FROM. Example:
duplicity [restore] [options] source_url target_dir
|
|
|
|
Quelladresse
|
|
Translated and reviewed by
Tobias Bannert
|
|
|
|
Located in
../duplicity/commandline.py:894
|
|
172.
|
|
|
target_dir
|
|
|
Used in usage help to represent the name of a single file
directory or a Unix-style path to a directory. where files will be
going TO. Example:
duplicity [restore] [options] source_url target_dir
|
|
|
|
Zielverzeichnis
|
|
Translated and reviewed by
Tobias Bannert
|
|
|
|
Located in
../duplicity/commandline.py:900
|
|
173.
|
|
|
target_url
|
|
|
Used in usage help to represent a URL files will be going TO.
Example:
duplicity [full|incremental] [options] source_dir target_url
|
|
|
|
Zieladresse
|
|
Translated and reviewed by
Tobias Bannert
|
|
|
|
Located in
../duplicity/commandline.py:905
|