Backup auf der Fritzbox mit FTP

Hintergrund und Ziel

  • Backup Linux Folder
  • FTP Transfer (Fritzbox Bordmittel)
  • Kopieren der Daten ohne Versionen

rclone

rclone config

  • host = “192.168.178.1”
  • port = “”
  • tls = “”
  • advanced config, concurrency = “1”
  • advanced config, no_check_certificate = “true”

rclone copy

rclone copy /home fritzboxuser:/ -v -P --ftp-concurrency 3 --skip-links --exclude ".*/**" --exclude ".*" --exclude "*.[doa]" --exclude "*.hex" --exclude "*.map" --exclude "*.dis"
  • /home: Quellverzeichnis
  • fritzboxuser:/: Useraccount auf der Fritzbox und Verzeichnis auf der Fritzbox
  • -v: Gibt die erzeugten und aktualisierten Dateien an
  • –ftp-concurrency 3: Überschreibt den Wert aus der Konfiguration. Höhere Werte beschleunigen die Übertragung. Bei zu hohen Werten reagiert die Fritzbox mit einer “421 Unauthorized client limit reached” Fehlermeldung.
  • –skip-links: Unterdrückt die Warnmeldung bei symbolischen Links.
  • –exclude “.*/**”: Versteckte Verzeichnisse werden nicht kopiert
  • –exclude “.*”: Versteckte Dateien werden nicht kopiert

rclone vs lftp

  • lftp: “reverse mirror”
  • Identisches Ergebnis
  • lftp ist deutlich langsamer

Power LED Coin Cell Torch Light with Boost Converter

To train my self with SMD soldering, I decided to build a Mini LED Light with some available parts in my lab.

  • Small: SMD parts around a LM2704 boost converter
  • Simple: Can we reduce the part number count?

Part List:

  • Coin Cell (CR2032) and Coin Cell Holder
  • LM2704 with 22uH and 100 Ohm
  • Power LED (9V, 1A, but will be driven only with 100mA here)
  • Push button to activate the LED

Schematic:

The LM2704 can generate a constant voltage or for this application a constant current. The generated current for the LED is ILED = 1.23V / 10 Ohm = 123 mA.

And this is how it looks like: