Skip to content

Commit fa7fcef

Browse files
committed
Added FAQs for slurper
1 parent 216f39b commit fa7fcef

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

src/content/docs/r2/data-migration/super-slurper.mdx

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Migration jobs:
1818
- Do not delete any objects from source bucket.
1919
- Use TLS encryption over HTTPS connections for safe and private object transfers.
2020

21-
## When to use Super Slurper
21+
## When is Super Slurper useful?
2222

2323
Using Super Slurper as part of your strategy can be a good choice if the cloud storage bucket you are migrating consists primarily of objects less than 1 TB. Objects greater than 1 TB will be skipped and need to be copied separately.
2424

@@ -136,3 +136,13 @@ Objects stored using AWS S3 [archival storage classes](https://aws.amazon.com/s3
136136

137137
- Files stored using S3 Glacier tiers (not including Glacier Instant Retrieval) will be skipped and logged in the migration log.
138138
- Files stored using S3 Intelligent Tiering and placed in Deep Archive tier will be skipped and logged in the migration log.
139+
140+
## FAQs
141+
### What happens if I add files to my source bucket mid-migration?
142+
If files are added to your source bucket while a migration is in flight, it is possible that these files will be skipped. To migrate files that were added during a migration, you might need to run migrations multiple times.
143+
144+
### Can I use Super Slurper at the same time as [Sippy](/r2/data-migration/sippy)?
145+
Yes, you can use both simultaneously. Using Slurper and Sippy simultaneously is a good solution to migrate buckets which you are actively serving data out of.
146+
147+
### How long can migrations run?
148+
Slurper migrations run indefinitely, until completion.

0 commit comments

Comments
 (0)