Springe zum Inhalt

Phillip Richdale

Consultant & Software Architect

  • Über mich / About me
  • Leistungen / Services
  • Impressum
  • Datenschutz

Themen

  • Allgemein
  • Development & Design
  • Tech
    • PHP
    • Linux
    • CLI
    • Technologien & Werkzeuge
    • JavaScript
    • WordPress
  • Thema Datenschutz

Beliebt / Popular

  • Über mich / About me
  • Typo3 neu aufgezäumt, aber falschrum – Warum Neos eine schlechte Sache ist
  • Impressum
  • How to do Scrum without killing yourself (Update 2018)
  • Die Wolke kommt.
  • Visual Prototyping, Konzeptionierung und Modellierung
  • Richdales Vier Gesetze der Informationstechnologie
  • IoT, IoT, Oooh my Internet of freakin’ Things!
  • Web Design Werkzeuge / Web Design Tools
  • Interaktive HTML 5 Apps und Gaming in HTML 5, JS und WebGL

Remote WordPress File Dump with wget & ftp (excluding uploads dir)

Put this in a bash script and execute it:

#!/bin/bash
wget -X /PATH/TO/WP_ROOT/wp-content/uploads -r -nH -nc ftp://FTP_USER:FT_PPW@FTP_HOST//WP_ROOT
Veröffentlicht am 28. Februar 201823. März 2018Autor Phillip RichdaleKategorien CLI, Tech, Web Development & Design, WordPress

Beitrags-Navigation

Zurück Vorheriger Beitrag: Bash CLI Farben/Colors
Weiter Nächster Beitrag: PHP: URL path to file in same directory