mirror of
https://github.com/kees-z/DuplicatiDocs.git
synced 2025-06-18 13:56:27 +00:00
Compare commits
38 Commits
e700adbb0e
...
master
Author | SHA1 | Date | |
---|---|---|---|
e772f450b5 | |||
c66029cdd3 | |||
302cbdd099 | |||
ae47467863 | |||
4ba0d765e9 | |||
ed2e5ae8e7 | |||
f0d773c7f9 | |||
95873a5761 | |||
48c91ab6ab | |||
92c7efc167 | |||
2725fb4ee1 | |||
16dd9b4d0b | |||
63709f751c | |||
7e843c7576 | |||
3a0570fbf4 | |||
cd6831e989 | |||
1005de0f0a | |||
bab72c0bba | |||
9b43142df7 | |||
200f66528b | |||
179baa149b | |||
9918e2ed60 | |||
532265c370 | |||
a5f13639a7 | |||
c81a843581 | |||
2cf64b4080 | |||
40ff6c97ab | |||
5f9fce7cc7 | |||
09db597be5 | |||
8747ddfccb | |||
187225b3c4 | |||
f029078a37 | |||
21b5484d04 | |||
6c06cf5fd9 | |||
d0251f231c | |||
252beda9d5 | |||
f919cae371 | |||
cda150979b |
19
.readthedocs.yaml
Normal file
19
.readthedocs.yaml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
# Read the Docs configuration file for MkDocs projects
|
||||||
|
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
|
||||||
|
|
||||||
|
# Required
|
||||||
|
version: 2
|
||||||
|
|
||||||
|
# Set the version of Python and other tools you might need
|
||||||
|
build:
|
||||||
|
os: ubuntu-22.04
|
||||||
|
tools:
|
||||||
|
python: "3.12"
|
||||||
|
|
||||||
|
mkdocs:
|
||||||
|
configuration: mkdocs.yml
|
||||||
|
|
||||||
|
# Optionally declare the Python requirements required to build your docs
|
||||||
|
python:
|
||||||
|
install:
|
||||||
|
- requirements: pip-requirements.txt
|
@ -82,7 +82,7 @@ When a file is in use by a process or application, it usually cannot be read by
|
|||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
Duplicati is licensed under LGPL and available for Windows and Linux. The software is open source and free to use, even commercially. More information about the LGPL licensing model can be found in [License Agreement](../appendix-f-license-agreement).
|
Duplicati is licensed under the MIT license and available for Windows and Linux. The software is open source and free to use, even commercially. More information about the MIT licensing model can be found in [License Agreement](../appendix-f-license-agreement).
|
||||||
|
|
||||||
## Supported backends
|
## Supported backends
|
||||||
|
|
||||||
@ -111,7 +111,6 @@ The following Cloud Storage Providers are supported natively by Duplicati:
|
|||||||
* Dropbox
|
* Dropbox
|
||||||
* Google Cloud Storage
|
* Google Cloud Storage
|
||||||
* Google Drive
|
* Google Drive
|
||||||
* HubiC
|
|
||||||
* Jottacloud
|
* Jottacloud
|
||||||
* Mega.nz
|
* Mega.nz
|
||||||
* Microsoft Office 365 Groups
|
* Microsoft Office 365 Groups
|
||||||
@ -122,7 +121,7 @@ The following Cloud Storage Providers are supported natively by Duplicati:
|
|||||||
* Rackspace CloudFiles
|
* Rackspace CloudFiles
|
||||||
* Rclone
|
* Rclone
|
||||||
* Sia Decentralized Cloud
|
* Sia Decentralized Cloud
|
||||||
* Tardigrade Decentralized Cloud Storage
|
* Storj (ex Tardigrade) Decentralized Cloud Storage
|
||||||
* Tencent COS
|
* Tencent COS
|
||||||
|
|
||||||
Other supported targets:
|
Other supported targets:
|
||||||
@ -140,7 +139,7 @@ Duplicati must be installed on a device with a supported operating system. Curre
|
|||||||
|
|
||||||
Because many devices run on an operating system based on Linux, Duplicati can be installed on some devices that are not personal computers, like a NAS or Raspberry Pi.
|
Because many devices run on an operating system based on Linux, Duplicati can be installed on some devices that are not personal computers, like a NAS or Raspberry Pi.
|
||||||
|
|
||||||
Windows-based devices should have .NET Framework 4.6.2 or higher installed. For Linux and OSX, a recent version of Mono is a requirement.
|
Windows-based devices should have .NET Framework 4.7.1 or higher installed. For Linux and OSX, a recent version of Mono is a requirement.
|
||||||
|
|
||||||
Duplicati can make backups of files that are opened by other processes. For Windows, a snapshot of the file system is created using Volume Shadowcopy Services (VSS), LVM is used on Linux Systems. To be able to create a VSS snapshot, Duplicati needs C++ run-time components for Visual Studio 2015 to be installed and must be run with administrator privileges.
|
Duplicati can make backups of files that are opened by other processes. For Windows, a snapshot of the file system is created using Volume Shadowcopy Services (VSS), LVM is used on Linux Systems. To be able to create a VSS snapshot, Duplicati needs C++ run-time components for Visual Studio 2015 to be installed and must be run with administrator privileges.
|
||||||
|
|
||||||
|
@ -43,7 +43,7 @@ To be able to backup files that are in use by another process, Duplicati uses Al
|
|||||||
*****
|
*****
|
||||||
 Follow this procedure to install Mono on your Linux based system.
|
 Follow this procedure to install Mono on your Linux based system.
