|
3 | 3 | xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
|
4 | 4 | <id>backup</id>
|
5 | 5 | <name>Backup</name>
|
6 |
| - <description><![CDATA[Allows admins to generate a backup of a Nextcloud instance and restore it. Possible via occ or REST]]></description> |
| 6 | + <description><![CDATA[Backup. Restore.]]></description> |
7 | 7 | <licence>agpl</licence>
|
8 | 8 | <author mail="maxence@artificial-owl.com">Maxence Lange</author>
|
9 |
| - <author>Frank Karlitschek</author> |
10 |
| - <version>0.1.0</version> |
| 9 | + <version>0.1.2</version> |
11 | 10 | <namespace>Backup</namespace>
|
12 | 11 | <category>tools</category>
|
13 | 12 | <website>https://github.com/nextcloud/backup</website>
|
14 | 13 | <bugs>https://github.com/nextcloud/backup/issues</bugs>
|
15 | 14 | <repository type="git">https://github.com/nextcloud/backup.git</repository>
|
16 | 15 | <screenshot>https://raw.githubusercontent.com/nextcloud/backup/master/img/screenshot.png</screenshot>
|
17 | 16 | <dependencies>
|
18 |
| - <nextcloud min-version="16" max-version="17"/> |
| 17 | + <nextcloud min-version="22" max-version="23"/> |
19 | 18 | </dependencies>
|
20 | 19 |
|
21 |
| - <background-jobs> |
22 |
| - <job>OCA\Backup\Cron\Backup</job> |
23 |
| - </background-jobs> |
| 20 | +<!-- <background-jobs>--> |
| 21 | +<!-- <job>OCA\Backup\Cron\Backup</job>--> |
| 22 | +<!-- </background-jobs>--> |
24 | 23 |
|
25 | 24 | <commands>
|
26 |
| - <command>OCA\Backup\Command\Create</command> |
27 |
| - <command>OCA\Backup\Command\Listing</command> |
28 |
| - <command>OCA\Backup\Command\Details</command> |
29 |
| - <command>OCA\Backup\Command\Restore</command> |
| 25 | + <command>OCA\Backup\Command\RemoteAdd</command> |
| 26 | + <command>OCA\Backup\Command\RemoteList</command> |
| 27 | +<!-- <command>OCA\Backup\Command\Remote</command>--> |
| 28 | +<!-- <command>OCA\Backup\Command\Create</command>--> |
| 29 | +<!-- <command>OCA\Backup\Command\Listing</command>--> |
| 30 | +<!-- <command>OCA\Backup\Command\Details</command>--> |
| 31 | +<!-- <command>OCA\Backup\Command\Restore</command>--> |
30 | 32 | </commands>
|
31 | 33 | </info>
|
0 commit comments