add permision preservation

This commit is contained in:
tofasthacker 2023-08-08 18:35:25 -04:00
parent f05ac717d2
commit 62a682e2db

2
backup
View File

@ -24,7 +24,7 @@ echo ""
echo -e "\e[0mStarting Backup" echo -e "\e[0mStarting Backup"
tar -cvf $BACKUP_LOCATION ./*.bak tar -pcvf $BACKUP_LOCATION ./*.bak
while read folder; do while read folder; do
# list the contents of each folder # list the contents of each folder