# Syncing FMOD work to shared cloud

**URL:** https://qa.fmod.com/t/syncing-fmod-work-to-shared-cloud/19071
**Category:** FMOD Studio
**Created:** [July 31, 2022, 7:35pm UTC](https://qa.fmod.com/t/syncing-fmod-work-to-shared-cloud/19071 "2022-07-31T19:35:39Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![fractanimal](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/fractanimal/32/3897_2.png) [@fractanimal](https://qa.fmod.com/u/fractanimal)
#### Post date: [July 31, 2022, 7:35pm UTC](https://qa.fmod.com/t/syncing-fmod-work-to-shared-cloud/19071/1 "2022-07-31T19:35:39Z")

</div>

I’m just looking for some advice on how to sync my FMOD work with other people that will also be making changes to the FMOD build.

Is there anything in particular I should be looking to A. be sure to sync, and B. avoid syncing, so we can easily sync our FMOD work into the same session without losing each others work

Thanks!

---

<div class="post-metadata">

### Author: ![Connor\_FMOD](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/connor_fmod/32/3685_2.png) [@Connor\_FMOD](https://qa.fmod.com/u/Connor_FMOD)
#### Post date: [August 1, 2022, 3:17am UTC](https://qa.fmod.com/t/syncing-fmod-work-to-shared-cloud/19071/2 "2022-08-01T03:17:19Z")

</div>

Hi,

Are you using any source control such as `git` or is it just shared storage? An in-depth guide on how to set up source control can be found under [FMOD Studio | Usinger Source Control](https://fmod.com/docs/2.02/studio/using-source-control.html). Which will also inform you of which files to sync and which can be ignored. Files that can be ignored are: `.cache`, `.user`, `.unsaved`, and the `Build` folders, all other folders should be synced.

Hope this helps!

---

<div class="post-metadata">

### Author: ![fractanimal](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/fractanimal/32/3897_2.png) [@fractanimal](https://qa.fmod.com/u/fractanimal)
#### Post date: [August 9, 2022, 9:43pm UTC](https://qa.fmod.com/t/syncing-fmod-work-to-shared-cloud/19071/3 "2022-08-09T21:43:30Z")

</div>

Thanks for the reply! Sorry for the delay responding.

Yes, we are using Plastic SCM.

Thank you very much for the info and link!

---

<div class="post-metadata">

### Author: ![fractanimal](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/fractanimal/32/3897_2.png) [@fractanimal](https://qa.fmod.com/u/fractanimal)
#### Post date: [September 10, 2022, 1:49am UTC](https://qa.fmod.com/t/syncing-fmod-work-to-shared-cloud/19071/4 "2022-09-10T01:49:49Z")

</div>

the .cache files… just to confirm… they are the… “{03fefe99-a107-4b80-90e3-8f3f43be15f6}.pdc” (for example) files in the cache folder, yeah?

---

<div class="post-metadata">

### Author: ![Connor\_FMOD](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/connor_fmod/32/3685_2.png) [@Connor\_FMOD](https://qa.fmod.com/u/Connor_FMOD)
#### Post date: [September 12, 2022, 12:30am UTC](https://qa.fmod.com/t/syncing-fmod-work-to-shared-cloud/19071/5 "2022-09-12T00:30:08Z")

</div>

Yes, you can ignore those files.

---

<div class="post-metadata">

### Author: ![fractanimal](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/fractanimal/32/3897_2.png) [@fractanimal](https://qa.fmod.com/u/fractanimal)
#### Post date: [September 15, 2022, 5:08am UTC](https://qa.fmod.com/t/syncing-fmod-work-to-shared-cloud/19071/6 "2022-09-15T05:08:33Z")

</div>

thank you!
