Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

portadi-backup

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

portadi-backup

Backup all accounts into data folder as json files

latest
Source
npmnpm
Version
1.1.1
Version published
Maintainers
1
Created
Source

Portadi backup

  • https://www.portadi.com/
  • Package using API - https://portadi.docs.apiary.io

Install

npm install portadi-backup

Usage

Obtain api key in user settings page on Portadi administration (needs admin privileges).

Export accounts data

PORTADI_API_KEY=XXXXX PORTADI_DATA_DIR=/tmp/data node lib/index.js

or

export PORTADI_API_KEY=XXXXX
node lib/index.js

Export users

PORTADI_API_KEY=XXXXX PORTADI_DATA_DIR=/tmp/data node lib/users.js

or

export PORTADI_API_KEY=XXXXX
node lib/users.js

FAQs

Package last updated on 28 Mar 2018

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