How to move/merge IPFS datastore from a node to another?

I wonder how I could move all “ADD” and “PIN” data to another node before failure.
Is it possible transfer “~/.ipfs/datastore” backup files and merge them to an existing node datastore? Or use ipfs CLI commands to identify datastores difference and “ipfs add” missing ones ?