mirror of
https://codeberg.org/hyperreal/admin-scripts
synced 2024-11-25 09:03:41 +01:00
7 lines
151 B
Plaintext
7 lines
151 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
if ! kbackup --verbose --autobg /home/jas/ownCloud/documents/quickbackup.kbp; then
|
||
|
echo "Error running kbackup"
|
||
|
exit 1
|
||
|
fi
|