Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Mentioned supported languages
  • Loading branch information
riomccloud authored Aug 11, 2024
1 parent 2d7f099 commit b67183b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@ Small TUI frontend for [Restic](https://github.com/restic/restic) with (or witho
- Backup files and folders, and display changes between the two last snapshots
- Quick option to delete latest snapshot and restart task, if anything goes wrong
- Supports multiple backup tasks (one at a time)
- Supports multiple languages
- Supports pruning old snapshots (configurable value)

## Installation and use
Download the package for your operating system under [Releases](https://github.com/riomccloud/frogbackup/releases/latest). Extract and edit the `config.yaml` file according to your needs. It's also a template, just follow it.
Download the package for your operating system under [Releases](https://github.com/riomccloud/frogbackup/releases/latest). Extract and edit the `config.yaml` file according to your needs. It's also a template, just follow it. Of course, you need Restic (and Rclone, if you want to use it alongside Restic) installed and in the enviroment variables.

Of course, you need Restic (and Rclone, if you want to use it alongside Restic) installed and in the enviroment variables.
At the moment, FrogBackup supports English (en) and Brazilian Portuguese (pt_BR) languages.

## Building
The versions in Releases were made using [PyInstaller](https://pyinstaller.org), without custom arguments, except for the custom icon. You can also use FrogBackup in its original .py format, but you need to install the dependencies listed in the beginning of the Python file.
Expand Down

0 comments on commit b67183b

Please sign in to comment.