Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,30 @@ Starting with release 0.6, the tarballs are signed with my key with fingerprint
`F7B28C61944FE30DABEEB0B01070BCC98C18BD66` ([public key]). Previous tarballs and commits
used a different key with fingerprint `8535CEF3F3C38EE69555BF67E4B5E45AA3B8C5C3`.

## Dependencies

### Mandatory dependencies:

The dependencies below are Arch Linux package names. Packages on other distros may use different names.

* bash
* btrfs-progs
* coreutils
* gawk
* grep
* snapper
* systemd
* util-linux
* which

### Optional dependencies:

* libnotify (for desktop notifications)
* openssh (for remote backups)
* pv (for progress bar during backup)
* rsync (for remote backups)
* sudo (for desktop notifications)

## Documentation

See `snap-sync(8)` after installation.
Expand Down