Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Document the -c option #96
Conversation
Yeah, the behavior here is a little weird. Settings are restored automatically if the instance has never been configured (migrate flow) but must be specified explicitly if restoring over an already configured instance. We'll need to incorporate that bit of nuance here. |
This would have been good to know. Any reason this little tidbit hasn't been merged in yet? |
@tedvim Nope, just fell off my radar. I want to clarify the bit about new vs. already configured instances and then I'll get this merged down. |
While we're at it, I'd like to make a feature request for overriding a single parameter when restoring: the hostname. The hostname is used to identify the instance within collectd - restoring a the configuration with |
Several people have been a little surprised to find their configuration isn't restored to the destination host as they know nothing about the
-c
option and I don't think many people queryghe-restore
to find out the available options.This PR documents this option.