dsnap-sync
dsnap-sync copied to clipboard
Use snapper snapshots to backup to external drive
Re. https://github.com/rzerres/dsnap-sync/blob/79fcb07f51dc71da8d47d7df11d7c5cfb90a6150/bin/dsnap-sync#L2373 snapper does it be providing an empty value for the key to be removed, e.g. `snapper -c modify --userdata "key-to-be-removed=" `
Re. https://github.com/rzerres/dsnap-sync/blob/79fcb07f51dc71da8d47d7df11d7c5cfb90a6150/bin/dsnap-sync#L2248 there seems to be an alternate solution, cf. https://github.com/openSUSE/snapper/issues/372#issuecomment-346903632 https://github.com/openSUSE/snapper/issues/742#issuecomment-1229478540 `systemctl restart snapperd.service`
Hi, when I try to run _make install_ I get this error: ``` $ sudo -s [root@pc1-desktop dsnap-sync]# make install /bin/sh: ./find_snapper_config: Keine Berechtigung ``` The platform is Arch Linux....