server: specify an identity file for SSH when rsyncing

This allows the SSH key used to sync with the server to be specified via
the config.py or the command line.  I need it for running automated tests
and setups.
This commit is contained in:
Hans-Christoph Steiner 2014-06-05 16:21:12 -04:00
parent 0adb2575fe
commit e68413a752
3 changed files with 11 additions and 2 deletions

View file

@ -247,8 +247,8 @@ __complete_stats() {
}
__complete_server() {
opts="-h -v -q"
lopts="--help --verbose --quiet update"
opts="-h -i -v -q"
lopts="--help --identity-file --verbose --quiet update"
__complete_options
}