fixed typo, added readme
This commit is contained in:
@@ -17,7 +17,7 @@ then
|
||||
fi
|
||||
|
||||
# BackUP nc_database
|
||||
${lxccmd} exec nc-1 -- sh -c 'mysqldump --single-transaction iq_cloud' | gzip -9 > ${backuppath}$(date +%Y_%m_%d)_nc_mysql.dumb.gz
|
||||
${lxccmd} exec nc-1 -- sh -c 'mysqldump --single-transaction iq_cloud' | gzip -9 > ${backuppath}$(date +%Y_%m_%d)_nc_mysql.dump.gz
|
||||
|
||||
|
||||
chown -R ${backupuser}:${backupuser} ${backuppath}
|
||||
|
||||
Reference in New Issue
Block a user