Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mukaschultze/unity-zip-backup
Unity extension to backup projects into zip files using 7z or fastzip
https://github.com/mukaschultze/unity-zip-backup
asset-store automation backup unity zip
Last synced: 3 months ago
JSON representation
Unity extension to backup projects into zip files using 7z or fastzip
- Host: GitHub
- URL: https://github.com/mukaschultze/unity-zip-backup
- Owner: mukaschultze
- License: mit
- Created: 2019-08-10T17:06:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-10T20:23:27.000Z (over 5 years ago)
- Last Synced: 2024-10-03T12:24:01.436Z (3 months ago)
- Topics: asset-store, automation, backup, unity, zip
- Language: C#
- Homepage: https://assetstore.unity.com/packages/tools/utilities/zip-backup-71979?aid=1100l4JUz&pubref=github
- Size: 6.11 MB
- Stars: 44
- Watchers: 5
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# Zip Backup
[![Build Status](https://travis-ci.com/mukaschultze/unity-zip-backup.svg?branch=master)](https://travis-ci.com/mukaschultze/unity-zip-backup)
[![Asset Store page](https://img.shields.io/badge/Unity-Asset%20Store-brightgreen)](https://assetstore.unity.com/packages/tools/utilities/zip-backup-71979?aid=1100l4JUz&pubref=github)Unity extension to backup projects into zip files using 7z or [fastzip](http://forum.unity3d.com/threads/android-faster-apk-creation-experimental.327755/).
## Asset Store Description
**This project is now maintained at [GitHub](https://github.com/mukaschultze/unity-zip-backup), the version published here is deprecated**
Zip Backup backups your projects into zip files automatically or manually, it uses *7z* and [*fastzip*](http://forum.unity3d.com/threads/android-faster-apk-creation-experimental.327755/) and can achieve compression times up to x23 times faster than other conventional zipping applications.
It comes with a handy auto backup tool that automatically zips your project from time to time, preventing you from losing your work on eventual power outrages, Unity crashes, etc.
You can also backup manually by going to "Assets/Backup Now" menu, or clicking on "Backup Now" in the preferences window.
When the zipping ends, the extension logs how long it took and the size of the final file to the console.
*Windows only*
## Screenshots
![Logs](Assets/Screenshots/screenshot2.png)
![Settings page](Assets/Screenshots/screenshot1.png)
## Known Issues
- Fast zip may fail to zip 3GB+ files, try using 7zip in these cases