remoteStorage Backup/Restore
This program allows you to backup your data from a remoteStorage account to a local hard drive and restore it to the same or another account or server.
Install
You'll need node.js >=5.0.0
on your computer. (You're welcome to test with
older versions and tell me if it works.)
npm install -g rs-backup
Usage
rs-backup -o path_to_backup_dir
rs-restore -i path_to_backup_dir
You can optionally pass user address and token via arguments, for example when
setting up a regular backup job. See --help
for more.