-
Notifications
You must be signed in to change notification settings - Fork 685
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
1 parent
fedce7a
commit 5ebe435
Showing
3 changed files
with
43 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters