Skip to content

S3 Rotation not working in 2.7? #19

Open
@markdwhite

Description

@markdwhite

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions