https://github.com/bcc32/snapsend
Scratching my own itch—a program to sync btrfs snapshots between two hosts over SSH
https://github.com/bcc32/snapsend
Last synced: over 1 year ago
JSON representation
Scratching my own itch—a program to sync btrfs snapshots between two hosts over SSH
- Host: GitHub
- URL: https://github.com/bcc32/snapsend
- Owner: bcc32
- License: mit
- Created: 2018-08-13T03:52:55.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-01-08T06:18:59.000Z (over 1 year ago)
- Last Synced: 2025-03-01T06:09:54.697Z (over 1 year ago)
- Language: OCaml
- Size: 51.8 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE.md
Awesome Lists containing this project
README
#+TITLE: snapsend
* Synopsis
A straightforward program to synchronize btrfs snapshots in a directory on one
host with those in a directory on another host, using SSH for transport.
Snapshots in the same directory are used as clone sources to facilitate
incremental backup setups.