This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
kopia
Watch
1
Star
0
Fork
0
You've already forked kopia
mirror of
https://github.com/kopia/kopia.git
synced
2026-03-15 12:50:29 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
fe70b1e8b0cae030d4cc2887c0c24459161e8629
kopia
/
snapshot
History
Jarek Kowalski
60654e125b
added 'migrate' command that can move all snapshot data between repositories. It's meant to be used in a cloud VM to (relatively) quickly re-create the contents of all snapshots using new repository format. Copying is done using snapshot.Uploader on top of a virtual filesystem from the source repository.
2017-08-12 15:23:51 -07:00
..
manager.go
Major refactoring to how repository connections are established and managed to simplify programmatic API usage and CLI.
2017-08-01 08:35:14 +02:00
manifest.go
added support for cancelling upload with Ctrl-C which marks the snapshot as incomplete
2017-08-10 20:27:31 -07:00
policy.go
changed HMAC secret used for policy ID items in vault
2017-06-18 12:29:31 -07:00
source.go
added ability to get/set/list/remove policies on directories, user@host or --global, not used yet
2017-06-17 21:44:29 -07:00
stats.go
re-added support for bundles (read-only) to aid data migration
2017-08-12 14:07:22 -07:00
upload_progress.go
moved upload functionality to snapshot package
2017-01-30 20:07:02 -08:00
upload_test.go
added support for cancelling upload with Ctrl-C which marks the snapshot as incomplete
2017-08-10 20:27:31 -07:00
upload.go
added 'migrate' command that can move all snapshot data between repositories. It's meant to be used in a cloud VM to (relatively) quickly re-create the contents of all snapshots using new repository format. Copying is done using snapshot.Uploader on top of a virtual filesystem from the source repository.
2017-08-12 15:23:51 -07:00