5 WIP
This commit is contained in:
commit
08a7d276c5
@ -13,6 +13,7 @@ function file_backup {
|
|||||||
|
|
||||||
echo 'oxid Files Backup --- building tar File...'
|
echo 'oxid Files Backup --- building tar File...'
|
||||||
tar -czf $oxidbackupfile /var/html/www/rvv/shop
|
tar -czf $oxidbackupfile /var/html/www/rvv/shop
|
||||||
|
|
||||||
echo '+DONE'
|
echo '+DONE'
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -33,4 +34,4 @@ oxid_db_backup
|
|||||||
file_backup
|
file_backup
|
||||||
|
|
||||||
# delete old backups
|
# delete old backups
|
||||||
find /home/dany/backups -mtime +10 -type f -delete
|
find $backupdir -mtime +10 -type f -delete
|
||||||
|
Loading…
Reference in New Issue
Block a user