Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

snapshot migrate error: not a local filesystem #3863

Open
cristihcd opened this issue May 13, 2024 · 2 comments
Open

snapshot migrate error: not a local filesystem #3863

cristihcd opened this issue May 13, 2024 · 2 comments
Labels

Comments

@cristihcd
Copy link
Contributor

Using kopia 0.17, on Windows X64, with a NAS server repository (SMB share).

When running: kopia --config-file repository-remote.config snapshot migrate --all --no-policies --source-config=c:\Users\User\AppData\Roaming\kopia\repository.config, I get the following error: ERROR unable to migrate source: error migrating snapshot [redacted] @ 1701086834924508500: not a local filesystem.

Full log attached.

OS snapshots (VSS) are enabled for source and destination repo:

  "osSnapshots": {
    "volumeShadowCopy": {
      "enable": 2
    }
  },

migrate.log

@cristihcd cristihcd changed the title snapshot migrate error snapshot migrate error: not a local filesystem May 13, 2024
@cristihcd
Copy link
Contributor Author

After disabling VSS snapshot on the destination repo, the migration runs successfully

@jkowalski
Copy link
Contributor

yeah, but this is undesireable. we should ignore OS Snapshots in migration mode.

@jkowalski jkowalski added the bug label May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants