Skip to content

Commit 2af144a

Browse files
committed
added a screenshot and more settings
1 parent 66ffa58 commit 2af144a

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,16 @@ tar xvfz 170674-ownbackup.tar.gz
3737
- If the Zlib library is present the backups get compressed with gzip.
3838
- The backup should work with all databases, please report any problems.
3939

40+
## Limitations
41+
42+
- I've only tested the app with *Cron* so far, please report any troubles with *Webcron* or *AJAX*.
43+
- One main limitation for the size that your DB can have to be backed up will be the `memory_limit` and the `max_execution_time` of your PHP installation!
44+
4045
## Disclaimer
4146

4247
- Use this app at your own risk! Data loss may occur!
4348
- This app is no replacement for a more professional backup solution!
4449

45-
## Limitations
50+
This SOFTWARE PRODUCT is provided by THE PROVIDER "as is" and "with all faults." THE PROVIDER makes no representations or warranties of any kind concerning the safety, suitability, lack of viruses, inaccuracies, typographical errors, or other harmful components of this SOFTWARE PRODUCT.
4651

47-
- I've only tested the app with *Cron* so far, please report any troubles with *Webcron* or *AJAX*.
48-
- One main limitation for the size that your DB can have to be backed up will be the `memory_limit` and the `max_execution_time` of your PHP installation!
52+
There are inherent dangers in the use of any software, and you are solely responsible for determining whether this SOFTWARE PRODUCT is compatible with your equipment and other software installed on your equipment. You are also solely responsible for the protection of your equipment and backup of your data, and THE PROVIDER will not be liable for any damages you may suffer in connection with using, modifying, or distributing this SOFTWARE PRODUCT.

appinfo/info.xml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,23 @@
1-
<?xml version="1.0"?>
1+
<info xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
22
<info>
33
<!-- metadata -->
44
<id>ownbackup</id>
55
<name>OwnBackup</name>
66
<description>OwnBackup is the simple database backup solutions for your ownCloud 8.1+ or Nextcloud installation.</description>
7+
<summary>OwnBackup is the simple database backup solution for your Nextcloud installation.</summary>
8+
<description><![CDATA[OwnBackup is the simple database backup solution for your Nextcloud installation.
9+
10+
Its main purpose is to provide an easy solution to restore the tables of an app in case you accidentally corrupted the data or did anything you regret later.
11+
12+
- Use this app at your own risk! Data loss may occur!
13+
- This app is no replacement for a more professional backup solution!]]></description>
714
<licence>AGPL</licence>
8-
<author>Patrizio Bekerle</author>
15+
<author mail="patrizio@bekerle.com" homepage="http://www.bekerle.com/">Patrizio Bekerle</author>
916
<version>16.11.0</version>
1017
<namespace>OwnBackup</namespace>
1118
<category>tools</category>
1219
<ocsid>170674</ocsid>
20+
<screenshot>https://github.com/pbek/ownbackup/blob/develop/screenshot.png</screenshot>
1321

1422
<!-- admin -->
1523
<admin>admin</admin>

0 commit comments

Comments
 (0)