Files
shellcheck/badcase/poormansif
2012-11-04 22:14:47 -08:00

3 lines
105 B
Plaintext

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