digint / btrbk

Tool for creating snapshots and remote backups of btrfs subvolumes
https://digint.ch/btrbk/
GNU General Public License v3.0
1.6k stars 117 forks source link

build documentation with correct path for ssh_filter_btrbk #502

Open calestyo opened 1 year ago

calestyo commented 1 year ago

Hey.

I think it would be nice if at least here: https://github.com/digint/btrbk/blob/af2d7b2c99bac7c5af2f9b2c5f0b1947be525597/doc/ssh_filter_btrbk.1.asciidoc?plain=1#L48 the pathname would match that where it's actually installed.

Does asciidoc provide any replacement mechanism or should I make something with sed and rename the file to .in?

Possibly also here: https://github.com/digint/btrbk/blob/af2d7b2c99bac7c5af2f9b2c5f0b1947be525597/README.md?plain=1#L554-L561

OTOH, that should be directly readable, so maybe just hardcode /usr/share/btrbk/scripts/ssh_filter_btrbk.sh.

Cheers, Chris.