rs-backup

Backup/restore data from/to any remoteStorage account

Downloads
37
Stars
10
Committers
5
rs-backup - 1.10.0 Latest Release

Published by raucao 3 months ago

  • Send Origin header matching the redirect URL (@DougReeder)
  • Update dependencies, lockfile version
  • Upgrade commander library/usage
  • Fix User-Agent version for restores
rs-backup - 1.9.1

Published by raucao 3 months ago

  • Ignore npmrc
  • Update README
rs-backup - 1.9.0

Published by raucao 3 months ago

  • Retry certain kinds of failed requests (@rosano)
  • Use correct version in user-agent string
rs-backup - 1.8.0

Published by raucao about 3 years ago

Added

  • Add new include-public option for single-category operations
  • Document how to copy/rename a folder (see docs/)

Improved

  • Update dependencies
  • Update JS syntax
  • Update package metadata
  • Require current node.js LTS version
rs-backup - 1.7.1

Published by raucao over 5 years ago

Bugfixes

  • Show the actual reason/error when a Webfinger HTTP request fails
  • Don't fail and exit the program when a local file can't be read. Show an error instead.

Enhancements

  • Update webfinger.js
rs-backup - 1.7.0

Published by raucao almost 6 years ago

Enhancements

  • Do not ask for user address in prompt, if already supplied via CLI argument
  • Tell user when permission is denied, and abort program
  • Improve output (colors, format)
rs-backup - 1.6.2

Published by raucao over 6 years ago

Bugfixes

  • Don't encode slashes in pathnames, as it's not supported by all known RS servers
rs-backup - 1.6.1

Published by raucao over 6 years ago

Bugfixes

  • Fix last remaining encoding issues with # characters and some other special chars
rs-backup - 1.6.0

Published by raucao over 6 years ago

Bugfixes

  • Properly encode all URIs for backups (i.e. GET requests)
  • Log errors and do not write files for unsuccessful responses (anything other than 200/304)

Enhancements

  • Color error lines in red