Add backup restore instructions
Browse files- README_RESTORE.txt +18 -0
README_RESTORE.txt
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Rebuttal migration backup restore instructions
|
| 2 |
+
==============================================
|
| 3 |
+
|
| 4 |
+
Repository: Xin-Rui/39033_3Dcv (dataset)
|
| 5 |
+
Archive: rebuttal_migration_20260808.zip
|
| 6 |
+
Parts: parts/rebuttal_migration_20260808.zip.part-00000 ... part-00031
|
| 7 |
+
|
| 8 |
+
Download and restore:
|
| 9 |
+
|
| 10 |
+
hf download Xin-Rui/39033_3Dcv --repo-type dataset --include "parts/*" --include "rebuttal_migration_20260808.zip.sha256" --local-dir rebuttal_backup
|
| 11 |
+
cd rebuttal_backup
|
| 12 |
+
cat parts/rebuttal_migration_20260808.zip.part-* > rebuttal_migration_20260808.zip
|
| 13 |
+
sha256sum -c rebuttal_migration_20260808.zip.sha256
|
| 14 |
+
unzip -o rebuttal_migration_20260808.zip
|
| 15 |
+
|
| 16 |
+
Expected complete archive size: 134727685321 bytes
|
| 17 |
+
Expected SHA-256: d23d7fa44877cd553b7a6f9ef065628f45a79f83dd863aa1074f96d0d3f5c5b3
|
| 18 |
+
|