Displaying 2 results from an estimated 2 matches for "aizier".
Did you mean:
vizier
2010 Dec 22
3
filebucket questions
Hi everyone,
I''ve got several questions that are most probably obvious to some of
you but I''m actually a bit ''in the fog'' about filebucket.
backup are done on a md5 basis so 1 file is generated whatever the
number of clients if it''s the same md5. That a really good option.
On the other hand let''s say that after 3 months I need to restore a /
2010 Oct 19
14
client won't use remote file bucket
Hi all,
I''m having a stupid moment getting a remote file bucket working. My
client only file buckets locally, not remotely.
I have this site.pp:
*********
filebucket { "main": server => "puppet" }
File { backup => "main" }
node ''default'' {
include test
}
*********
and this test module:
*********
class test {
file {