docs: make server-side repo→bucket copy easier to find#2519
Merged
Conversation
Cross-link the instant copy from datasets-ingesting.md and the Managing Files intro, and tie it to the Xet dedup explanation. Feature already existed but was buried at the bottom of storage-buckets.md.
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
Contributor
|
@davanstrien can you also add a disclaimer that server-side copy only works within the same storage region (i.e. cannot copy from US to EU)? I haven't properly documented this yet as mentioned by @Pierrci in slack Will open a separate PR for |
Per review (Wauplin), folded into the existing copy note.
Member
Author
|
just updated that disclaimer |
pcuenca
reviewed
Jun 2, 2026
Co-authored-by: Pedro Cuenca <pedro@huggingface.co>
julien-c
reviewed
Jun 5, 2026
julien-c
approved these changes
Jun 5, 2026
Co-authored-by: Julien Chaumond <julien@huggingface.co>
pcuenca
approved these changes
Jun 7, 2026
Wauplin
approved these changes
Jun 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
hf buckets cpcopies a dataset/model/Space repo into a bucket server-side(only Xet hashes migrated, no re-upload), but it was documented only at the
bottom of storage-buckets.md and never linked from the datasets docs.
to chunk-level deduplication
No new feature — discoverability only.
🤖 Generated with Claude Code
Note
Low Risk
Documentation-only discoverability and cross-links; no product or API behavior changes.
Overview
Improves discoverability of server-side
hf buckets cp(and related CLI) for copying Xet-tracked data from datasets/models/Spaces into storage buckets without re-uploading bytes.datasets-ingesting.mdnow calls out repo→bucket copy in Ingest raw data, with a short example and a link to the storage-buckets copy section.storage-buckets.mdsurfaces the same workflow earlier under Managing Files, ties “instant” copies to chunk-level deduplication, and expands the NOTE with the same storage region requirement for server-side copy (plus minor NOTE formatting cleanup).xet/deduplication.mdadds a TIP explaining that deduplication is why hash-only server-side copies are fast, with a link back to the buckets copy docs.Reviewed by Cursor Bugbot for commit a760b69. Bugbot is set up for automated code reviews on this repo. Configure here.