Socket
Socket
Sign inDemoInstall

rs-backup

Package Overview
Dependencies
46
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    rs-backup

Backup and restore data from/to a remoteStorage account


Version published
Weekly downloads
19
increased by280%
Maintainers
1
Install size
4.57 MB
Created
Weekly downloads
 

Readme

Source

npm

remoteStorage Backup/Restore

This program allows you to backup your data from a remoteStorage account to a local hard drive, and restore it either to the same account, or another account or server.

Install

With node.js and npm installed on your computer:

npm install -g rs-backup

Usage

rs-backup -o path_to_backup_dir
rs-restore -i path_to_backup_dir

Note that the backup directory will be emptied first, in order to prevent data inconsistencies that would break your apps. Thus, if you want to preserve older versions of your data, back them up to different directories (e.g. incl. the backup date).

You can optionally pass a user address and an authorization token via CLI arguments, for example when setting up a regular backup job. See rs-backup --help for info.

Keywords

FAQs

Last updated on 05 Apr 2023

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc