baodrate / snap-sync

Use snapper snapshots to backup to external drive

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add option to declare mount point

Sylvan86 opened this issue · comments

If you want to call snap-sync automatically e.g. via a cronjob you can do this with the parameters "--UUID", "--subvolid" and "--noconfirm".
However, if there are multiple mount points for this volume (e.g. for an nfs bind mount), this method fails because user interaction is required.

Therefore I suggest to implement an additional parameter to define the desired mount point.