4 lines
195 B
Text
4 lines
195 B
Text
|
#!/bin/sh
|
||
|
|
||
|
/usr/bin/rsync -aSHPv --delete --exclude=.git/objects/ bapp02::docs/ /srv/web/docs.fedoraproject.org/
|