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