4 lines
66 B
Bash
4 lines
66 B
Bash
#!/bin/sh
|
|
. restic_env
|
|
/usr/bin/restic snapshots --group-by hosts
|
#!/bin/sh
|
|
. restic_env
|
|
/usr/bin/restic snapshots --group-by hosts
|