ah yeah, system administration documentation or how I like to call it "~/.bash_history"
$ do_the_thing() { do_stuff; do_other_stuff 1234; needs_the_args "$@"; do_final_stuff; }; do_the_thing some_arg other_arg
@bram indeed, that's my main resource for rsync commands!
pro tip:
for important commands, do
$ command # description and tags
that way you can find it more easily again
@bram
Ctrl-r and pray