This commit is contained in:
Daniel Schubert 2019-01-09 11:57:54 +01:00
commit 08a7d276c5
1 changed files with 2 additions and 1 deletions

View File

@ -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