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

Adds option to restore from backup file already on server. #5909

Merged
merged 1 commit into from
Jun 9, 2021

Commits on Apr 23, 2021

  1. Adds option to restore from backup file already on server.

    when the '--no-transfer' argument is used with `./securedrop-admin restore`,
    instead of transferring the backup tarball to the Application Server, the
    local copy of the tarball will be compared with an expected remote file of the
    same name in `/tmp` on the server. If checksums match, the remote copy will be
    used to perform the backup.
    
    This is intended to address cases where backups are too large to reliably
    transmit over Tor via the Ansible synchronize module. Instead, backups can be
    copied to the server using rsync, or via an encrypted transfer USB.
    zenmonkeykstop committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    68c86bb View commit details
    Browse the repository at this point in the history