Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

backend.create: only reject non-empty storage, see #57 #59

Merged
merged 1 commit into from
Sep 27, 2024

Commits on Sep 27, 2024

  1. backend.create: only reject non-empty storage, see borgbackup#57

    we shouldn't check just for the base directory and reject
    if it exists, that is troublesome for cloud storages.
    
    also, it is not really a problem if we just use an empty
    filesystem or sftp directory - we should only reject if
    there is stuff inside.
    ThomasWaldmann committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    d0151df View commit details
    Browse the repository at this point in the history