-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-monster.json
executable file
·47 lines (38 loc) · 1.15 KB
/
package-monster.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "mysql-mariadb-snapshot",
"version": "1.0.0",
"package-monster": "0.4.0",
"description": "Backups MySQL/MariaDB tables and views with mysqldump",
"license": "MPL-2.0",
"author": "Andi Dittrich <opensource@aenon-dynamics.com>",
"website": "https://github.com/AenonDynamics/mysql-mariadb-snapshot",
"bugs": "https://github.com/AenonDynamics/mysql-mariadb-snapshot/issues",
"multiversion": false,
"debian": {
"section": "database",
"priority": "optional",
"dependencies": [
],
"conf": [
"config/backup.conf",
"config/credentials.example.conf"
],
"bin": [
"mysql-mariadb-snapshot"
],
"sbin": [
],
"files": [
{
"src": "systemd/mysql-mariadb-snapshot@.service",
"dst": "/lib/systemd/system/mysql-mariadb-snapshot@.service"
},
{
"src": "systemd/mysql-mariadb-snapshot.timer",
"dst": "/lib/systemd/system/mysql-mariadb-snapshot.timer"
}
],
"scripts": {
}
}
}