Method: Hcloud::Server#enable_backup
- Defined in:
- lib/hcloud/server.rb
#enable_backup(**_kwargs) ⇒ Object
Specifying a backup window is not supported anymore. We keep this method to ensure backwards compatibility, but ignore the argument if provided.
46 47 48 |
# File 'lib/hcloud/server.rb', line 46 def enable_backup(**_kwargs) prepare_request('actions/enable_backup', method: :post) end |