https://github.com/marlamin/buildbackup
Backs up CASC data from Blizzard CDNs
https://github.com/marlamin/buildbackup
blizzard casc ngdp overwatch world-of-warcraft worldofwarcraft
Last synced: 3 months ago
JSON representation
Backs up CASC data from Blizzard CDNs
- Host: GitHub
- URL: https://github.com/marlamin/buildbackup
- Owner: Marlamin
- License: mit
- Created: 2017-04-28T12:31:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-12-20T07:15:01.000Z (10 months ago)
- Last Synced: 2025-04-07T16:43:01.237Z (6 months ago)
- Topics: blizzard, casc, ngdp, overwatch, world-of-warcraft, worldofwarcraft
- Language: C#
- Size: 303 KB
- Stars: 33
- Watchers: 7
- Forks: 25
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**Note**: This application is no longer actively supported. While parts of it might still work, I don't actively make an effort to make sure it _keeps_ working.
# BuildBackup
## Description
BuildBackup was created to back up [CASC](https://wowdev.wiki/CASC) data from Blizzard's CDN. Blizzard often removes data for older builds from their CDN, making them unavailable for install. The goal is to have it back up all data needed to install a specific version for a specific application.In addition to the backup functionality there are also several utilities implemented to dump information/extract data from the CASC filesystem.
## Supported products
Basic data for all [product codes](https://wowdev.wiki/CASC#NGDP_Program_Codes) is supported (when available on CDN), but BuildBackup currently supports full data backups for the following applications:
- World of Warcraft
- Battle.net Agent
- Battle.net App## Configuration
Files will be saved in the path specified in a ```config.json``` file like :
```
{
"config":{
"cacheDir":"/var/www/wow.tools/"
}
}
```## Thanks
- WoWDev wiki authors
- Blizzard