This commit is contained in:
2019-01-09 11:57:54 +01:00

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