distributed migration for pull and sync --content
pull, sync: When operating on content, automatically hard link objects that have been migrated. Added annex.syncmigrations config that can be set to false to prevent pull and sync from migrating object content. I think that true is a good default for this config, because it avoids users having to re-download migrated content or learning about migration. But, some users will surely not like it, whether because it does take some time (especially for the first git-annex branch scan when there is a long history), or because they want to deal with it manually, or because their filesystem doesn't support hard links and they don't want it to copy objects. Sponsored-by: k0ld on Patreon
Showing
- CHANGELOG 4 additions, 0 deletionsCHANGELOG
- Command/Migrate.hs 9 additions, 3 deletionsCommand/Migrate.hs
- Command/Sync.hs 5 additions, 0 deletionsCommand/Sync.hs
- Types/GitConfig.hs 2 additions, 0 deletionsTypes/GitConfig.hs
- doc/git-annex-migrate.mdwn 7 additions, 3 deletionsdoc/git-annex-migrate.mdwn
- doc/git-annex-pull.mdwn 10 additions, 2 deletionsdoc/git-annex-pull.mdwn
- doc/git-annex.mdwn 6 additions, 0 deletionsdoc/git-annex.mdwn
Please register or sign in to comment