Dual backup solution on puppet manifests

54 views
Skip to first unread message

Deimos Fr

unread,
Aug 16, 2012, 5:03:10 AM8/16/12
to puppet...@googlegroups.com
Hi,

I've tried differents solutions, but no one worked for me. Is there a way to get dual backups ? For example, one backup locally on each nodes and another on the filebucket. The idea is to have a local backup for different purposes and on the filebucket to get a visual diff on the dashboard.

My configuration for local backup :

# Backing up all files and ignore vcs files/folders
File {
    backup => '.puppet-bak',
    ignore => ['.svn', '.git', 'CVS' ]
}

For the filebucket :

# The filebucket option allows for file backups to the server
filebucket { main: server => 'puppet' }

But now, I would like to combine :

File { backup => ["main", ".puppet-bak" }

But doesn't work :-(.

Any idea ? Thanks

Deimos Fr

unread,
Aug 16, 2012, 5:04:04 AM8/16/12
to puppet...@googlegroups.com
Woops sorry (but still doesn't work :
File { backup => ["main", ".puppet-bak"] }
Reply all
Reply to author
Forward
0 new messages