Short answer: you can sometimes reuse an existing local Dropbox, Google Drive, OneDrive or pCloud folder to avoid needless downloads or uploads. But the safe unit to reuse is usually the file content, not the old sync client's hidden database, cache, placeholder metadata or stale idea of what the cloud looked like last week.

A new computer creates three different sources of state:

  1. the current cloud namespace — what the provider says exists now;
  2. the old local file tree — bytes that may still be useful, current, stale or local-only;
  3. the old client state — caches, local databases, placeholder records and pending operations that belonged to the old installation.

The first mistake is assuming all three are interchangeable.

They are not.

A folder can contain the correct 800 GB of files while its old sync database is obsolete. A new client can recognize some of those bytes and avoid transferring them again, yet still need to rebuild its own item IDs, placeholders and reconciliation state. And if the local tree contains edits that never reached the cloud, blindly treating the cloud as authoritative can lose those changes.

The safe question is therefore not:

“How do I trick the new client into thinking everything is already synced?”

It is:

“Which data is authoritative, which local bytes can be reused, and which old client state should be rebuilt instead of transplanted?”

First separate cloud truth, local bytes and client state

This three-state model prevents most migration mistakes.

LayerWhat it containsReuse on a new computer?Main risk
Cloud truthCurrent files, folders, versions, item IDs, sharing stateYes — verify it firstCloud may be older than unsynced local edits
Local file bytesDownloaded/mirrored files from the old machineOften, if provider supports reconciling an existing folderStale or divergent files can create duplicates/conflicts
Client stateCache, local sync DB, pending operations, placeholder metadataUsually rebuild through the provider's supported setupCopying opaque state can import stale assumptions

The distinction matters because cloud sync is not simply “compare filenames and stop.” Modern clients track provider object identity, sync mode, online-only state, local permissions, local paths, selective-sync rules and pending operations.

A new installation may therefore rescan a large library even when very little data actually needs to cross the network.

Rescan is not the same thing as reupload.

Do not panic merely because the client spends hours indexing or reconciling hundreds of thousands of items. The important question is whether it is actually sending new bytes, creating duplicates, deleting remote content or correctly matching existing objects.

The safest migration pattern: verify remote first, preserve local second, relink third

Before installing or relinking any client, freeze the old setup long enough to establish a baseline.

1. Stop generating new changes on the old computer

Pause work in the sync folder. Close applications that keep files open. Do not rename or reorganize the tree during the cutover.

The more the source changes while the new machine is joining, the harder it is to distinguish migration noise from legitimate edits.

2. Verify the cloud copy from the web interface

Check the provider's web interface or another known-good device.

Confirm:

  • important folders exist;
  • recent files have the expected modified content;
  • no large pending upload remains;
  • shared folders are still present;
  • quota is not blocking recent changes.

If a recent local file is missing or older online, treat the local copy as recovery data, not disposable cache.

3. Preserve the old local tree outside the new client's control

If practical, keep the old drive untouched or make a read-only copy/snapshot of the existing synced folder.

Do not start the new client by pointing it at the only surviving copy of uncertain files.

A migration is safer when you can undo it.

4. Install the provider normally

Let the new client authenticate and establish its supported namespace.

Do not copy hidden cache databases or File Provider internals from the old OS installation unless the provider explicitly documents that procedure.

5. Only use an existing local folder when the provider documents that path

Dropbox and OneDrive explicitly document relinking to an already established folder. Google Drive documents a reconciliation behavior when switching to Mirror and selecting a folder that already contains files. Those are real support contracts.

Where the provider does not publish such a contract, the conservative method is to let the new client create its intended structure and then migrate data through supported controls rather than transplanting private state.

6. Start with a small test branch

Before attaching a 2 TB tree, verify a small folder containing:

  • one identical file;
  • one file that differs locally and remotely;
  • one cloud-only file;
  • one local-only file;
  • one nested folder.

Observe what the client does.

You want to know whether it:

  • recognizes identical content;
  • keeps divergent content as two copies;
  • uploads local-only data;
  • downloads cloud-only data;
  • treats missing local files as deletions.

7. Verify before retiring the old machine

Do not erase the old SSD because the new client's tray icon turned green once.

Verify representative files, sharing state, offline availability where needed and high-value checksums for archives.

For the broader distinction between synchronization and independent recovery, Cloud Backup vs Cloud Storage is the right baseline.

Dropbox: an advanced reinstall can deliberately reuse the established Dropbox folder

