cookbook 'duply', '= 0.1.0'
duply (6) Versions 0.1.0 Follow0
Installs/Configures duply
cookbook 'duply', '= 0.1.0', :supermarket
knife supermarket install duply
knife supermarket download duply
duply cookbook
LWRP for Duplicity/Duply backup sets.
Supports
- Ubuntu 12.04
- Ubuntu 14.04
- Debian 7.4
Requirements
Duplicity installed.
Usage
Attributes
Recipes
default
Installs the LWRP. Does nothing else.
Resources
This cookbook provides a profile resource along with direct command execution.
duply_profile "profile_name" do destination "file:///var/backups/test" encrypt_for [ keys['server'][:key_id], keys['alice'][:key_id], keys['bob'][:key_id] ] signed_by keys['server'][:key_id] passphrase keys['server'][:passphrase] compression :bzip2 volume_size 50 keep_full 5 full_every '2M' includes [ '/etc/duply' ] excludes [ '**.asc' ] end
Execute duply commands from the cookbook
duply "test-incr" do profile "test" action :incremental end
License & Authors
- Author:: Ted Chen (ted@nephilagraphic.com)
Copyright 2014, Nephila Graphic Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Dependent cookbooks
This cookbook has no specified dependencies.
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
Foodcritic Metric
0.1.0 passed this metric
0.1.0 passed this metric