How to sync uploaded files

Hi,

I’m currently working on a project with lots of media files. My workflow is this :

  • no deployment setup, I’m using git on server to deploy manually
  • I’m versioning upload files (I removed the rule to ignore the folder in .gitignore)
  • I’m working on the content locally, so all my uploaded files need to be synced one way or another.

Since there’s a rule to ignore the upload folder by default in Bedrock, how do you sync those file ?

Thanks !

Lots of cmd line tools such as rsync & scp could handle that, or you could go with something like WP Migrate DB Pro’s media files addon

1 Like