Dropbox provides one of the clearest official reuse workflows.

Its advanced reinstall documentation explicitly says not to delete the main Dropbox folder containing your files. After reinstalling, Dropbox says that if you want to avoid re-syncing your Dropbox content, you must manually choose the established Dropbox folder location in Advanced Settings.

That is strong evidence that reusing local file content is a supported scenario for the same Dropbox account.

Dropbox also warns that changes made while the computer was offline — on dropbox.com or other linked devices — can produce conflicted copies after the reinstall.

That tells us two things:

  1. choosing the existing folder can reduce unnecessary transfer work;
  2. the existing folder is not automatically treated as unquestionable truth.

The path detail matters

Dropbox's setup asks you to choose the parent location of the existing Dropbox folder in some platform flows, not randomly nest a new Dropbox folder inside the old one.

If the old location is:

D:\Cloud\Dropbox

and the setup expects a Dropbox folder under D:\Cloud, selecting the wrong level can create:

D:\Cloud\Dropbox\Dropbox

That is not a sync optimization. It is a new topology.

Do not reuse Dropbox configuration blindly

The point of an advanced reinstall is specifically to remove saved preferences/configuration while retaining the actual file folder.

That is the same three-state model:

  • keep the useful bytes;
  • rebuild client state;
  • reconcile against the live account.

If your existing Dropbox installation is already exhibiting unexplained sync errors, do not assume copying its hidden state to a new PC will fix anything. It can reproduce the same failure surface.

OneDrive: Microsoft explicitly supports “Use this folder” when relinking

OneDrive has an even more explicit relink flow.

Microsoft's current Unlink and re-link OneDrive guidance says that when you sign back in and OneDrive reports that the folder already exists, select Use this folder. OneDrive then resynchronizes the namespace and, with Files On-Demand, does not need to download all file contents merely to rebuild the local view.

Microsoft's separate guide for changing the OneDrive folder location does the same thing: move or select the intended folder, relink, and when OneDrive says files already exist there, choose Use this location.

That is the supported way to reuse a local tree.

It is not the same as copying OneDrive's hidden settings folder from the old installation.

Reinstalling still triggers a full sync pass

Microsoft says reinstalling OneDrive resets its settings and OneDrive performs a full sync afterward.

Again, “full sync” should not be read as “download every byte from zero.”

With Files On-Demand, much of that process can be namespace reconciliation and placeholder creation.

The dangerous edge: a local folder inside OneDrive is live state

Remember OneDrive's basic contract: adding, changing or deleting a file in the OneDrive folder propagates to the cloud, and vice versa.

So if you point a new client at an existing folder and then manually delete what looks like “duplicate local data,” you can turn cleanup into cloud deletion.

Do not perform cleanup until the new client has finished reconciling and you have verified the corresponding cloud object.

Google Drive: Mirror mode documents how an existing destination folder is reconciled

Google's current Drive for desktop documentation is unusually useful here.

When switching from Stream files to Mirror files, Google lets you choose the local folder that will hold My Drive.

If files already exist there, Google says Drive for desktop tries not to copy files that are already in the cloud.

More importantly:

  • if local content matches what is in the cloud, Drive tries to avoid another copy;
  • if a file differs from the cloud version, Drive keeps both;
  • files that do not already exist in the cloud are uploaded.

That behavior is exactly what a cautious relink workflow should do: reuse identical data, preserve divergence instead of silently overwriting it, and upload genuinely local-only files.

Do not confuse Mirror reuse with copying the streaming cache

Google's Stream files mode uses a managed local cache. Unsynced edits can live there until they upload.

Copying that cache directory to a new computer is not the same thing as choosing an existing Mirror folder through the supported settings UI.

The safer distinction is:

  • Mirror folder: ordinary local files intended to correspond to My Drive;
  • Stream cache: provider-managed client state/content cache;
  • cloud namespace: server authority.

If the old machine used Stream and has pending local edits, preserve those edited files as normal files first. Do not rely on transplanting the cache.

iCloud Drive: set up the new device from the cloud namespace, not by transplanting File Provider internals

Apple's current setup model is different.

On a new Mac, the supported operation is to sign into the same Apple Account and enable Sync this Mac for iCloud Drive. Existing iCloud documents then appear in the iCloud Drive namespace.

For Desktop and Documents, Apple makes a particularly important point: if you enable the feature on a second Mac, the second Mac's files do not simply auto-merge into the first Mac's Desktop. Apple can place them under a folder named after the second Mac.

