9 lines
192 B
Bash
Executable File
9 lines
192 B
Bash
Executable File
#!/bin/sh
|
|
|
|
kopia repository connect filesystem \
|
|
--path /repository \
|
|
--override-hostname ${KOPIA_HOSTNAME} \
|
|
--override-username ${KOPIA_USERNAME}
|
|
|
|
kopia snapshot create /backup
|