== Greyhole advanced options ==
sticky_files and stick_into options You can be specified using further configure Greyhole by manually editing the YAML formatting. Itfollowing file:<br/>'s important to note that '''indentation matters/var/hda/platform/html/config/greyhole.yml'''
To specify see what options are available, and what they do, refer to the following to Greyhole in [http://greyhole.googlecode.com/svn/trunk/greyhole.example.conf sample greyhole.conf (where indentation does not matter):] provided with Greyhole.
             greyhole.yml is in in YAML format. Most of it should be easy enough to modify. The only exception would be the sticky_files (and optional sticky_into) options.<br/>Here's an example of how those should appear: To specify the following to Greyhole in greyhole.conf:  sticky_files = Music/              sticky_files = Videos/Movies/                      stick_into = /mnt/hdd1/gh                      stick_into = /mnt/hdd5/gh              sticky_files = Backups/CrashPlan/*/                      stick_into = /mnt/hdd0/gh
one should specify this in the greyhole.yml file, where '''precise indentation matters''':
             sticky_files:              - - Music/             - - Videos/Movies/                 - - /mnt/hdd1/gh                     - /mnt/hdd5/gh             - - Backups/CrashPlan/*/                 - - /mnt/hdd0/gh
For your changes to be effective, you'll need to force Amahi to regenerate the greyhole.conf file. You can do so by editing a share, clicking it's path, and just clicking the Save button without actually changing the path.
== Copying you data into Greyhole shares the first time ==