That is evidence that Apple treats device onboarding as a namespace reconciliation problem, not as “copy the old hidden File Provider database and assume identity is preserved.”

An old local iCloud archive is recovery material, not live client state

Apple also documents that when you turn off iCloud Drive or sign out and choose to keep a local copy, files can be placed in iCloud Drive (Archive) in the home folder.

That archive is useful because it gives you ordinary local files you can inspect and compare.

It should not be confused with the new Mac's live iCloud Drive database.

Do not pre-seed Desktop & Documents through two cloud systems

Apple explicitly warns that if another cloud provider manages Desktop and Documents, you need to disable that management before enabling iCloud Desktop & Documents.

This avoids giving two different sync engines authority over the same user folders.

If you are moving between ecosystems rather than merely replacing a Mac, Google Drive Alternatives gives the broader trade-offs, but the migration itself should still follow a one-authority-at-a-time cutover.

pCloud: a new computer does not need to reconstruct the whole cloud as a local mirror

pCloud has a useful architectural choice here because pCloud Drive and Sync are separate concepts.

pCloud Drive exposes your account as a virtual drive and lets you access cloud files without storing the full library locally by default. That means a new computer can authenticate and access the existing cloud namespace without first pre-populating a 1 TB local folder.

For users whose goal is simply:

“I want my cloud library available on the replacement computer.”

that can be cleaner than trying to reconstruct a giant mirrored sync root immediately.

Sync is different: it creates a local mirrored pair

pCloud's official documentation describes Sync as a two-way connection between a chosen local folder and a chosen pCloud folder.

That means when moving to a new machine you should think in terms of creating a new sync pair after verifying both sides, not copying the previous machine's opaque client state and assuming the pair still exists.

pCloud's current desktop guidance lets you choose the local folder and the corresponding pCloud folder when adding Sync.

What pCloud's public help pages do not currently provide is a Dropbox/OneDrive-style guarantee that an arbitrary pre-existing local folder will always be hash-matched in a specific way to avoid every redundant transfer.

CloudScope therefore will not invent that guarantee.

If bandwidth is expensive, test a representative folder before attaching the entire existing local tree.

Duplicate semantics matter

pCloud's Uploads documentation says that when an upload encounters the same filename:

  • same content: upload does not proceed to avoid a duplicate;
  • different content: the new file can overwrite the existing file.

That is useful for understanding upload behavior, but it is not a blanket specification for every Sync reconciliation path.

Do not treat an Upload rule as a universal Sync rule.

If the replacement computer is exposing a storage-architecture problem

Decide whether the new machine really needs a full local mirror before rebuilding one.

If most of the library is archive data, pCloud Drive can expose it cloud-first while Sync is reserved for folders that genuinely need an offline mirrored copy. That can make future computer replacements simpler because the device does not need to become a second full archive by default.

Compare the storage model after you define the new machine's offline needs → Affiliate link · Opens pCloud's current personal plan page. Verify current capacities and features before choosing.

Do not use the empty-folder test on a real account

A surprisingly dangerous experiment is:

  1. create an empty folder on the new PC;
  2. point the sync client at the existing cloud folder;
  3. hope the cloud downloads everything into it.

Some providers and modes support that concept. Others may interpret local absence differently depending on how the pair was established.

The risk is not worth testing on production data.

Use the provider's documented setup flow and a disposable test folder first.

The same applies in reverse: do not copy a stale 500 GB tree into a live sync root and assume the provider will know which side is newer purely from filenames.

File timestamps are weak reconciliation evidence

Do not decide that two files are identical merely because they have the same name, size and modified time.

Those fields can survive some workflows and change in others.

For high-value migrations, stronger checks include:

  • byte-level hash comparison for representative or critical files;
  • provider-side activity/version history;
  • opening a fresh download;
  • comparing expected file counts at multiple directory levels;
  • checking recently edited files individually.

If the migration is large or irreplaceable, use Cloud Storage vs External Hard Drive as a reminder not to destroy the independent local copy until the new computer has been verified.

The five-provider relink matrix

