15 private links
Syncthing 的第三方 iOS 客户端
- 可以备份到外置硬盘。
- 备份的时候会把 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.
- https://github.com/liriliri/rem 基于 Rclone 的桌面应用程序 REM,让您轻松浏览、整理和传输各个云存储中的文件。
- https://github.com/yuudi/rclone-webui-angular 图形界面
- https://github.com/StarFleetCPTN/GoMFT GoMFT is a web-based managed file transfer application built with Go, leveraging rclone for robust file transfer capabilities. It provides a user-friendly interface for configuring, scheduling, and monitoring file transfers across various storage providers.
一个开源的高性能自托管照片和视频备份解决方案
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.