3 lines
38 B
Bash
3 lines
38 B
Bash
#!/bin/bash
|
|
source env.sh
|
|
restic init
|
#!/bin/bash
|
|
source env.sh
|
|
restic init
|