topaz2/chef_boilerplate

View on GitHub
templates/default/cron/30_backup_redmine_remote.erb

Summary

Maintainability
Test Coverage
#!/bin/bash

rsync -a <%= node[:boilerplate][:backup][:from][:path] %>/redmine <%= node[:boilerplate][:backup][:to][:user] %>@<%= node[:boilerplate][:backup][:to][:host] %>:<%= node[:boilerplate][:backup][:to][:path] %>