Apache Ignite has no data migration/archiving tool but Ignite supports plugins and Ignite native persistence exposes org.apache.ignite.internal.processors.cache.persistence.snapshot.IgniteCacheSnapshotManager that you could use to implement your own tool.
There are commercial solutions available, for example, this one <https://docs.gridgain.com/docs/data-snapshots>.
