• v0.9 c7180d5863

    Backuppy v0.9 Stable

    FotoCoder released this 2021-05-10 16:49:41 +00:00 | 6 commits to main since this release

    It's that time again, Backuppy gets another update. A lot has happened in version 0.9.

    New Features

    • added the possibility to exit the install-script with the following commands:
      • CLI-Mode: :q
      • GUI-Mode: Esc key
    • CLI-mode: Colored output on traces
    • New helper script "utils.py"

    other changes

    • Code refactoring (get rid of global variables and constants, instead pass as arguments)

    Bugfixes

    • CLI-mode: Show text "Programm interrupted by user." instead of error message when Ctrl+C was pressed.
    • CLI-mode: Removed obsolete trace messages

    Hope, you enjoy this update!
    Many thanks to @Prof.P!

    Downloads
  • v0.8 21f6b4b3ac

    Backuppy v0.8 Stable

    FotoCoder released this 2021-05-08 19:01:32 +00:00 | 11 commits to main since this release

    A lot has happened since the last version, we finally switched to Python, added new features, changed many things and fixed some bugs.

    New features

    • you can now add a path by clicking on "browse", if you use the GUI-version.
    • if not already installed, Backuppy will now install its dependencies automatically

    Other changes

    • added installation instructions for Fedora and openSUSE
    • removed alias-note in README.md
    • switched finally from Bash to Python with nearly the whole code. Many thanks to @Prof.P for that!

    Hope, you enjoy this update!
    Stay safe by using Backuppy to create backups every day!

    Downloads
  • v0.6 2c00a11676

    Backuppy 0.6 Stable

    FotoCoder released this 2021-05-06 13:32:05 +00:00 | 17 commits to main since this release

    Today we are making good progress, this is the second release today.
    We have adjusted some things.

    New features

    • Write alias to Backuppy.sh into .bashrc/.zshrc only if not already existing

    other changes

    • changed some small things in the install.py file, such as other imports and stuff
    • corrected version numbers in CHANGELOG.md and install.py

    We hope you enjoy this update!
    Make backups and be safe ;)

    Downloads
  • v0.5 f774219c71

    Backuppy 0.5 Stable

    FotoCoder released this 2021-05-06 06:16:35 +00:00 | 20 commits to main since this release

    Finally we did it! We released the fifth version of Backuppy!

    Bugfixes

    • fixed a problem with the automatically added alias-entry in the .bashrc or .zshrc file

    New features

    • we now have a GUI-version of backuppy!

    other changes

    • changed the language files from .sh to .py
    • a few small changes because of the GUI-version
    • added a changelog.md file
    • updated the readme.md file

    Start the GUI-version with ./install.sh --gui

    Hope you enjoy this great update!

    Downloads
  • v0.4 13ee4cff74

    Backuppy 0.4 Stable

    FotoCoder released this 2021-04-10 08:42:58 +00:00 | 35 commits to main since this release

    In this new version I've added support for the English language.

    Bugfixes

    • none

    Other changes

    • translated the whole application into english
    • added a language query at the beginning of the installer

    Hope you enjoy this update!

    Downloads
  • v0.3 cb6b2ecf61

    Backuppy 0.3 Stable

    FotoCoder released this 2021-04-08 16:04:08 +00:00 | 39 commits to main since this release

    In this new version I had fixed some bugs and changed many things.

    Bugfixes

    • fixed bug with the .bashrc or .zshrc alias entry, that has destroyed the 'backuppy' Command in the CLI.

    Other changes

    • translated the comment lines to English
    • removed the files "Backuppy.sh", "Backup.log" and "exclude.txt". These files are now created during the installation process
    • removed the Backup-Log Feature, because a bug, which I can't fix at the moment

    Hope you enjoy this update!

    Downloads
  • v0.2 2afe07e1ad

    Backuppy 0.2 Pre-release

    FotoCoder released this 2021-04-02 12:20:06 +00:00 | 40 commits to main since this release

    Version 0.2 of the backup tool Backuppy has been released!
    The following things have been changed:

    Bugfixes

    • fixed bug with the $mydir variable

    changed/new functions

    • added time delay between the different installation steps
    • removed changing the source and destination directory afterwards, because it didn't work
    • log entries are skipped for now, because the date function does not work properly

    Hope you enjoy this update!

    Downloads