LinVDR - Mylinvdr

Aus VDR Wiki

Wechseln zu: Navigation, Suche

Beschreibung

Das Skript erstellt eine bootfähige Backup-CD des aktuellen LinVDR Systems. Gesichert werden alle relevanten Daten, um nach einem Festplattecrash oder auch bei einer Neuinstallation auf einem anderen System den aktuellen Konfigurationsstand wieder herzustellen. Aufnahmen in /video* sowie Daten aus /pub/* werden dabei nicht gesichert!

MyLinVDR kann über eine Konfigurationsdatei (/etc/vdr/plugins/mylinvdr.conf) an die eigene Umgebung angepasst werden. Das Backup kann als tar-Datei, als ISO-Datei (bootfähiges Image) gespeichert oder gleich auf CD/CD-RW oder DVD/DVD-RW gebrannt werden.

Optionen

MyLinVDR.sh [-m {iso|cd|dvd}] [-o {vdr|shell|logger}] [-b {fast|full|no}] [-d {yes|no}] [-v {1|2|full}]

-m:     Mode
        iso:    create only ISO image and save it to %ISOPATH/
        cd:         create ISO image and burn it to a CD
        dvd:    create ISO image and burn it to a DVD
        tar:    create a (bzip2 compressed) tar file
        burniso:        burn an existing ISO (needs -f for file, default /pub/export/mylinvdr-0.7.iso)

-f: Filename of ISO to burn

-o:     Show output at
        vdr:    VDR OSD
        shell:  STDOUT at local shell
        logger: Syslog

-b:     Blank RW Media
        fast:   Fast erase of RW Media
        full:   Full erase of RW Media
        no:         Do not erase RW Media

-e:     Erase temp files
        yes:    Delete all temporary images (not used for mode iso)
        no:         Do not delete all temporary images (overrides default settings for mode)

-v:     Verbose output
        1:      Loglevel 1 (not yet used)
        2:          Loglevel 2
        full:   Loglevel full (set -x)

-h:     show this page
-help   show this page

Links

  1. Diskussion zu MyLinVDR im VDR Portal
  2. Aktuelle MyLinVDR Version zum Download