Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.2 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.2 KB

GuBackUp extension

A stand-alone Nova extension which automatically makes backups upon saving a file, so that you cannot lose any of your code.

Every time you save a file, it will make a backup in a dedicated folder and reconstruct the folders and files tree structure.

Example of backup structure

Requirements

There aren't any requirements, you just need to install the extension and you are ready to go!

If you are willing to, you can also check out the configuration.

Configuration

Global configuration

Backup directory

This is the main folder in which backups will be created.


Projet-specific configuration

Note: Due to Nova restrictions, you might not be able to set them for remote-only projects.

Project backup directory

This is a folder that will be used to make backups for this project only. Overrides the global configuration.

Bugs & Suggestions

If you encounter any bug or have any request, feel free to open an issue on the Github repository.