You can use importaddress to have multiple nodes monitor the balance of a particular address, but not be able to spend its funds.
Or dumpprivkey + importprivkey to fully share the keys between nodes. Bear in mind that you shouldn't simultaneously issue transactions for the same address on multiple nodes if you do this.
You can also back up the wallet.dat file in your blockchain directory, which contains the private keys.