@@ -17,10 +17,10 @@ The plugin provides 2 ways to backup the H2 database:
1717- via an administration page and a backup button
1818- via an HTTP call to http://YOUR_GITBUCKET/database/backup
1919
20- Default backup file points to ` GITBUCKET_DATA/gitbucket-database-backup -YYYY-MM-DD-hhmm.zip ` where:
20+ The default backup file points to ` GITBUCKET_DATA/backup/ gitbucket-db -YYYY-MM-DD-hhmm.zip ` where:
2121
22- - _ GITBUCKET_DATA_ is on a standard gitbucket installation ` ~/.gitbucket `
23- - _ YYYY-MM-DD-hhmm_ represents a date with hour
22+ - _ GITBUCKET_DATA_ is the standard GitBucket data directory. If not specified, default it's ` ~/.gitbucket `
23+ - _ YYYY-MM-DD-hhmm_ represents a date with hour and minutes
2424
2525### UI usage
2626
@@ -32,7 +32,7 @@ Default backup file points to `GITBUCKET_DATA/gitbucket-database-backup-YYYY-MM-
3232
3333### HTTP call usage
3434
35- Using your preferred tool (curl, wget, ...) it is possible fire a backup of the H2 database.
35+ Using your preferred tool (curl, wget, ...) it is possible start a backup of the H2 database.
3636
3737The URL to call looks like ` http://YOUR_GITBUCKET/database/backup ` .
3838
@@ -45,7 +45,7 @@ On success, you will receive a `HTTP 200` answer with a body containing `done: F
4545
4646Plugin version | GitBucket version
4747:--------------|:-----------------
48- 1.5.x | >= 4.12 .y
48+ 1.5.x | >= 4.16 .y
49491.4.x | >= 4.10.y
50501.3.x | >= 4.3.y
51511.2.x | 4.x.y
@@ -66,7 +66,7 @@ sbt clean package
6666## Release Notes
6767
6868### 1.5.0
69- - compatibility with gitbucket 4.12.1 and scala 2.12
69+ - compatibility with gitbucket 4.16.0 and scala 2.12
7070
7171### 1.4.0
7272
0 commit comments