3 lines
43 B
Bash
3 lines
43 B
Bash
#!/bin/bash
|
|
source env.sh
|
|
restic snapshots
|
#!/bin/bash
|
|
source env.sh
|
|
restic snapshots
|