Skip to content

Commit

Permalink
Merge pull request #40 from simatec/multiplatform
Browse files Browse the repository at this point in the history
Release 0.3.0
  • Loading branch information
simatec authored Sep 24, 2018
2 parents 429f8ff + ff74bcd commit e14e550
Show file tree
Hide file tree
Showing 46 changed files with 3,408 additions and 3,336 deletions.
25 changes: 16 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
.git
.idea
node_modules
nbproject
admin/i18n/flat.txt
admin/i18n/*/flat.txt
backitup.sh.lastrun
backitupl.sh
package-lock.json
.git
.idea
node_modules
nbproject
admin/i18n/flat.txt
admin/i18n/*/flat.txt
backitup.sh.lastrun
backitupl.sh
package-lock.json
/package-lock.json
/lib/startIOB.bat
/lib/*.bat
/lib/*.log
/lib/total.json
/lib/*.sh
/lib/restore.json
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

[![NPM](https://nodei.co/npm/iobroker.backitup.png?downloads=true)](https://nodei.co/npm/iobroker.backitup/)


Backitup ist eine Backuplösung, mit der das zyklische Sichern einer IoBroker-Installation sowie einer Homematic CCU möglich ist.

[Deutsche Beschreibung hier](docs/de/backitup.md)
Expand All @@ -20,6 +21,21 @@ Backitup is a backup solution that allows cyclical backup of an IoBroker install

## Changelog

### 0.3.0 (24.09.2018)
* (bluefox/simatec) Add Multiplatform (Windows/Linux/Mac)
* (bluefox/simatec) Backitup switched to Javascript
* (bluefox/simatec) shell support removed
* (bluefox/simatec) Deleting old backups up to the last X backups added
* (bluefox/simatec) restore feature added (beta)
* (bluefox/simatec) Restore added via NAS/FTP/Local/Dropbox (Beta)
* (simatec) NFS support added
* (bluefox) Dropbox Support added
* (bluefox) Fix History
* (peoples) Added silent mode for telegram
* (simatec) Redis/mysql added with standard backup
* (simatec) translations added
* (simatec) Docs adapted

### 0.2.7 (29.07.2018)
* (simatec) Fix Delete old Files

Expand All @@ -35,7 +51,7 @@ Backitup is a backup solution that allows cyclical backup of an IoBroker install
* (simatec) Translations added

### 0.2.4 (23.07.2018)
* (peoples) Some Bugfixes
* (peoples) Some Bugfixes
* (peoples) Added translations in words.js


Expand All @@ -49,7 +65,7 @@ Backitup is a backup solution that allows cyclical backup of an IoBroker install

### 0.2.1 (15.07.2018)
* (peoples/simatec) Bug Fix

### 0.2.0 (14.07.2018)
* (blufox) Code formatting

Expand Down
3 changes: 0 additions & 3 deletions Test_js/minimal.js

This file was deleted.

54 changes: 0 additions & 54 deletions Test_js/mount.js

This file was deleted.

44 changes: 0 additions & 44 deletions Test_js/umount.js

This file was deleted.

Empty file modified admin/i18n/es/translations.json
100755 → 100644
Empty file.
Empty file modified admin/i18n/fr/translations.json
100755 → 100644
Empty file.
Empty file modified admin/i18n/it/translations.json
100755 → 100644
Empty file.
Empty file modified admin/i18n/nl/translations.json
100755 → 100644
Empty file.
Empty file modified admin/i18n/pt/translations.json
100755 → 100644
Empty file.
Empty file modified admin/i18n/ru/translations.json
100755 → 100644
Empty file.
Loading

0 comments on commit e14e550

Please sign in to comment.