New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@tdxvolt/volt-drive

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tdxvolt/volt-drive

Bi-directional synchronisation of folders between two or more locations.

latest
npmnpm
Version
0.2.3
Version published
Maintainers
2
Created
Source

@tdxvolt/volt-drive

Bi-directional synchronisation of folders between two or more locations.

Usage

The application is parameterised using 3 arguments:

argument                shortdescription
--folder-fThe path to the folder to be synchronised. This can be a relative or absolute path.
--database-dThe id or alias of the Volt resource to use as the sync database.
--volt-vThe DID or HTTP URL of the Volt that is hosting the sync database. This is an alternative to providing a configuration file using --config or -c.
--config-cThe path to the configuration file containing credentials for accessing the Volt that is hosting the sync database. This is an alternative to providing a Volt DID or HTTP URL using --volt or -v.

Example

To synchronise a folder called project-acme in the home directory with a Volt resource called @acme-db using the configuration file volt.config.json located in the home directory:

npx @tdxvolt/volt-drive -f /home/user/project-acme -d @acme-db -c /home/user/volt.config.json

Demo

Running the application with no arguments will synchronise with a demonstration database hosted on a Volt running in the cloud to a local folder called demo in the current working directory.

npx @tdxvolt/volt-drive

Setup

As outlined above, volt-drive requires details of a sync database Volt resource to synchronise with. The identifier or alias of the resource is given using the --database or -d argument to the application, and the credentials for connection to the Volt are given using --config or -c.

You can run volt-drive using details that have been shared with you, or you can create your own sync database resource and configure the application to use it.

The Volt management console fusebox is the easiest way to create and manage Volt resources. Use the new menu in the toolbar and select the sync database option from the menu.

The Volt credentials are stored in a JSON file.

You can create an account via the fusebox by navigating to the account folder and selecting the new button from the toolbar.

Make sure to share the sync database created above with the new account. You should give it database-read permission to allow it to receive synchronisation updates, and database-write permission if you want to permit the application to create synchronisation updates.

Once the account has been created, you can copy the credentials from the fusebox and paste them into the volt.config.json file.

Daemonise

The application can be daemonised using PM2.

pm2 start npx @tdxvolt/volt-drive -- -f /path/to/folder -d sync-db-id -c /path/to/volt.config.json

FAQs

Package last updated on 18 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts