-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,15 @@ | ||
Hubs Backup Tool | ||
## Hubs Backup Tool | ||
|
||
This tool let you backup your assets from a Hubs instance (Demo Hub, Hubs Subscription Service or your own instance). | ||
|
||
You can get the binary version of the tool from the releases section. | ||
|
||
### Running from the source | ||
- Clone this repository | ||
- Install the dependencies: `npm install` | ||
- Run it: `npm run start` | ||
|
||
### How to use this tool | ||
- Tool Overview: https://hubs.mozilla.com/labs/downloading-your-data | ||
- Written Docs: https://hubs.mozilla.com/docs/download-data.html | ||
- Youtube Video: TBD |