shellcheck/badcase/poormansif

3 lines
105 B
Plaintext

# When the network goes down, the backup gets deleted
[[ ! -z backup ]] && scp backup host: || rm backup