Skip to content

Instantly share code, notes, and snippets.

@foobartel
Created March 22, 2022 03:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save foobartel/4be12251bf3946057270d47b8e6f02c9 to your computer and use it in GitHub Desktop.
Save foobartel/4be12251bf3946057270d47b8e6f02c9 to your computer and use it in GitHub Desktop.
Copy Kirby Content Folder to keep Develop updated with production
#!/bin/sh
scp -R /server/path/to/production/tld/content /server/path/to/develop/tld/content
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment