changes compression default

This commit is contained in:
tofasthacker 2024-02-19 16:40:19 -05:00
parent 62a682e2db
commit 5ad599fe71

2
backup
View File

@ -1,7 +1,7 @@
#!/bin/bash
BACKUP_LOCATION="/nas/share/backup.tar"
COMPRESS=true
COMPRESS=false
rm -f $BACKUP_LOCATION