Commit Graph

8 Commits

Author SHA1 Message Date
Michael de Wit
f5c00995b4 Merge pull request #2 from d-fens/patch-1
Use ecdsa or ed25519 for the SSH_KEY if required
2017-02-21 13:24:51 +01:00
d-fens
48516860f1 Use ecdsa or ed25519 for the SSH_KEY if required
Currently this will not connect if the server forces a particular key type such as ed25519 which can prevent the script from connecting. This allows the server to connect if it detects a particular key in use by the user.

Not included in this change is a DSA key since they are typically being depreciated and therefore not recommended.
2017-02-21 12:18:55 +00:00
Michael de Wit
fd00840905 Merge pull request #1 from chrishawes/feature/rsync-arguments
Allow passing of extra arguments to rsync
2017-01-11 10:33:50 +01:00
Chris Hawes
b7070bec42 Allow passing of extra arguments to rsync 2017-01-10 21:49:45 +00:00
Michael de Wit
465d4cae85 Fix a bug where setting 'delete' or 'recursive' to false would still perform these operations 2016-12-29 17:06:47 +01:00
Michael de Wit
a51fa78868 Add README and DOCS 2016-12-29 16:53:27 +01:00
Michael de Wit
9f7809fcb3 Add rsync script and Dockerfile 2016-12-28 22:03:22 +01:00
Michael de Wit
8e588f0d15 Initial commit 2016-12-28 21:50:50 +01:00