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
cbb492ea09dcb1cf093abffc5f876fb810dc56ba
kopia
/
snapshot
History
Jarek Kowalski
65d188ec59
removed unnecessary optimization to avoid hashing directories, this is now unnecessary since they end up being packed most of the time so they don't incur the cost of a round-trip
...
disabled bundling of entries, since support for bundles will be removed soon
2017-08-08 07:56:28 +02: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
moved most methods from Repository to casManager
2017-08-01 08:29:41 +02: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
removed unnecessary optimization to avoid hashing directories, this is now unnecessary since they end up being packed most of the time so they don't incur the cost of a round-trip
2017-08-08 07:56:28 +02:00
upload_progress.go
moved upload functionality to snapshot package
2017-01-30 20:07:02 -08:00
upload_test.go
removed unnecessary optimization to avoid hashing directories, this is now unnecessary since they end up being packed most of the time so they don't incur the cost of a round-trip
2017-08-08 07:56:28 +02:00
upload.go
removed unnecessary optimization to avoid hashing directories, this is now unnecessary since they end up being packed most of the time so they don't incur the cost of a round-trip
2017-08-08 07:56:28 +02:00