Skip to content

Instantly share code, notes, and snippets.

@maxheadroom
Created October 29, 2013 08:45
Show Gist options
  • Select an option

  • Save maxheadroom/7211074 to your computer and use it in GitHub Desktop.

Select an option

Save maxheadroom/7211074 to your computer and use it in GitHub Desktop.
SparkleShare config file to specify different folder location
<?xml version="1.0" encoding="UTF-8"?>
<sparkleshare>
<user>
<name>Your Name</name>
<email>your.name@example.com</email>
</user>
<!-- tell Sparkle that the root for the folders is somewhere else but your home directory -->
<folders_path>/Volumes/Sparkle</folders_path>
<notifications>True</notifications>
<folder>
<name>Your Sync Folder</name>
<url>ssh://username@your.server.com:22/opt/sparkle/Folder</url>
<backend>Git</backend>
</folder>
<folder>
[...]
</folder>
</sparkleshare>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment