More actions
(Created page with "{{Infobox Switch Homebrews |title=BackupNX |image=backupnxswitch.png |description=Nintendo switch Homebrew to backup files in cloud. |author=SegFault42 |lastupdated=2019/10/08 |type=Utilities |version=0.2 |license=WTFPL |download=https://dlhb.gamebrew.org/switchhomebrews/backupnxswitch.7z |website=https://gbatemp.net/threads/backupnx.543111/ |source=https://github.com/SegFault42/BackupNX |donation= }} {{#seo: |title=Switch Homebrew Apps (Utilities) - GameBrew |title_mod...") |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox Switch Homebrews | {{Infobox Switch Homebrews | ||
|title=BackupNX | |title=BackupNX | ||
|image= | |image=backupnx.png | ||
|description=Nintendo | |description=Nintendo Switch Homebrew to backup files in cloud. | ||
|author=SegFault42 | |author=SegFault42 | ||
|lastupdated=2019/10/08 | |lastupdated=2019/10/08 | ||
Line 9: | Line 8: | ||
|version=0.2 | |version=0.2 | ||
|license=WTFPL | |license=WTFPL | ||
|download=https://dlhb.gamebrew.org/switchhomebrews/ | |download=https://dlhb.gamebrew.org/switchhomebrews/backupnx.7z | ||
|website=https://gbatemp.net/threads/backupnx.543111/ | |website=https://gbatemp.net/threads/backupnx.543111/ | ||
|source=https://github.com/SegFault42/BackupNX | |source=https://github.com/SegFault42/BackupNX | ||
|donation= | |donation= | ||
}} | }} | ||
This tool allows you to backup anything from your Switch to the cloud, currently supports Dropbox, by editing the included cred.sjon file with your API key. | |||
[[VGEdit Switch|VGEdit]] by vgmoose can be used to edit the json from your Switch. | |||
==Features== | |||
*Browse your SD card. | |||
*Select files and folders to upload. | |||
*Upload your files on Dropbox. | |||
== | ==Installation== | ||
Extract the zip file and move the switch folder to the root of your SD card. | |||
*sdmc:/switch/BackupNX/cred.json | |||
*sdmc:/switch/BackupNX/BackupNX.nro | |||
cred.json example: | |||
{ | |||
"cloud-provider" : "Dropbox", | |||
"key" : "YOUR-API-KEY" | |||
} | |||
==Screenshots== | ==Screenshots== | ||
https://dlhb.gamebrew.org/switchhomebrews/ | https://dlhb.gamebrew.org/switchhomebrews/backupnx.png | ||
https://dlhb.gamebrew.org/switchhomebrews/ | https://dlhb.gamebrew.org/switchhomebrews/backupnx2.png | ||
==Changelog== | ==Changelog== | ||
''' | '''v0.2''' | ||
* | *Fix crash when push A in empty directory. | ||
*Suffix filename with ... if file name is too long. | |||
*Silent curl output. | |||
*Code refactor. | |||
== External links == | == External links == | ||
* | * GitHub - https://github.com/SegFault42/BackupNX | ||
* | * GBAtemp - https://gbatemp.net/threads/backupnx.543111/ | ||
* ForTheUsers - https://apps.fortheusers.org/switch/BackupNX |
Revision as of 07:14, 29 April 2023
BackupNX | |
---|---|
General | |
Author | SegFault42 |
Type | Utilities |
Version | 0.2 |
License | WTFPL |
Last Updated | 2019/10/08 |
Links | |
Download | |
Website | |
Source | |
This tool allows you to backup anything from your Switch to the cloud, currently supports Dropbox, by editing the included cred.sjon file with your API key.
VGEdit by vgmoose can be used to edit the json from your Switch.
Features
- Browse your SD card.
- Select files and folders to upload.
- Upload your files on Dropbox.
Installation
Extract the zip file and move the switch folder to the root of your SD card.
- sdmc:/switch/BackupNX/cred.json
- sdmc:/switch/BackupNX/BackupNX.nro
cred.json example:
{ "cloud-provider" : "Dropbox", "key" : "YOUR-API-KEY" }
Screenshots
Changelog
v0.2
- Fix crash when push A in empty directory.
- Suffix filename with ... if file name is too long.
- Silent curl output.
- Code refactor.
External links
- GitHub - https://github.com/SegFault42/BackupNX
- GBAtemp - https://gbatemp.net/threads/backupnx.543111/
- ForTheUsers - https://apps.fortheusers.org/switch/BackupNX