Page 1 of 1

Syntax for frozen directories

Posted: Fri Jun 17, 2011 12:14 am
by t0bbe
I have a problem finding the correct syntax to use frozen directories.
I looked on the wiki but it only says how to use sticky files.

Do I put it in the greyhole.yml file under "other:" or not?

I tried

Code: Select all

other: frozen_directory = Backup/crashplancache
but that gave me errors when I ran

Code: Select all

echo 'require "yaml"; YAML::load(File.open("/var/hda/platform/html/config/greyhole.yml"))' | irb
I also tried

Code: Select all

frozen_directory: - - Backup/crashplancache
But then it doesn't show up in /etc/greyhole.conf

Re: Syntax for frozen directories

Posted: Mon Jul 04, 2011 10:45 pm
by t0bbe
*bump*

Anyone using frozen directories?
I haven't found any documentation for it.

Re: Syntax for frozen directories

Posted: Mon Aug 15, 2011 10:31 am
by sandstroem
Use the following in greyhole.yml:

Code: Select all

other: | frozen_directory = Backups/CrashPlan frozen_directory = Temp/Downloads
Good luck!