21 lines
605 B
Bash
Executable file
21 lines
605 B
Bash
Executable file
#!/bin/bash
|
|
|
|
mkdir ~/tmp/.puting_de
|
|
|
|
cd ~/tmp/.puting_de
|
|
|
|
wget -m http://computing
|
|
|
|
#cd ~/tmp/.puting_de/hoyme/
|
|
|
|
#wget -m http://bolsena-ferienhaus
|
|
|
|
#mv bolsena-ferienhaus hoyme/neu
|
|
|
|
cp -R ~/www/com.puting.de/htdocs/hoyme ~/tmp/.puting_de/computing/hoyme
|
|
|
|
rsync --delete -r -v -z --perms --group ~/tmp/.puting_de/computing/ hanez.org:/var/www/puting.de/com/htdocs/
|
|
|
|
#rm -rf ~/tmp/.puting_de
|
|
|
|
#rsync --delete -r -v -z /home/www/hanez.org/ hanez.org:/var/www/hanez.org/www/ --exclude=*~ --exclude=wp-config.php --exclude=.svn --exclude=tmp.txt --exclude=cache/* --exclude=comments/* --perms --group --times
|