mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-21 23:54:22 +01:00
Fix backup issue on blowhole
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
9d390511eb
commit
61bab3a8bf
|
@ -15,7 +15,7 @@
|
|||
snapshot="$(date +restic%+4Y_%U_%u)"
|
||||
${pkgs.zfs-relmount}/bin/zfs-relmount snapshot storfa/ds1/cartman "''${snapshot}"
|
||||
|
||||
mkdir /run/restic/cartman
|
||||
mkdir -p /run/restic/cartman
|
||||
${pkgs.zfs-relmount}/bin/zfs-relmount mount-snapshot storfa/ds1/cartman /run/restic/cartman "''${snapshot}"
|
||||
|
||||
export RESTIC_PROGRESS_FPS=1
|
||||
|
|
Loading…
Reference in a new issue