Skip to content

Save to directory #1

Description

@markembling

In addition to saving to Amazon S3, it would be useful to have the ability to save to a specified location on the local filesystem (e.g. another partition or a mounted NFS share).

It would probably look a lot like this:

with storelet.ZipBackup(...) as b:
    # <gather up all the important data here>
    b.save_to_location("/some/destination/directory")

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions