It's very easy though...
Stop hived
./hived --dump-snapshot <snapshot_path>
Then copy the contents of the snapshot to another hived node.
./hived --load-snapshot <snapshot_path>
For both situations, if you add --exit-before-sync, it will exit after finishing creating/loading the snapshot...
Done