[vz-users] Datenbankbackup - Neues Tool

Andreas Goetz cpuidle at gmail.com
Fri Oct 3 14:57:47 CEST 2014


Hi Michael,

2014-10-03 8:26 GMT+02:00 Michael Baer <mibaer at web.de>:

> Hallo Andreas,
>
> > Einfach vzbackup.json anpassen und dann
>
> "target": {
>                 "driver": "pdo_sqlite",
>                 "path": "sqlite.db3",           // path is only used if
> driver =
> pdo_sqlite
>                 "host": "localhost",
>                 "user": "travis",
>                 "password": ""
>                 // "dbname": "backup"
>
>
> Mir ist nicht ganz klar wie ich da eine externe Festplatte die unter
> /media gemountet ist angeben muss :-(
>

Ich würde sagen bei "path" muss etwas rein wie "/media/sqlite.db3"

>   php misc/tools/vzbackup.php --help
>
>
> pi at xxxxxx /var/www/volkszaehler.org/misc/tools $ php vzbackup.php
> create
> PHP Fatal error:  Class 'Volkszaehler\Util\Json' not found in
> /var/www/volkszaehler.org/misc/tools/vzbackup.php on line 84
>

Good point:
- das Tool muss in misc/tools/vzbackup liegen
- die Util\Json.php muss die aktuelle aus meinem git Zweig sein, da war
eine Funktion nicht "public" die gebraucht wurde

pi at xxxxxx /var/www/volkszaehler.org/lib/Volkszaehler/Util $ la
>
> > Wenns läuft kommt es mit in den VZ- freu mich auf Euer Feedback!
> s.o.
>

Danke für den Versuch, das bekommen wir hin. Hab grad noch ein paar Fehler
behoben, siehe git.


> Inkrementelle Backup hat was - da MySQLDumper regelmässig den vzlogger
> ausgebremst hat (zumindest bis Version 0.3.6)
> > PS.: Unter Linux gibts eine Fortschrittsanzeige bei Backup, unter
> > Windows derzeit leider nicht.
> :-)
>

Und jetzt gibts die auch unter Windows. Du kannst das Tool z.B. auch auf
Deinem PC laufen lassen und den die Daten vom Raspi ziehen. Bei mir sieht
das dann z.B. so aus wenn ich nur noch die "data" Tabelle brauche:

c:\andi\htdocs\vz>php misc\tools\vzbackup.php backup --config
prodpi_backup.json data
data: copying 68 rows (partial copy)
  0/68 [>---------------------------]   0%
 17/68 [=======>--------------------]  25%
 34/68 [==============>-------------]  50%
 51/68 [=====================>------]  75%
 68/68 [============================] 100%

Viele Grüße,
Andreas


>
> --
>
>
> Gruss,
>         Michael
>
> GnuPG-ID 0x1E4ED700  http://pgp.mit.edu/
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://demo.volkszaehler.org/pipermail/volkszaehler-users/attachments/20141003/666583e6/attachment.html>


More information about the volkszaehler-users mailing list