docs/content/internxt.md
Internxt Drive is a zero-knowledge encrypted cloud storage service.
Paths are specified as remote:path
Paths may be as deep as required, e.g. remote:directory/subdirectory.
Note: The Internxt backend may not work with all account types. Please refer to Internxt plan details or contact Internxt support to verify rclone compatibility with your subscription.
Here is an example of how to make a remote called internxt. Run rclone config and follow the prompts:
No remotes found, make a new one?
n) New remote
s) Set configuration password
q) Quit config
n/s/q> n
name> internxt
Type of storage to configure.
Choose a number from below, or type in your own value
[snip]
XX / Internxt Drive
\ "internxt"
[snip]
Storage> internxt
Option email.
Email of your Internxt account.
Enter a value.
email> [email protected]
Option pass.
Password.
Enter a value.
password>
Edit advanced config?
y) Yes
n) No (default)
y/n> n
Configuration complete.
Options:
- type: internxt
- email: [email protected]
- pass: *** ENCRYPTED ***
Keep this "internxt" remote?
y) Yes this is OK (default)
e) Edit this remote
d) Delete this remote
y/e/d> y
If you have two-factor authentication enabled on your Internxt account, you will be prompted to enter the code during login.
The authentication process stores your password and mnemonic in the rclone configuration file. It is strongly recommended to encrypt your rclone config to protect these sensitive credentials:
rclone config password
This will prompt you to set a password that encrypts your entire configuration file.
# List files
rclone ls internxt:
# Copy files to Internxt
rclone copy /local/path internxt:remote/path
# Sync local directory to Internxt
rclone sync /local/path internxt:remote/path
# Mount Internxt Drive as a local filesystem
rclone mount internxt: /path/to/mountpoint
# Check storage usage
rclone about internxt:
The Internxt backend does not support hashes.
Modification times are read from the server but cannot be set. The backend reports ModTimeNotSupported precision, so modification times will not be used for sync comparisons.
The Internxt backend replaces the default restricted characters set.
<!-- autogenerated options start - DO NOT EDIT - instead edit fs.RegInfo in backend/internxt/internxt.go and run make backenddocs to verify --> <!-- markdownlint-disable-line line-length -->Here are the Standard options specific to internxt (Internxt Drive).
Email of your Internxt account.
Properties:
Password.
NB Input to this must be obscured - see rclone obscure.
Properties:
Here are the Advanced options specific to internxt (Internxt Drive).
Mnemonic (internal use only)
Properties:
Skip hash validation when downloading files.
By default, hash validation is disabled. Set this to false to enable validation.
Properties:
Concurrency for multipart uploads.
This is the number of chunks of the same file that are uploaded concurrently.
Note that each chunk is buffered in memory.
Properties:
Cutoff for switching to multipart upload.
Any files larger than this will be uploaded in chunks of chunk_size. The minimum is 100 MiB and the maximum is 5 GiB.
Properties:
Chunk size for multipart uploads.
Files larger than upload_cutoff will be uploaded in chunks of this size.
Memory usage is approximately chunk_size * upload_concurrency.
Properties:
The encoding for the backend.
See the encoding section in the overview for more info.
Properties:
Description of the remote.
Properties: