5 WIP
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user