9 git commit -m "site upload"
11 # To include `projects/rust-101/index.html` while excluding the rest of that folder, we have to
12 # write the exclusion as ".../*", or else rsync would not even descend into that directory.
13 rsync ./ www.ralfj.de:/srv/www.ralfj.de/docroot/ -aP --delete \
14 --include projects/rust-101/index.html \
15 --exclude .git --exclude cs --exclude upload --exclude "projects/rust-101/*"