Is there any way synchronize by snapshots rather than the whole repository?
kopia repository sync-to gcs --bucket my-bucket
syncs the whole repository. But to save costs I want to replicate only critical snapshots or directories.
Is there any way synchronize by snapshots rather than the whole repository?
kopia repository sync-to gcs --bucket my-bucket
syncs the whole repository. But to save costs I want to replicate only critical snapshots or directories.
Use snapshot migrate
to copy certain snapshots.