Skip to content
Open
Changes from 2 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
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,23 @@ 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:

* bash
* snapper
* btrfs-progs
Comment thread
brndd marked this conversation as resolved.
* awk
* util-linux
* sed
* openssh-clients

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isnt this optional?

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The only one of these four required is awk.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

actually util-linux is required for findmnt


### Optional dependencies:

* pv (for progress bar during backup)
* notify-send (for desktop notifications)

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will the app crash, if you dont have notify-send installed, and do not specify --quiet? Looking at the code, it will crash, maybe that should be fixed?

@wesbarnett wesbarnett Jan 30, 2021

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

libnotify is the optional dependency (which provides notify-send). The app won't crash if it is not present. It will continue as if the user specified --quiet.


Comment thread
brndd marked this conversation as resolved.
## Documentation

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