Open
Description
Just testing astrails-safe with some very simple configs, and have managed to get 7 svnbackups on S3 with the following settings (only 5 in local). Am I missing something, or is this not quite right?
safe do
local :path => "/backups/:kind/:id"
keep do
local 5
s3 5
end
svndump do
repo :testrepo do
repo_path "/home/mark/testrepo"
end
end
s3 do
key "............"
secret "............"
bucket "........"
path ""
end
end
Many thanks,
Mark...
Metadata
Metadata
Assignees
Labels
No labels