|
||||||
|
|
||||||
**Ubuntu 20.04 / 20.10:**
|
**Ubuntu 20.04 / 22.04 / 23.10:**
|
||||||
```nohighlight
|
```nohighlight
|
||||||
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
|
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
|
||||||
|
|
||||||
@ -214,6 +214,14 @@ Alternatively, you can install Mono using Homebrew:
|
|||||||
brew install mono
|
brew install mono
|
||||||
```
|
```
|
||||||
|
|
||||||
|
To use the tray icon, you currently have to install python3 (you can check that by running /usr/bin/python3) and add pyobjc by hand from a terminal:
|
||||||
|
|
||||||
|
```nohighlight
|
||||||
|
sudo pip3 install pyobjc
|
||||||
|
```
|
||||||
|
|
||||||
|
There is no need to reinstall Duplicati if it's already present.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
*****
|
*****
|
||||||
@ -343,7 +351,7 @@ Restart=always
|
|||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
```
|
```
|
||||||
|
|
||||||
Edit the file /etc/default/duplicati and add DAEMON_OPTS options to your liking:
|
Edit the file /etc/default/duplicati and add DAEMON_OPTS options to your liking, for example:
|
||||||
`sudo nano /etc/default/duplicati`
|
`sudo nano /etc/default/duplicati`
|
||||||
|
|
||||||
```nohighlight
|
```nohighlight
|
||||||
@ -358,6 +366,12 @@ Edit the file /etc/default/duplicati and add DAEMON_OPTS options to your liking:
|
|||||||
# Additional options that are passed to the Daemon.
|
# Additional options that are passed to the Daemon.
|
||||||
DAEMON_OPTS="--webservice-interface=any --webservice-port=8200 --portable-mode"
|
DAEMON_OPTS="--webservice-interface=any --webservice-port=8200 --portable-mode"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
*****
|
||||||
|
>  The variable `DAEMON_OPTS=` is the commandline arguments passed to the server. The meaning of the options that are passed are described in [Other Command Line Utilities, `Duplicati.Server.exe`](https://docs.duplicati.com/en/latest/07-other-command-line-utilities/#duplicatiserverexe). Note that the example uses `--webservice-interface=any` which is only recommended for environments where the network is secured, not for local installations.
|
||||||
|
*****
|
||||||
|
|
||||||
|
|
||||||
Enable, start and check running status of the duplicati service:
|
Enable, start and check running status of the duplicati service:
|
||||||
```
|
```
|
||||||
sudo systemctl enable duplicati.service
|
sudo systemctl enable duplicati.service
|
||||||
|
@ -147,7 +147,7 @@ In step 3 you can select the files and folders you want to include in the backup
|
|||||||
*****
|
*****
|
||||||
|
|
||||||
*****
|
*****
|
||||||
>  Clicking an item in the file picker will add that item and all child items to the source selection list. This is indicated with a green check mark. Clicking it a second time changes the check mark to a red cross. This excludes that item an all child items from the backup.
|
>  Clicking an item in the file picker will add that item and all child items to the source selection list. This is indicated with a green check mark. Clicking it a second time changes the check mark to a red cross. This excludes that item and all child items from the backup.
|
||||||
|
|
||||||
*****
|
*****
|
||||||
|
|
||||||
@ -427,6 +427,10 @@ The result is a Duplicati backup command that you can use with a scheduler of yo
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
*****
|
||||||
|
>  When using an external scheduler, error messages generated by the program may not be visible, and it is therefore recommend to use one of the available [Reporting options](../06-advanced-options/#reporting-options).
|
||||||
|
*****
|
||||||
|
|
||||||
If you want to export to a file, select _To file_ and click the _Export_ button.
|
If you want to export to a file, select _To file_ and click the _Export_ button.
|
||||||
|
|
||||||

|

|
||||||
|
@ -263,6 +263,8 @@ To guard against man-in-the-middle attacks, the server fingerprint is verified o
|
|||||||
* `--ssh-keyfile`
|
* `--ssh-keyfile`
|
||||||
Points to a valid OpenSSH keyfile. If the file is encrypted, the password supplied is used to decrypt the keyfile.
|
Points to a valid OpenSSH keyfile. If the file is encrypted, the password supplied is used to decrypt the keyfile.
|
||||||
If this option is supplied, the password is not used to authenticate. This option only works when using the managed SSH client.
|
If this option is supplied, the password is not used to authenticate. This option only works when using the managed SSH client.
|
||||||
|
This key may need to be in PEM format, e.g. created with `ssh-keygen -m pem`, if Duplicati reports an error like _openssh key type: ssh-rsa is not supported_.
|
||||||
|
|
||||||
* `--ssh-key`
|
* `--ssh-key`
|
||||||
An url-encoded SSH private key. The private key must be prefixed with `sshkey://`. If the file is encrypted, the password supplied is used to decrypt the keyfile. If this option is supplied, the password is not used to authenticate. This option only works when using the managed SSH client.
|
An url-encoded SSH private key. The private key must be prefixed with `sshkey://`. If the file is encrypted, the password supplied is used to decrypt the keyfile. If this option is supplied, the password is not used to authenticate. This option only works when using the managed SSH client.
|
||||||
* `--ssh-operation-timeout = 0`
|
* `--ssh-operation-timeout = 0`
|
||||||
@ -284,9 +286,6 @@ Options:
|
|||||||
The password used to connect to the server. This may also be supplied as the environment variable "AUTH_PASSWORD".
|
The password used to connect to the server. This may also be supplied as the environment variable "AUTH_PASSWORD".
|
||||||
* `--auth-username`
|
* `--auth-username`
|
||||||
The username used to connect to the server. This may also be supplied as the environment variable "AUTH_USERNAME".
|
The username used to connect to the server. This may also be supplied as the environment variable "AUTH_USERNAME".
|
||||||
* `--azure-blob-container_name (String)`
|
|
||||||
The name of the storage container.
|
|
||||||
All files will be written to the container specified.
|
|
||||||
* `--integrated-authentication`
|
* `--integrated-authentication`
|
||||||
If the server and client both supports integrated authentication, this option enables that authentication method. This is likely only available with windows servers and clients.
|
If the server and client both supports integrated authentication, this option enables that authentication method. This is likely only available with windows servers and clients.
|
||||||
* `--force-digest-authentication`
|
* `--force-digest-authentication`
|
||||||
@ -320,6 +319,12 @@ An alternative parameter for specifying the storage account name. This parameter
|
|||||||
* `--auth-password (Password)`
|
* `--auth-password (Password)`
|
||||||
The storage account access key.
|
The storage account access key.
|
||||||
An alternative parametyr for specifying the storage account access key. This parameter will be ignored if the access key is specified in the URL or the `--azure-access_key` parameter is provided. This may also be supplied as the environment variable `AUTH_PASSWORD`.
|
An alternative parametyr for specifying the storage account access key. This parameter will be ignored if the access key is specified in the URL or the `--azure-access_key` parameter is provided. This may also be supplied as the environment variable `AUTH_PASSWORD`.
|
||||||
|
* `--azure-blob-container-name (String)`
|
||||||
|
The name of the storage container.
|
||||||
|
All files will be written to the container specified.
|
||||||
|
|
||||||
|
The Azure blobs don't support folders, try to use the --prefix general advanced option if you want to manage several backups in one container.
|
||||||
|
|
||||||
|
|
||||||
## B2 Cloud Storage
|
## B2 Cloud Storage
|
||||||
|
|
||||||
@ -442,20 +447,6 @@ The authorization token retrieved from [https://duplicati-oauth-handler.appspot.
|
|||||||
Team drive ID.
|
Team drive ID.
|
||||||
This option sets the team drive to use. Leaving it empty uses the personal drive.
|
This option sets the team drive to use. Leaving it empty uses the personal drive.
|
||||||
|
|
||||||
## HubiC
|
|
||||||
|
|
||||||
This backend can read and write data to HubiC.
|
|
||||||
|
|
||||||
URL Format:
|
|
||||||
|
|
||||||
`hubic://container/folder`
|
|
||||||
|
|
||||||
Options:
|
|
||||||
|
|
||||||
* `--authid (Password)`
|
|
||||||
The authorization code.
|
|
||||||
The authorization token retrieved from [https://duplicati-oauth-handler.appspot.com?type=hubic](https://duplicati-oauth-handler.appspot.com?type=hubic)
|
|
||||||
|
|
||||||
## Jottacloud
|
## Jottacloud
|
||||||
|
|
||||||
This backend can read and write data to Jottacloud using it's REST protocol.
|
This backend can read and write data to Jottacloud using it's REST protocol.
|
||||||
@ -781,33 +772,33 @@ Options:
|
|||||||
* `--use-ssl`
|
* `--use-ssl`
|
||||||
Use this flag to communicate using Secure Socket Layer (SSL) over http (https).
|
Use this flag to communicate using Secure Socket Layer (SSL) over http (https).
|
||||||
|
|
||||||
## Tardigrade Decentralized Cloud Storage
|
## Storj (ex Tardigrade) Decentralized Cloud Storage
|
||||||
|
|
||||||
This backend can read and write data to the Tardigrade Decentralized Cloud Storage.
|
This backend can read and write data to the Storj Decentralized Cloud Storage.
|
||||||
|
|
||||||
Supported options:
|
Supported options:
|
||||||
|
|
||||||
* `--tardigrade-auth-method (String)`
|
* `--storj-auth-method (String)`
|
||||||
The authentication method
|
The authentication method
|
||||||
The authentication method describes which way to use to connect to the network - either via API key or via an access grant.
|
The authentication method describes which way to use to connect to the network - either via API key or via an access grant.
|
||||||
Default value: `API key`
|
Default value: `API key`
|
||||||
* `--tardigrade-satellite (String)`
|
* `--storj-satellite (String)`
|
||||||
The satellite
|
The satellite
|
||||||
The satellite that keeps track of all metadata. Use a Tardigrade-grade server for high-performance SLA-backed connectivity or use a community server. Or even host your own.
|
The satellite that keeps track of all metadata. Use a Storj-grade server for high-performance SLA-backed connectivity or use a community server. Or even host your own.
|
||||||
Default value: `us-central-1.tardigrade.io:7777`
|
Default value: `us1.storj.io:7777`
|
||||||
* `--tardigrade-api-key (String)`
|
* `--storj-api-key (String)`
|
||||||
The API key
|
The API key
|
||||||
The API key grants access to a specific project on your chosen satellite. Head over to the dashboard of your satellite to create one if you do not already have an API key.
|
The API key grants access to a specific project on your chosen satellite. Head over to the dashboard of your satellite to create one if you do not already have an API key.
|
||||||
* `--tardigrade-secret (Password)`
|
* `--storj-secret (Password)`
|
||||||
The encryption passphrase
|
The encryption passphrase
|
||||||
The encryption passphrase is used to encrypt your data before sending it to the tardigrade network. This passphrase can be the only secret to provide - for Tardigrade you do not necessary need any additional encryption (from Duplicati) in place.
|
The encryption passphrase is used to encrypt your data before sending it to the storj network. This passphrase can be the only secret to provide - for Storj you do not necessary need any additional encryption (from Duplicati) in place.
|
||||||
* `--tardigrade-shared-access (String)`
|
* `--storj-shared-access (String)`
|
||||||
The access grant
|
The access grant
|
||||||
An access grant contains all information in one encrypted string. You may use it instead of a satellite, API key and secret.
|
An access grant contains all information in one encrypted string. You may use it instead of a satellite, API key and secret.
|
||||||
* `--tardigrade-bucket (String)`
|
* `--storj-bucket (String)`
|
||||||
The bucket
|
The bucket
|
||||||
The bucket where the backup will reside in.
|
The bucket where the backup will reside in.
|
||||||
* `--tardigrade-folder (String)`
|
* `--storj-folder (String)`
|
||||||
The folder
|
The folder
|
||||||
The folder within the bucket where the backup will reside in.
|
The folder within the bucket where the backup will reside in.
|
||||||
|
|
||||||
@ -818,10 +809,6 @@ Object storage (Cloud Object Storage, COS) is a distributed storage service for
|
|||||||
|
|
||||||
Supported options:
|
Supported options:
|
||||||
|
|
||||||
* `--tardigrade-auth-method (String)`
|
|
||||||
The authentication method
|
|
||||||
The authentication method describes which way to use to connect to the network - either via API key or via an access grant.
|
|
||||||
Default value: `API key`
|
|
||||||
* `--cos-app-id (String)`
|
* `--cos-app-id (String)`
|
||||||
Account ID
|
Account ID
|
||||||
Account ID of Tencent Cloud Account
|
Account ID of Tencent Cloud Account
|
||||||
@ -837,3 +824,7 @@ Cloud API Secret Key
|
|||||||
* `--cos-bucket (String)`
|
* `--cos-bucket (String)`
|
||||||
Bucket
|
Bucket
|
||||||
Bucket, format: BucketName-APPID
|
Bucket, format: BucketName-APPID
|
||||||
|
* `--cos-storage-class (String)`
|
||||||
|
Storage class
|
||||||
|
Storage class of the object (do not use ARCHIVE types)
|
||||||
|
|
||||||
|
@ -229,11 +229,19 @@ By default, your system locale and culture settings will be used. In some cases
|
|||||||
|
|
||||||
### full-block-verification
|
### full-block-verification
|
||||||
`--full-block-verification = false`
|
`--full-block-verification = false`
|
||||||
Use this option to increase verification by checking the hash of blocks read from a volume before patching restored files with the data.
|
Use this option to increase verification by checking the hash of ALL blocks in a block volume.
|
||||||
|
When restoring, all blocks of a volume are tested or none according to this option.
|
||||||
|
When testing, if this option is set all blocks of a volume are tested, if not, a random 20%.
|
||||||
|
When testing, this option implies --full-remote-verification.
|
||||||
|
It is defaulting to false in both backup and explicit test, since it is using several database queries for each block in a remote volume, which is slow.
|
||||||
|
|
||||||
### full-remote-verification
|
### full-remote-verification
|
||||||
`--full-remote-verification = false`
|
`--full-remote-verification = false`
|
||||||
After a backup is completed, some files are selected for verification on the remote backend. Use this option to turn on full verification, which will decrypt the files and examine the insides of each volume, instead of simply verifying the external hash, If the option `--no-backend-verification` is set, no remote files are verified. This option is automatically set when then verification is performed directly.
|
After a backup is completed, some (by default 1 of each type, see the --backup-test- options to change that) files are selected for verification on the remote backend; use this option to turn on verification of the selected volumes, which will decrypt and verify their content, instead of simply verifying the volume hash if false.
|
||||||
|
Note that whatever the option value, the volume has to be fetched from the backend, but no temporary file is created when just checking the hash.
|
||||||
|
For backups, to have any effect, the --no-backend-verification option should be NOT set.
|
||||||
|
For tests launched independently of backups (test in command line mode), if defined, it is set by default to false. However, if not defined, a full remote verification is performed.
|
||||||
|
Note that a data volume is not necessarily completely verified, see above --full-block-verification.
|
||||||
|
|
||||||
### full-result
|
### full-result
|
||||||
`--full-result = false`
|
`--full-result = false`
|
||||||
@ -607,6 +615,15 @@ These options provide support for sending status reports via HTTP messages. Modu
|
|||||||
### send-http-url
|
### send-http-url
|
||||||
`--send-http-url (String)`
|
`--send-http-url (String)`
|
||||||
HTTP report url.
|
HTTP report url.
|
||||||
|
*This option is deprecated. For version 2.0.8.106 and newer, use* `--send-http-form-urls` *and* `--send-http-json-urls` *instead.*
|
||||||
|
|
||||||
|
### send-http-form-urls
|
||||||
|
`--send-http-form-urls (String)`
|
||||||
|
HTTP report urls for sending form-encoded data. This property accepts multiple urls, separated by a semi-colon. All urls will receive the same data. Note that this option ignores the format and verb settings.
|
||||||
|
|
||||||
|
### send-http-json-urls
|
||||||
|
`--send-http-json-urls (String)`
|
||||||
|
HTTP report urls for sending JSON data. This property accepts multiple urls, separated by a semi-colon. All urls will receive the same data. Note that this option ignores the format and verb settings.
|
||||||
|
|
||||||
### send-http-message
|
### send-http-message
|
||||||
`--send-http-message (String)`
|
`--send-http-message (String)`
|
||||||
|
@ -69,7 +69,7 @@ The path to the folder where the static files for the webserver is present. The
|
|||||||
* `--webservice-port`
|
* `--webservice-port`
|
||||||
The port the webserver listens on. Multiple values may be supplied with a comma in between.
|
The port the webserver listens on. Multiple values may be supplied with a comma in between.
|
||||||
* `--webservice-sslcertificatefile`
|
* `--webservice-sslcertificatefile`
|
||||||
The certificate and key file in PKCS #12 format the webserver use for SSL. Only RSA/DSA keys are supported.
|
The certificate and key file in PKCS #12 format the webserver use for SSL. Only RSA/DSA keys are supported. Also, under mono, the modern (i.e. AES) encryptions for the PKCS#12 files are not supported (PBE-SHA1-3DES is one example that works).
|
||||||
* `--webservice-sslcertificatepassword`
|
* `--webservice-sslcertificatepassword`
|
||||||
The password for decryption of certificate PKCS #12 file.
|
The password for decryption of certificate PKCS #12 file.
|
||||||
* `--webservice-interface`
|
* `--webservice-interface`
|
||||||
@ -127,7 +127,7 @@ Usage:
|
|||||||
`<protocol>://<username>:<password>@<path>`
|
`<protocol>://<username>:<password>@<path>`
|
||||||
|
|
||||||
Supported protocols are:
|
Supported protocols are:
|
||||||
`aftp`, `amzcd`, `azure`, `b2`, `box`, `cloudfiles`, `dropbox`, `file`, `ftp`, `googledrive`, `gcs`, `hubic`, `jottacloud`, `mega`, `onedrive`, `openstack`, `s3`, `od4b`, `mssp`, `ssh`, `tahoe`, `webdav`
|
`aftp`, `amzcd`, `azure`, `b2`, `box`, `cloudfiles`, `dropbox`, `file`, `ftp`, `googledrive`, `gcs`, `jottacloud`, `mega`, `onedrive`, `openstack`, `s3`, `od4b`, `mssp`, `ssh`, `tahoe`, `webdav`
|
||||||
|
|
||||||
Use one or more of the following command line options:
|
Use one or more of the following command line options:
|
||||||
|
|
||||||
@ -223,7 +223,7 @@ The following commands are supported:
|
|||||||
`GET`, `PUT`, `LIST`, `DELETE`, `CREATEFOLDER`
|
`GET`, `PUT`, `LIST`, `DELETE`, `CREATEFOLDER`
|
||||||
|
|
||||||
The supported protocols are:
|
The supported protocols are:
|
||||||
`aftp`, `amzcd`, `azure`, `b2`, `box`, `cloudfiles`, `dropbox`, `file`, `ftp`, `googledrive`, `gcs`, `hubic`, `jottacloud`, `mega`, `onedrive`, `openstack`, `s3`, `od4b`, `mssp`, `ssh`, `tahoe`, `webdav`
|
`aftp`, `amzcd`, `azure`, `b2`, `box`, `cloudfiles`, `dropbox`, `file`, `ftp`, `googledrive`, `gcs`, `jottacloud`, `mega`, `onedrive`, `openstack`, `s3`, `od4b`, `mssp`, `ssh`, `storj', `tahoe`, `webdav`
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
`LIST ftp://user:pass@server/folder`
|
`LIST ftp://user:pass@server/folder`
|
||||||
|
@ -1,332 +1,25 @@
|
|||||||
|
|
||||||
# APPENDIX F - License Agreement
|
# APPENDIX F - License Agreement
|
||||||
|
|
||||||
```nohighlight
|
```nohighlight
|
||||||
GNU LESSER GENERAL PUBLIC LICENSE
|
MIT License
|
||||||
Version 2.1, February 1999
|
|
||||||
Copyright (C) 1991, 1999 Free Software Foundation, Inc.
|
|
||||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
|
|
||||||
Everyone is permitted to copy and distribute verbatim copies
|
|
||||||
of this license document, but changing it is not allowed.
|
|
||||||
|
|
||||||
[This is the first released version of the Lesser GPL. It also counts
|
Copyright (c) 2024 Duplicati
|
||||||
as the successor of the GNU Library Public License, version 2, hence
|
|
||||||
the version number 2.1.]
|
|
||||||
Preamble
|
|
||||||
The licenses for most software are designed to take away your freedom to share and
|
|
||||||
change it. By contrast, the GNU General Public Licenses are intended to guarantee
|
|
||||||
your freedom to share and change free software--to make sure the software is free
|
|
||||||
for all
|
|
||||||
its users.
|
|
||||||
This license, the Lesser General Public License, applies to some specially designated
|
|
||||||
software packages--typically libraries--of the Free Software Foundation and other
|
|
||||||
authors who decide to use it. You can use it too, but we suggest you first think
|
|
||||||
carefully about whether this license or the ordinary General Public License is the
|
|
||||||
better strategy to use in any particular case, based on the explanations below.
|
|
||||||
When we speak of free software, we are referring to freedom of use, not price. Our
|
|
||||||
General Public Licenses are designed to make sure that you have the freedom to
|
|
||||||
distribute copies of free software (and charge for this service if you wish); that
|
|
||||||
you receive source code or can get it if you want it; that you can change the
|
|
||||||
software and use pieces of it in new free programs; and that you are informed that
|
|
||||||
you can do these things.
|
|
||||||
To protect your rights, we need to make restrictions that forbid distributors to deny
|
|
||||||
you these rights or to ask you to surrender these rights. These restrictions
|
|
||||||
translate to certain responsibilities for you if you distribute copies of the library
|
|
||||||
or if you modify it.
|
|
||||||
|
|
||||||
For example, if you distribute copies of the library, whether gratis or for a fee,
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
you must give the recipients all the rights that we gave you. You must make sure that
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
they, too, receive or can get the source code. If you link other code with the
|
in the Software without restriction, including without limitation the rights
|
||||||
library, you must provide complete object files to the recipients, so that they can
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
relink them with the library after making changes to the library and recompiling it.
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
And you must show them these terms so they know their rights.
|
furnished to do so, subject to the following conditions:
|
||||||
We protect your rights with a two-step method: (1) we copyright the library, and (2)
|
|
||||||
we offer you this license, which gives you legal permission to copy, distribute
|
|
||||||
and/or modify the library.
|
|
||||||
To protect each distributor, we want to make it very clear that there is no warranty
|
|
||||||
for the free library. Also, if the library is modified by someone else and passed
|
|
||||||
on, the recipients should know that what they have is not the original version, so
|
|
||||||
that the original author's reputation will not be affected by problems that might be
|
|
||||||
introduced by others.
|
|
||||||
Finally, software patents pose a constant threat to the existence of any free
|
|
||||||
program. We wish to make sure that a company cannot effectively restrict the users
|
|
||||||
of a free program by obtaining a restrictive license from a patent holder.
|
|
||||||
Therefore, we insist that any patent license obtained for a version of the library
|
|
||||||
must be consistent with the full freedom of use specified in this license.
|
|
||||||
Most GNU software, including some libraries, is covered by the ordinary GNU General
|
|
||||||
Public License. This license, the GNU Lesser General Public License, applies to
|
|
||||||
certain designated libraries, and is quite different from the ordinary General
|
|
||||||
Public License. We use this license for certain libraries in order to permit linking
|
|
||||||
those libraries into non-free programs.
|
|
||||||
When a program is linked with a library, whether statically or using a shared
|
|
||||||
library, the combination of the two is legally speaking a combined work, a
|
|
||||||
derivative of the original library. The ordinary General Public License therefore
|
|
||||||
permits such linking only if the entire combination fits its criteria of freedom.
|
|
||||||
The Lesser General Public License permits more lax criteria for linking other code
|
|
||||||
with the library.
|
|
||||||
We call this license the "Lesser" General Public License because it does Less to
|
|
||||||
protect the user's freedom than the ordinary General Public License. It also provides
|
|
||||||
other free software developers Less of an advantage over competing non-free programs.
|
|
||||||
These disadvantages are the reason we use the ordinary General Public License for
|
|
||||||
many libraries. However, the Lesser license provides advantages in certain special
|
|
||||||
circumstances.
|
|
||||||
For example, on rare occasions, there may be a special need to encourage the widest
|
|
||||||
possible use of a certain library, so that it becomes a de-facto standard. To
|
|
||||||
achieve this, non-free programs must be allowed to use the library. A more frequent
|
|
||||||
case is that a free library does the same job as widely used non-free libraries. In
|
|
||||||
this case, there is little to gain by limiting the free library to free software only,
|
|
||||||
so we use the Lesser General Public License.
|
|
||||||
In other cases, permission to use a particular library in non-free programs enables
|
|
||||||
a greater number of people to use a large body of free software. For example,
|
|
||||||
permission to use the GNU C Library in non-free programs enables many more people to
|
|
||||||
use the whole GNU operating system, as well as its variant, the GNU/Linux operating
|
|
||||||
system.
|
|
||||||
Although the Lesser General Public License is Less protective of the users' freedom,
|
|
||||||
it does ensure that the user of a program that is linked with the Library has the
|
|
||||||
freedom and the wherewithal to run that program using a modified version of the
|
|
||||||
Library.
|
|
||||||
The precise terms and conditions for copying, distribution and modification follow.
|
|
||||||
Pay close attention to the difference between a "work based on the library" and a
|
|
||||||
"work that uses the library". The former contains code derived from the library,
|
|
||||||
whereas the latter must be combined with the library in order to run.
|
|
||||||
|
|
||||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
The above copyright notice and this permission notice shall be included in all
|
||||||
0. This License Agreement applies to any software library or other program which
|
copies or substantial portions of the Software.
|
||||||
contains a notice placed by the copyright holder or other authorized party saying it
|
|
||||||
may be distributed under the terms of this Lesser General Public License (also called
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
"this License"). Each licensee is addressed as "you".
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
A "library" means a collection of software functions and/or data prepared so as to be
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
conveniently linked with application programs (which use some of those functions and
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
data) to form executables.
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
The "Library", below, refers to any such software library or work which has been
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
distributed under these terms. A "work based on the Library" means either the Library
|
SOFTWARE.
|
||||||
or any derivative work under copyright law: that is to say, a work containing the
|
|
||||||
Library or a portion of it, either verbatim or with modifications and/or translated
|
|
||||||
straightforwardly into another language. (Hereinafter, translation is included without
|
|
||||||
limitation in the term "modification".)
|
|
||||||
"Source code" for a work means the preferred form of the work for making modifications
|
|
||||||
to it. For a library, complete source code means all the source code for all modules
|
|
||||||
it contains, plus any associated interface definition files, plus the scripts used to
|
|
||||||
control compilation and installation of the library.
|
|
||||||
Activities other than copying, distribution and modification are not covered by this
|
|
||||||
License; they are outside its scope. The act of running a program using the Library
|
|
||||||
is not restricted, and output from such a program is covered only if its contents
|
|
||||||
constitute a work based on the Library (independent of the use of the Library in a
|
|
||||||
tool for writing it). Whether that is true depends on what the Library does and what
|
|
||||||
the program that uses the Library does.
|
|
||||||
1. You may copy and distribute verbatim copies of the Library's complete source code
|
|
||||||
as you receive it, in any medium, provided that you conspicuously and appropriately
|
|
||||||
publish on each copy an appropriate copyright notice and disclaimer of warranty; keep
|
|
||||||
intact all the notices that refer to this License and to the absence of any warranty;
|
|
||||||
and distribute a copy of this License along with the Library.
|
|
||||||
You may charge a fee for the physical act of transferring a copy, and you may at your
|
|
||||||
option offer warranty protection in exchange for a fee.
|
|
||||||
2. You may modify your copy or copies of the Library or any portion of it, thus
|
|
||||||
forming a work based on the Library, and copy and distribute such modifications or
|
|
||||||
work under the terms of Section 1 above, provided that you also meet all of these
|
|
||||||
conditions:
|
|
||||||
a) The modified work must itself be a software library.
|
|
||||||
b) You must cause the files modified to carry prominent notices stating that
|
|
||||||
you changed the files and the date of any change.
|
|
||||||
c) You must cause the whole of the work to be licensed at no charge to all
|
|
||||||
third parties under the terms of this License.
|
|
||||||
d) If a facility in the modified Library refers to a function or a table of
|
|
||||||
data to be supplied by an application program that uses the facility, other
|
|
||||||
than as an argument passed when the facility is invoked, then you must make
|
|
||||||
a good faith effort to ensure that, in the event an application does not
|
|
||||||
supply such function or table, the facility still operates, and performs
|
|
||||||
whatever part of its purpose remains meaningful. (For example, a function
|
|
||||||
in a library to compute square roots has a purpose that is entirely
|
|
||||||
well-defined independent of the application. Therefore, Subsection 2d
|
|
||||||
requires that any application-supplied function or table used by this
|
|
||||||
function must be optional: if the application does not supply it, the square
|
|
||||||
root function must still compute square roots.)
|
|
||||||
These requirements apply to the modified work as a whole. If identifiable sections of
|
|
||||||
that work are not derived from the Library, and can be reasonably considered independent
|
|
||||||
and separate works in themselves, then this License, and its terms, do not apply to those
|
|
||||||
sections when you distribute them as separate works. But when you distribute the same
|
|
||||||
sections as part of a whole which is a work based on the Library, the distribution of the
|
|
||||||
whole must be on the terms of this License, whose permissions for other licensees extend
|
|
||||||
to the entire whole, and thus to each and every part regardless of who wrote it.
|
|
||||||
Thus, it is not the intent of this section to claim rights or contest your rights to work
|
|
||||||
written entirely by you; rather, the intent is to exercise the right to control the
|
|
||||||
distribution of derivative or collective works based on the Library.
|
|
||||||
In addition, mere aggregation of another work not based on the Library with the Library
|
|
||||||
(or with a work based on the Library) on a volume of a storage or distribution medium
|
|
||||||
does not bring the other work under the scope of this License.
|
|
||||||
3. You may opt to apply the terms of the ordinary GNU General Public License instead
|
|
||||||
of this License to a given copy of the Library. To do this, you must alter all the
|
|
||||||
notices that refer to this License, so that they refer to the ordinary GNU General
|
|
||||||
Public License, version 2, instead of to this License. (If a newer version than
|
|
||||||
version 2 of the ordinary GNU General Public License has appeared, then you can specify
|
|
||||||
that version instead if you wish.) Do not make any other change in these notices.
|
|
||||||
Once this change is made in a given copy, it is irreversible for that copy, so the
|
|
||||||
ordinary GNU General Public License applies to all subsequent copies and derivative works
|
|
||||||
made from that copy.
|
|
||||||
This option is useful when you wish to copy part of the code of the Library into a
|
|
||||||
program that is not a library.
|
|
||||||
4. You may copy and distribute the Library (or a portion or derivative of it, under
|
|
||||||
Section 2) in object code or executable form under the terms of Sections 1 and 2 above
|
|
||||||
provided that you accompany it with the complete corresponding machine-readable source
|
|
||||||
code, which must be distributed under the terms of Sections 1 and 2 above on a medium
|
|
||||||
customarily used for software interchange.
|
|
||||||
If distribution of object code is made by offering access to copy from a designated
|
|
||||||
place, then offering equivalent access to copy the source code from the same place
|
|
||||||
satisfies the requirement to distribute the source code, even though third parties are
|
|
||||||
not compelled to copy the source along with the object code.
|
|
||||||
5. A program that contains no derivative of any portion of the Library, but is designed
|
|
||||||
to work with the Library by being compiled or linked with it, is called a "work that
|
|
||||||
uses the Library". Such a work, in isolation, is not a derivative work of the Library,
|
|
||||||
and therefore falls outside the scope of this License.
|
|
||||||
However, linking a "work that uses the Library" with the Library creates an executable
|
|
||||||
that is a derivative of the Library (because it contains portions of the Library),
|
|
||||||
rather than a "work that uses the library". The executable is therefore covered by this
|
|
||||||
License. Section 6 states terms for distribution of such executables.
|
|
||||||
When a "work that uses the Library" uses material from a header file that is part of
|
|
||||||
the Library, the object code for the work may be a derivative work of the Library even
|
|
||||||
though the source code is not. Whether this is true is especially significant if the
|
|
||||||
work can be linked without the Library, or if the work is itself a library. The
|
|
||||||
threshold for this to be true is not precisely defined by law.
|
|
||||||
If such an object file uses only numerical parameters, data structure layouts and
|
|
||||||
accessors, and small macros and small inline functions (ten lines or less in length),
|
|
||||||
then the use of the object file is unrestricted, regardless of whether it is legally
|
|
||||||
a derivative work. (Executables containing this object code plus portions of the
|
|
||||||
Library will still fall under Section 6.)
|
|
||||||
Otherwise, if the work is a derivative of the Library, you may distribute the object
|
|
||||||
code for the work under the terms of Section 6. Any executables containing that work
|
|
||||||
also fall under Section 6, whether or not they are linked directly with the Library
|
|
||||||
itself.
|
|
||||||
6. As an exception to the Sections above, you may also combine or link a "work that
|
|
||||||
uses the Library" with the Library to produce a work containing portions of the
|
|
||||||
Library, and distribute that work under terms of your choice, provided that the
|
|
||||||
terms permit modification of the work for the customer's own use and reverse
|
|
||||||
engineering for debugging such modifications.
|
|
||||||
You must give prominent notice with each copy of the work that the Library is used
|
|
||||||
in it and that the Library and its use are covered by this License. You must supply
|
|
||||||
a copy of this License. If the work during execution displays copyright notices,
|
|
||||||
you must include the copyright notice for the Library among them, as well as a
|
|
||||||
reference directing the user to the copy of this License. Also, you must do one of
|
|
||||||
these things:
|
|
||||||
a) Accompany the work with the complete corresponding machine-readable
|
|
||||||
source code for the Library including whatever changes were used in the
|
|
||||||
work (which must be distributed under Sections 1 and 2 above); and, if
|
|
||||||
the work is an executable linked with the Library, with the complete
|
|
||||||
machine-readable "work that uses the Library", as object code and/or
|
|
||||||
source code, so that the user can modify the Library and then relink to
|
|
||||||
produce a modified executable containing the modified Library. (It is
|
|
||||||
understood that the user who changes the contents of definitions files
|
|
||||||
in the Library will not necessarily be able to recompile the application
|
|
||||||
to use the modified definitions.)
|
|
||||||
b) Use a suitable shared library mechanism for linking with the Library.
|
|
||||||
A suitable mechanism is one that (1) uses at run time a copy of the
|
|
||||||
library already present on the user's computer system, rather than
|
|
||||||
copying library functions into the executable, and (2) will operate
|
|
||||||
properly with a modified version of the library, if the user installs
|
|
||||||
one, as long as the modified version is interface-compatible with the
|
|
||||||
version that the work was made with.
|
|
||||||
c) Accompany the work with a written offer, valid for at least three
|
|
||||||
years, to give the same user the materials specified in Subsection 6a,
|
|
||||||
above, for a charge no more than the cost of performing this distribution.
|
|
||||||
d) If distribution of the work is made by offering access to copy from a
|
|
||||||
designated place, offer equivalent access to copy the above specified
|
|
||||||
materials from the same place.
|
|
||||||
e) Verify that the user has already received a copy of these materials
|
|
||||||
or that you have already sent this user a copy.
|
|
||||||
For an executable, the required form of the "work that uses the Library" must
|
|
||||||
include any data and utility programs needed for reproducing the executable
|
|
||||||
from it. However, as a special exception, the materials to be distributed need not
|
|
||||||
include anything that is normally distributed (in either source or binary form) with the
|
|
||||||
major components (compiler, kernel, and so on) of the operating system on which the
|
|
||||||
executable runs, unless that component itself accompanies the executable.
|
|
||||||
It may happen that this requirement contradicts the license restrictions of other
|
|
||||||
proprietary libraries that do not normally accompany the operating system. Such a
|
|
||||||
contradiction means you cannot use both them and the Library together in an executable
|
|
||||||
that you distribute.
|
|
||||||
7. You may place library facilities that are a work based on the Library side-by-side in
|
|
||||||
a single library together with other library facilities not covered by this License, and
|
|
||||||
distribute such a combined library, provided that the separate distribution of the work
|
|
||||||
based on the Library and of the other library facilities is otherwise permitted, and
|
|
||||||
provided that you do these two things:
|
|
||||||
a) Accompany the combined library with a copy of the same work based on the
|
|
||||||
Library, uncombined with any other library facilities. This must be distributed
|
|
||||||
under the terms of the Sections above.
|
|
||||||
b) Give prominent notice with the combined library of the fact that part of it
|
|
||||||
is a work based on the Library, and explaining where to find the accompanying
|
|
||||||
uncombined form of the same work.
|
|
||||||
8. You may not copy, modify, sublicense, link with, or distribute the Library except as
|
|
||||||
expressly provided under this License. Any attempt otherwise to copy, modify, sublicense,
|
|
||||||
link with, or distribute the Library is void, and will automatically terminate your
|
|
||||||
rights under this License. However, parties who have received copies, or rights, from you
|
|
||||||
under this License will not have their licenses terminated so long as such parties remain
|
|
||||||
in full compliance.
|
|
||||||
9. You are not required to accept this License, since you have not signed it. However,
|
|
||||||
nothing else grants you permission to modify or distribute the Library or its derivative
|
|
||||||
works. These actions are prohibited by law if you do not accept this License. Therefore,
|
|
||||||
by modifying or distributing the Library (or any work based on the Library), you indicate
|
|
||||||
your acceptance of this License to do so, and all its terms and conditions for copying,
|
|
||||||
distributing or modifying the Library or works based on it.
|
|
||||||
10. Each time you redistribute the Library (or any work based on the Library), the
|
|
||||||
recipient automatically receives a license from the original licensor to copy,
|
|
||||||
distribute, link with or modify the Library subject to these terms and conditions. You may
|
|
||||||
not impose any further restrictions on the recipients' exercise of the rights granted
|
|
||||||
herein. You are not responsible for enforcing compliance by third parties with this License.
|
|
||||||
11. If, as a consequence of a court judgment or allegation of patent infringement or for
|
|
||||||
any other reason (not limited to patent issues), conditions are imposed on you (whether
|
|
||||||
by court order, agreement or otherwise) that contradict the conditions of this License,
|
|
||||||
they do not excuse you from the conditions of this License. If you cannot distribute so
|
|
||||||
as to satisfy simultaneously your obligations under this License and any other pertinent
|
|
||||||
obligations, then as a consequence you may not distribute the Library at all. For example,
|
|
||||||
if a patent license would not permit royalty-free redistribution of the Library by all
|
|
||||||
those who receive copies directly or indirectly through you, then the only way you could
|
|
||||||
satisfy both it and this License would be to refrain entirely from distribution of the
|
|
||||||
Library.
|
|
||||||
If any portion of this section is held invalid or unenforceable under any particular
|
|
||||||
circumstance, the balance of the section is intended to apply, and the section as a
|
|
||||||
whole is intended to apply in other circumstances.
|
|
||||||
It is not the purpose of this section to induce you to infringe any patents or other
|
|
||||||
property right claims or to contest validity of any such claims; this section has the
|
|
||||||
sole purpose of protecting the integrity of the free software distribution system which
|
|
||||||
is implemented by public license practices. Many people have made generous contributions
|
|
||||||
to the wide range of software distributed through that system in reliance on consistent
|
|
||||||
application of that system; it is up to the author/donor to decide if he or she is willing
|
|
||||||
to distribute software through any other system and a licensee cannot impose that choice.
|
|
||||||
This section is intended to make thoroughly clear what is believed to be a consequence of
|
|
||||||
the rest of this License.
|
|
||||||
12. If the distribution and/or use of the Library is restricted in certain countries
|
|
||||||
either by patents or by copyrighted interfaces, the original copyright holder who places
|
|
||||||
the Library under this License may add an explicit geographical distribution limitation
|
|
||||||
excluding those countries, so that distribution is permitted only in or among countries
|
|
||||||
not thus excluded. In such case, this License incorporates the limitation as if written
|
|
||||||
in the body of this License.
|
|
||||||
13. The Free Software Foundation may publish revised and/or new versions of the Lesser
|
|
||||||
General Public License from time to time. Such new versions will be similar in spirit
|
|
||||||
to the present version, but may differ in detail to address new problems or concerns.
|
|
||||||
Each version is given a distinguishing version number. If the Library specifies a
|
|
||||||
version number of this License which applies to it and "any later version", you have
|
|
||||||
the option of following the terms and conditions either of that version or of any later
|
|
||||||
version published by the Free Software Foundation. If the Library does not specify a
|
|
||||||
license version number, you may choose any version ever published by the Free Software
|
|
||||||
Foundation.
|
|
||||||
14. If you wish to incorporate parts of the Library into other free programs whose
|
|
||||||
distribution conditions are incompatible with these, write to the author to ask for
|
|
||||||
permission. For software which is copyrighted by the Free Software Foundation, write to
|
|
||||||
the Free Software Foundation; we sometimes make exceptions for this. Our decision will be
|
|
||||||
guided by the two goals of preserving the free status of all derivatives of our free
|
|
||||||
software and of promoting the sharing and reuse of software generally.
|
|
||||||
NO WARRANTY
|
|
||||||
15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE LIBRARY,
|
|
||||||
TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE
|
|
||||||
COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF
|
|
||||||
ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
||||||
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO
|
|
||||||
THE QUALITY AND PERFORMANCE OF THE LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE,
|
|
||||||
YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
|
|
||||||
16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY
|
|
||||||
COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE LIBRARY AS
|
|
||||||
PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL
|
|
||||||
OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE LIBRARY (INCLUDING
|
|
||||||
BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
|
|
||||||
YOU OR THIRD PARTIES OR A FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN
|
|
||||||
IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
|
|
||||||
END OF TERMS AND CONDITIONS
|
|
||||||
```
|
```
|
||||||
|
@ -6,14 +6,14 @@
|
|||||||

|

|
||||||
|
|
||||||
|
|
||||||
2023/06/20
|
2024/11/14
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Copyright © 2018-2023 by The Duplicati Team.
|
Copyright © 2018-2024 by The Duplicati Team.
|
||||||
|
|
||||||
The information in this document is subject to change without notice. Although every precaution has been taken in the preparation of this book, The Duplicati Team assumes no responsibility for errors and omissions. Nor is any liability assumed for damages resulting from the information contained herein.
|
The information in this document is subject to change without notice. Although every precaution has been taken in the preparation of this book, The Duplicati Team assumes no responsibility for errors and omissions. Nor is any liability assumed for damages resulting from the information contained herein.
|
||||||
|
|
||||||
|
95
mkdocs.yml
95
mkdocs.yml
@ -1,54 +1,49 @@
|
|||||||
|
|
||||||
|
|
||||||
# Project information
|
# Project information
|
||||||
site_name: "Duplicati 2 User's Manual"
|
site_name: "Duplicati 2 User's Manual"
|
||||||
site_description: 'Documentation for Duplicati 2'
|
site_description: "Documentation for Duplicati 2"
|
||||||
site_author: 'K. Zaaijer'
|
site_author: "K. Zaaijer"
|
||||||
site_url: 'https://www.duplicati.com/'
|
site_url: "https://duplicati.com/"
|
||||||
|
|
||||||
# Repository
|
# Repository
|
||||||
repo_name: 'kees-z/DuplicatiDocs'
|
repo_name: "kees-z/DuplicatiDocs"
|
||||||
repo_url: 'https://github.com/kees-z/DuplicatiDocs/'
|
repo_url: "https://github.com/kees-z/DuplicatiDocs/"
|
||||||
|
|
||||||
# Copyright
|
# Copyright
|
||||||
copyright: 'Copyright © 2016 - 2023 The Duplicati Team'
|
copyright: "Copyright © 2016 - 2024 The Duplicati Team"
|
||||||
|
|
||||||
# Configuration
|
# Configuration
|
||||||
theme:
|
theme:
|
||||||
name: 'material'
|
name: "material"
|
||||||
language: 'en'
|
language: "en"
|
||||||
|
custom_dir: overrides
|
||||||
palette:
|
palette:
|
||||||
primary: 'blue'
|
primary: "blue"
|
||||||
accent: 'blue'
|
accent: "blue"
|
||||||
font:
|
font:
|
||||||
text: 'Roboto'
|
text: "Roboto"
|
||||||
code: 'Roboto Mono'
|
code: "Roboto Mono"
|
||||||
logo: 'duplicatilogo.png'
|
logo: "duplicatilogo.png"
|
||||||
favicon: 'favicon.ico'
|
favicon: "favicon.ico"
|
||||||
feature:
|
feature:
|
||||||
tabs: false
|
tabs: false
|
||||||
|
|
||||||
# Customization
|
# Customization
|
||||||
extra:
|
extra:
|
||||||
social:
|
social:
|
||||||
- type: 'edge'
|
- type: "edge"
|
||||||
link: 'https://www.duplicati.com'
|
link: "https://duplicati.com"
|
||||||
icon: 'fontawesome/regular/newspaper'
|
icon: "fontawesome/regular/newspaper"
|
||||||
- type: 'comment'
|
- type: "comment"
|
||||||
link: 'https://forum.duplicati.com'
|
link: "https://forum.duplicati.com"
|
||||||
icon: 'fontawesome/regular/comment'
|
icon: "fontawesome/regular/comment"
|
||||||
- type: 'github'
|
- type: "github"
|
||||||
link: 'https://github.com/duplicati/duplicati'
|
link: "https://github.com/duplicati/duplicati"
|
||||||
icon: 'fontawesome/brands/github'
|
icon: "fontawesome/brands/github"
|
||||||
- type: 'donate'
|
|
||||||
link: 'https://www.duplicati.com/donate'
|
|
||||||
icon: 'fontawesome/regular/credit-card'
|
|
||||||
|
|
||||||
|
|
||||||
# Google Analytics
|
# Google Analytics
|
||||||
google_analytics:
|
google_analytics:
|
||||||
- 'UA-XXXXXXXX-X'
|
- "UA-XXXXXXXX-X"
|
||||||
- 'auto'
|
- "auto"
|
||||||
|
|
||||||
# Extensions
|
# Extensions
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
@ -58,24 +53,22 @@ markdown_extensions:
|
|||||||
- toc:
|
- toc:
|
||||||
permalink: true
|
permalink: true
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
nav:
|
nav:
|
||||||
- Home: index.md
|
- Home: index.md
|
||||||
- Manual:
|
- Manual:
|
||||||
- Introduction: 01-introduction.md
|
- Introduction: 01-introduction.md
|
||||||
- Installation: 02-installation.md
|
- Installation: 02-installation.md
|
||||||
- Using the Graphical User Interface: "03-using-the-graphical-user-interface.md"
|
- Using the Graphical User Interface: "03-using-the-graphical-user-interface.md"
|
||||||
- Using Duplicati from the Command Line: "04-using-duplicati-from-the-command-line.md"
|
- Using Duplicati from the Command Line: "04-using-duplicati-from-the-command-line.md"
|
||||||
- Storage Providers: "05-storage-providers.md"
|
- Storage Providers: "05-storage-providers.md"
|
||||||
- Advanced Options: "06-advanced-options.md"
|
- Advanced Options: "06-advanced-options.md"
|
||||||
- Other Command Line Utilities: "07-other-command-line-utilities.md"
|
- Other Command Line Utilities: "07-other-command-line-utilities.md"
|
||||||
- Disaster Recovery: "08-disaster-recovery.md"
|
- Disaster Recovery: "08-disaster-recovery.md"
|
||||||
- Articles:
|
- Articles:
|
||||||
- "How the Backup Process Works": "appendix-a-how-the-backup-process-works.md"
|
- "How the Backup Process Works": "appendix-a-how-the-backup-process-works.md"
|
||||||
- "How the Restore Process Works": "appendix-b-how-the-restore-process-works.md"
|
- "How the Restore Process Works": "appendix-b-how-the-restore-process-works.md"
|
||||||
- "Choosing Sizes in Duplicati": "appendix-c-choosing-sizes-in-duplicati.md"
|
- "Choosing Sizes in Duplicati": "appendix-c-choosing-sizes-in-duplicati.md"
|
||||||
- "Filters": "appendix-d-filters.md"
|
- "Filters": "appendix-d-filters.md"
|
||||||
- "How We Get Along With OAuth": "appendix-e-how-we-get-along-with-oauth.md"
|
- "How We Get Along With OAuth": "appendix-e-how-we-get-along-with-oauth.md"
|
||||||
- "Example Scripts": "appendix-g-example-scripts.md"
|
- "Example Scripts": "appendix-g-example-scripts.md"
|
||||||
- "License Agreement": "appendix-f-license-agreement.md"
|
- "License Agreement": "appendix-f-license-agreement.md"
|
||||||
|
6
overrides/404.html
Normal file
6
overrides/404.html
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{% extends "main.html" %}
|
||||||
|
|
||||||
|
<!-- Content -->
|
||||||
|
{% block content %}
|
||||||
|
<h1>404 - Page not found</h1>
|
||||||
|
{% endblock %}
|
Reference in New Issue
Block a user