Skip to content
A backup/restore tool for the PlayStation VITA/ PlayStation VITA TV. (Design created by Berion)
Branch: master
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
include Add ability to delete backups and clarify instructions Dec 30, 2018
res/Phalaris Remove binary data and add .gitignore Jan 1, 2019
sce_sys Minor changes to meta Feb 4, 2018
source
tools Remove .travis.yml from build Mar 18, 2018
.gitattributes Initial commit Jan 30, 2018
.gitignore Remove binary data and add .gitignore Jan 1, 2019
.travis.yml Add travis integration Mar 18, 2018
CMakeLists.txt
LICENSE Initial commit Jan 30, 2018
README.md Update README.md Dec 30, 2018

README.md

VitaBackup

Purpose

VitaBackup is a minimal, user friendly backup tool for the Playstation VITA. VitaBackup gives the user 100% flexibility on what they want to back up on their device. (Please look at editing backup config below). Currently the way it works is that it packs all the contents of a folder, or file to a single .tar file. After this is done, it adds the .tar file into a .zip file and compresses it if the user selects a level of compression.

Current features

  • Backup multiple folders/files into archives.
  • Restore multiple folders/files into archives.
  • Ability to delete backups created by the software.
  • Offer 11 levels of compression. (0 being no compression, which is usually recommeneded)
  • Select backup location. (ur0:/ or ux0:/)

Editing Backup config to allow for more backups:

VitaBackup gives the user full flexibility on what they want to backup. The user can decide on a name and path in the following format: Modify the path.txt file in ur0:/data/VitaBackup/path.txt and add entries in the following format:

[name]~[path]

Example: Trophies~ux0:/user/00/trophy Licenses~ux0:/license

If it's a directory do not put a forward / at the end of the path.

Credits:

  • Berion for all the graphics and design used in this program.
  • richgel999 for miniz.
  • rxi for microtar.
You can’t perform that action at this time.