https://github.com/raucao/rs-backup
Backup/restore data from/to any remoteStorage account
https://github.com/raucao/rs-backup
backup cli javascript npm-package remotestorage restore unhosted
Last synced: about 14 hours ago
JSON representation
Backup/restore data from/to any remoteStorage account
- Host: GitHub
- URL: https://github.com/raucao/rs-backup
- Owner: raucao
- Created: 2015-12-14T20:28:47.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-07-18T11:01:07.000Z (about 1 year ago)
- Last Synced: 2025-08-23T19:42:43.073Z (about 1 month ago)
- Topics: backup, cli, javascript, npm-package, remotestorage, restore, unhosted
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/rs-backup
- Size: 92.8 KB
- Stars: 11
- Watchers: 1
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://www.npmjs.com/package/rs-backup)
# remoteStorage Backup/Restore
This program allows you to backup your data from a [remoteStorage][1] account
to a local hard drive, and restore it either to the same account, or another
account or server.## Install
With [node.js][2] 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_dirNote 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.[1]: https://remotestorage.io
[2]: https://nodejs.org