-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
43 additions
and
5 deletions.
There are no files selected for viewing
Submodule Social-Media-Observatory.wiki
updated
from e32740 to 86c51b
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Secure Storage and Archiving | ||
|
||
We recommend encrypted storage for all remotely stored data. If possible, for security, sustainability, and accessibility reasons, we recommend to use encryption software that is | ||
|
||
* open source, | ||
* independently audited, | ||
* free to use for non-commercial purposes. | ||
|
||
## Encrypted File Synchronisation | ||
|
||
### Cryptomator | ||
|
||
[Cryptomator](https://cryptomator.org/) is a tool which enables seamless encryption of data on cloud sharing platforms such as Nextcloud, Dropbox, OneDrive, Google Drive, etc. | ||
|
||
### Keybase | ||
|
||
[Keybase](https://keybase.io) is an end-to-end encrypted team-chat client that additionally offers 250 GB of end-to-end encrypted storage. | ||
|
||
## Encrypted (Remote) Backups | ||
|
||
Please be aware that live-backups of database systems are a tricky issue. Usually the backups get corrupted when backing up a running database. Either backup regular dumps of the database or refer to the documentation of the respective database whether and how live-backups are possible. | ||
|
||
### POSIX (Linux, MacOS) | ||
|
||
#### Borg Backup / Vorta | ||
|
||
[Borg](https://borgbackup.readthedocs.io/en/stable/index.html) is a command line tool for POSIX systems to create automated, recurring, deduplicated/incremental, compressed and encrypted (remote) backups of selected folders (contrasting to full disk backups). | ||
|
||
[Vorta](https://vorta.borgbase.com/) is a GUI client for borg. | ||
|
||
Both can backup to local or remote storage. | ||
|
||
### Windows | ||
|
||
#### Duplicati | ||
|
||
As Borg/Vorta cannot natively run on Windows systems, we would recommend to use [Duplicati](https://www.duplicati.com/) which offers the same functionality. It is also installable on POSIX systems, however it requires to install the mono framework beforehand (a .NET port for POSIX systems). |
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