== Greyhole advanced options ==
Soonsticky_files and stick_into options can be specified using the YAML formatting.It's important to note that '''indentation matters''' To specify the following to Greyhole in greyhole.conf (where indentation does not matter): 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: sticky_files: - - Music/ - - Videos/Movies/ - - /mnt/hdd1/gh - /mnt/hdd5/gh - - Backups/CrashPlan/*/ - - /mnt/hdd0/gh
== Copying you data into Greyhole shares the first time ==