Skip to content

Commit

Permalink
3.1.0
Browse files Browse the repository at this point in the history
1. Now you can change the backup file name format
2. Added the ability to cancel the current task
  • Loading branch information
DVDishka committed Sep 21, 2024
1 parent a9cf3dd commit c2ac8de
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@



* `Backup File Name Format` - **(Date Time format)** - Set a format for backup file names **(see java.time docs)**. It must contain information about both time and date



* `Add directory to backup` - **(List of paths)** - Full directory paths to folders/files that you want to be backed up. World folders will be backed up automatically, so you do not need to specify world folders there (For example you can specify "plugins", "config")
* `Exclude Directory From Backup` - **(List of paths)** - Full directory paths to folders/files that you want to be excluded from backup. If you want to backup everything from the **folder1** except some **folder1/file1** you can specify **folder1** in `addDirectoryToBackup` and **folder1/file1** in `excludeDirectoryFromBackup`. (The `backupsFolder` directory will be excluded automatically to prevent the loop)

Expand Down Expand Up @@ -206,7 +210,8 @@



* `/backuper status` - Command to get the current progress of a task
* `/backuper task status` - Command to get the current progress of a task
* `/backuper task cancel` - Command to cancel the current task

---

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>ru.dvdishka</groupId>
<artifactId>Backuper</artifactId>
<version>3.0.0</version>
<version>3.1.0</version>
<packaging>jar</packaging>

<name>Backuper</name>
Expand Down

0 comments on commit c2ac8de

Please sign in to comment.