# Parameter definitions for thorn WormMigrator # $Header$ restricted: BOOLEAN copy_server "Is a copy server ?" { } "no" BOOLEAN copy_client "Is a copy client ?" { } "no" INT copy_updateserver "How often do clients update from AIS" { -1:* :: "Update interval in seconds" } -1 INT copy_reannounce "How often to reannounce to AIS" { -1:* :: "Update interval in seconds" } -1 BOOLEAN gfs_dataout "Output copy statistics (server only) ?" STEERABLE=ALWAYS { } "yes" STRING gfs_logdir "Output copy statistics, data directory (server only) " { .* :: "Directory" } "" ### # Parameter for test routine ### STRING tst_from_host "Copy from host" { .* :: "Hostname" } "" STRING tst_from_dir "Copy from directory" { .* :: "Directory" } "" STRING tst_from_file "Copy from file" { .* :: "Filename" } "" STRING tst_to_host "Copy to host" { .* :: "Hostname" } "" STRING tst_to_dir "Copy to directory" { .* :: "Directory" } "" STRING tst_to_file "Copy to file" { .* :: "Filename" } ""