ProviderCan you reuse an existing local folder through a documented path?What the docs clearly sayMain risk
DropboxYes, in documented reinstall flowsChoose the established Dropbox folder/location in Advanced Settings to avoid starting a new folderOffline/cloud changes can create conflicts
OneDriveYesRelink and choose Use this folder / Use this locationCleanup inside live OneDrive propagates to cloud
Google DriveYes for documented Mirror-folder selectionExisting identical files are reused where possible; divergent content can be kept as both; local-only files uploadDo not transplant Stream cache as if it were Mirror content
iCloud DriveNot as a generic pre-seed contractSign in, enable iCloud Drive, let the namespace materialize; second-Mac Desktop can be separated by machine nameManual File Provider-state transplantation is not documented
pCloudSync lets you choose local and cloud folders, but no universal no-reupload guarantee publishedDrive is cloud-first; Sync creates an explicit two-way pairTest matching behavior before attaching a huge pre-existing tree

This table exposes the right mental model:

A supported relink can reuse data. It still rebuilds authority.
Provider relink models on a replacement computer

A safe replacement-computer cutover

For a large production library, use this sequence.

Phase A — prove the source

  • pause major edits;
  • confirm the old client is up to date;
  • verify recent files online;
  • preserve local-only or uncertain files outside the sync root;
  • keep the old disk intact.

Phase B — establish the new client

  • install the current official client;
  • sign into the same account;
  • let the cloud namespace appear;
  • configure the intended Stream/Mirror/online-only/Sync mode;
  • do not copy old hidden state directories.

Phase C — reuse local bytes deliberately

Where the provider supports it:

  • choose the established folder through the documented setup flow;
  • otherwise attach a small representative folder first;
  • watch what happens to identical, divergent, local-only and cloud-only files.

Phase D — verify reconciliation

Check:

  • no unexpected duplicate tree;
  • no mass deletion event;
  • no large unexpected upload queue;
  • cloud-only files remain present;
  • recent local-only files were preserved;
  • sharing/ownership still look correct;
  • selective sync/offline settings are rebuilt as intended.

Phase E — retire the old machine only after a restore-quality check

Open important files from the new machine.

For archives, download a fresh sample and compare checksums.

For folders with complex permissions or filesystem metadata, remember that cloud file sync may not preserve every local filesystem semantic even when the file content is correct.

Safe replacement-computer cloud sync workflow

When reusing local bytes is worth the effort

It is most valuable when:

  • the library is hundreds of gigabytes or terabytes;
  • bandwidth is capped or slow;
  • most local files are known to be current;
  • the provider has a documented relink/reuse workflow;
  • you still possess a separate recovery copy if reconciliation goes wrong.

It is less attractive when:

  • the old sync state was already corrupted;
  • many files were edited on multiple devices while the old machine was offline;
  • the provider's supported model is cloud-first placeholders;
  • local storage is limited;
  • you cannot confidently distinguish current from stale files.

Sometimes the cleanest migration is to not rebuild a full mirror at all.

That is especially true when the old computer accumulated a full local copy only because the previous storage architecture forced it to.

FAQ

Will Dropbox reupload everything after reinstall?

Not necessarily. Dropbox documents an advanced reinstall path where you retain the existing Dropbox folder and select its location during setup. Dropbox specifically says this can avoid re-syncing content into a newly created folder. The client still has to reconcile the account, and changes made while the machine was offline can create conflicts.

Can OneDrive reuse my old OneDrive folder?

Yes. Microsoft documents relinking to an existing OneDrive folder and choosing Use this folder or Use this location. OneDrive then rebuilds synchronization against the live account.

Can Google Drive Mirror use a folder that already contains my Drive files?

Google says that when switching to Mirror and selecting a folder with existing files, Drive for desktop tries not to copy files already present in the cloud. If content differs, it can keep both; local-only files are uploaded.

Should I copy Google Drive's streaming cache to the new PC?

Not as a general migration method. Google's supported Stream mode uses a managed cache, and unsynced edits can live there temporarily. Preserve any uncertain files as normal files and set up Drive for desktop normally on the new machine.

Can I copy the iCloud Drive File Provider folder from my old Mac to the new Mac?

Apple's public setup model is to sign into the same Apple Account, turn on iCloud Drive and let the iCloud namespace appear. Apple does not publish a generic consumer procedure for transplanting the old File Provider database as the authoritative migration method.

Does pCloud let me use my old local folder on a new computer?

pCloud Sync lets you choose a local folder and a corresponding pCloud folder, but pCloud's current public help does not make a universal promise about how every arbitrary pre-existing local tree will be matched to avoid all redundant transfer. Test a small representative folder first. If you do not need a full offline mirror, pCloud Drive can expose the cloud library without downloading everything locally by default.

When can I wipe the old computer?

Only after you have verified the current cloud state, the new machine's files, any required offline content and representative restores. For irreplaceable archives, checksum a fresh download before destroying the last independent source.