diff --git a/beispiele/5/09-backup.sh b/beispiele/5/09-backup.sh index 5b4405c..6e84d2d 100644 --- a/beispiele/5/09-backup.sh +++ b/beispiele/5/09-backup.sh @@ -13,6 +13,7 @@ function file_backup { echo 'oxid Files Backup --- building tar File...' tar -czf $oxidbackupfile /var/html/www/rvv/shop + echo '+DONE' } @@ -33,4 +34,4 @@ oxid_db_backup file_backup # delete old backups -find /home/dany/backups -mtime +10 -type f -delete +find $backupdir -mtime +10 -type f -delete