Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

snapshot not working #280

Closed
mxdpeep opened this issue Jul 18, 2017 · 1 comment
Closed

snapshot not working #280

mxdpeep opened this issue Jul 18, 2017 · 1 comment
Labels

Comments

@mxdpeep
Copy link

mxdpeep commented Jul 18, 2017

$ tugboat snapshot xxx.gscloud.cz
Tugboat attempted to find a droplet with no arguments.
Try running tugboat snapshot dropletname
For more help run: tugboat help snapshot

@petems
Copy link
Owner

petems commented Jul 18, 2017

@mxdpeep snapshot requires the exact name or ID of a droplet (no fuzzy matching):

The help needs updating however:

Usage:
  tugboat snapshot SNAPSHOT_NAME FUZZY_NAME [OPTIONS]

Options:
  -i, [--id=ID]      # The ID of the droplet.
  -n, [--name=NAME]  # The exact name of the droplet
  -q, [--quiet]

Queue a snapshot of the droplet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants