• Sign In



  • Categories

    Extension Details



    Readme

    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.

    Release Notes

    Version 0.1 - April 2022

    Initial release

    Version 0.1.2

    Fixes some issues:

    • Files opened in an unrelated workspace not being saved
    • Remote files not being saved when the workspace doesn't have a local directory

    Version 0.1.3

    • Changelog versioning not matching actual extension versioning

    Version 0.1.3

    • Fix remote files not being saved

    License

    MIT License

    Copyright (c) 2022 Gugu72

    Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

    The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.