2.1.1
π¦A script to quickly backup all your terraria worlds and players.
Repository
Current version released
2 years ago
Versions
Deno π¦ scripts to back up Terraria game files π². π¦ Terrabackpack
Install π
You must have deno installed in order to use these scripts.
deno install --allow-read --allow-env --allow-write -n tb https://raw.githubusercontent.com/wyvernbw/terrabackpack/main/src/run.ts
Once installed you can run the script with tb
.
tb config setup
Usage
Create a backup π¦
# back up everything
tb backup all
# back up one of these folders at a time
tb backup [world/player/resourcePacks]
Edit config file π
tb config set <key> <value>
possible keys:
gamePath
- path to the Terraria game folderbackupPath
- path to the backup folder
To reset your config file, run:
tb config setup