How to keep cloud storage synced when changing an operating system?

0

I have a folder with symlinks synced to a cloud storage and I'm switching a linux distro.

Is there a way to keep my data, which is on a separate /home partition that will not be formatted, synced on the fresh install without re-downloading everything?

Sparkler

Posted 2015-03-25T20:47:33.730

Reputation: 193

Depends on how the sync was done initially. If it's rsync you should be good, many other synchronization systems use some method to create metadata so you only have to manage changed deferentially. – TheFiddlerWins – 2015-03-25T21:03:28.813

I'm confused. If it is on a separate partition and you wont format it, you surely don't need to sync since the data is already there? Also, which cloud storage? – Julian Knight – 2015-03-25T22:20:37.603

@JulianKnight, the data is there, but would the client software "understand" that it's the same data when I'll install it? (copy.com) – Sparkler – 2015-03-26T00:35:47.430

You'll need to share which cloud storage provider it is. Basically, it is likely to depend on where the sync database is stored. This is most likely somewhere in your home folder! – Julian Knight – 2015-03-26T09:49:53.690

No answers