13 private links
- 可以备份到外置硬盘。
- 备份的时候会把 App 保存在本地。
- 基于上条,恢复的时候不需要再下载软件。
This script offers Time Machine-style backup using rsync. It creates incremental backups of files and directories to the destination of your choice. The backups are structured in a way that makes it easy to recover any file at any point in time.
It works on Linux, macOS and Windows (via WSL or Cygwin). The main advantage over Time Machine is the flexibility as it can backup from/to any filesystem and works on any platform.
A command-line program to sync files and directories to and from different cloud storage providers like Google Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Wasabi, Google Cloud Storage, Yandex Files etc.
一个开源的高性能自托管照片和视频备份解决方案
See also:
- https://ente.io/ Open-Source, E2E Encrypted, Google Photos Alternative. Has a native mobile app available in App Stores, that talks to a self-hosted server.
- https://memories.gallery/ FOSS Google Photos alternative built for high performance (HN)
Got Your Back (GYB) is a command line tool for backing up your Gmail messages to your computer using Gmail's API over HTTPS.
rsnapshot is a filesystem snapshot utility based on rsync. rsnapshot makes it easy to make periodic snapshots of local machines, and remote machines over ssh. The code makes extensive use of hard links whenever possible, to greatly reduce the disk space required.