Creating a Spanned ZIP File
Sometimes traditional transfer methods are not available and an IT provider may need to provide a migration consultant with point-in-time snapshot of data / documents.
This article explains what you should do and what you shouldn't do.
Do Not Do These Things
These are bad ideas that you should avoid.
- Do not upload individual documents to an online storage location (OneDrive/Dropbox/etc)
- Individual and small files transfer slowly.
- If there is an issue, it is hard to detect which file the issue is with
- Many systems don't handle long path's correctly.
- Some systems may drop important metadata like created/modified dates.
- Do not upload one giant ZIP file to an online storge location
- This will take a long time to send
- If there is an issue uploading, the entire upload must be restarted
- If there is an issue downloading, the entire download must be restarted
Do This Instead: Create a "Spanned" Zip File
Please follow these instructions
A Spanned zip file one logical zip file that is "spanned" (spread) across multiple actual file parts.
This has the following advantages:
- Big files transfer fast
- Long Paths are not an issue
- Important metadata is preserved
- If there is an issue, the individual parts can be uploaded.
Creating a Spanned Zip File
Then navigate to the folder you want to ZIP, right-click it, and select "Show More Options"
Then select 7ZIP -> Add to Archive
Set the Archive Format to 7z, the Volume Size to 1000MB and click OK:
Once the process is complete, you will have a number of files like this:
ALL of these files must be transferred to the recipient.
Related Articles
Installing 7-Zip
7-Zip is a popular and free file archiver that supports many file compression formats, making it a great tool for extracting and creating compressed files. Launch 7-Zip from inside Universal Migrator. A browser will open and the 7-Zip installer will ...
Creating/Viewing a Fiddler Capture
When using Universal Migrator to inject data into a destination system, it is possible that you may run into a bug in either Universal Migrator or in the API you are injecting into. If you get API errors and the data seems correct, please sent us a ...
How to Extract an Icon Image from an EXE File
This guide will walk you through extracting icon images from an executable (EXE) file using 7-Zip. This method allows you to access icon resources within EXE files and save them as .ico files. Requirements 7-Zip: Ensure 7-Zip is installed on your ...
Creating a Storage Space
Preparing an Ultra-Fast Storage Space Now we need to create a Storage Space. A Storage Space is a lot like a RAID. We are going to merge two of our SSDs into one big one. First click on Start and type Computer Management. Click Open Click Disk ...
Creating a Hyper-V Virtual Machine
Creating a Hyper-V Virtual Machine Open Hyper-V Manager First, open Hyper-V Manager by clicking the "Start" button and typing "hyper", then select Hyper-V Manager from the list. Right Click the name of your PC and select: New > Virtual Machine ...