Arbeitsverzeichnis für Pendel-Redaktion. Beinhaltet Skripte sowie alle Pendel-Inhalte.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/bin/bash |
|
USER=kollegen |
|
HOST=despina.uberspace.de |
|
|
|
OUT="/home/chris/kollegen/pendel/out/" |
|
|
|
# the directory where your web site files should go |
|
DIR=/home/kollegen/html/pendel/wp-content/uploads/pendel/ffm |
|
|
|
rsync -avz $OUT ${USER}@${HOST}:${DIR} |
|
|
|
exit 0
|
|
|