diff options
Diffstat (limited to 'docs/netdiff.txt')
| -rw-r--r-- | docs/netdiff.txt | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/docs/netdiff.txt b/docs/netdiff.txt index 592b729..1b8a403 100644 --- a/docs/netdiff.txt +++ b/docs/netdiff.txt @@ -10,20 +10,21 @@ NAME USAGE Cluster-SSH into two hosts at the same time and run on both hosts the - same (simultaneous): + same (simultaneous) command: netdiff HOSTNAME PATH Where HOSTNAME can be the hostname of the first or the second host. - Depending on this the script will decide to be the client or the server - role. + Depending on this the script will decide to be in the client or the + server role. And where PATH musst be a full qualified path to a file or a directory. Netdiff transfers everything in PATH (recursively and encrypted via - OpenSSL/AES) to the other host and computes a diff of it. + OpenSSL/AES) to the other host and computes a diff of it. The latter + with the diff tool. - If no port is specified the default port will be used, which is defined + If no port is specified the default port will be used which is defined in /etc/default/netdiff @@ -35,11 +36,11 @@ NAME between two hosts. Given two hosts one.example.com and two.example.com. Just run this - command on both hosts: + command on both hosts simultaneously: netdiff one.example.com /etc/pam.d - The same affect, but the other way around would be the following + The same affect, but the other way around, would be the following command: netdiff two.example.com /etc/pam.d |
