Skip to content

GenieTim/hoststar-backup-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hoststar-backup-downloader

Download Backups from Hoststar

Usage

Configuration

You will need to place a configuration file into the config folder called config.json. This file's content should look something like this:

{
  "username": "username",
  "password": "password",
  "debug": true,
  "automaticOnly": true,
  "destDir": "."
}

with the appropriate values replaced with the values you need.

The listing above shows the default config. If you do not specify one of the properties, the one above will be used.

Backuping

You may run

node ./src/index.js

to start downloading the backups as specified in the configuration.

About

Download Backups from Hoststar

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published