6 lines
124 B
Bash
6 lines
124 B
Bash
#!/bin/bash
|
|
|
|
cd "$(dirname "$0")/data/photos/upload" || exit 1
|
|
|
|
rsync -a ./* fotobox@mc.ph87.de:/srv/fotobox.online/html/p/
|