TagFacts -> user kuchin / backup
3 4 23 2

notes 1 - 3 of 3:

2006-12-18

Incremental MySQL backup


mysqldump --extended-insert=false
then using diff -u, diff -u0, or maybe diff -e, between original mysqldump image and the new one to get the incremental.


tags:


2006-06-26

Linux backups


rsync


tags:

comments: 1


2005-09-19

MySQL and files backup script


mysqldump -q -A -hlocalhost -uuser -ppassword > SQL_`date +%F`.sql
zip -q -m SQL_`date +%F`.zip SQL_`date +%F`.sql
find www/ | zip Files_`date +%F`.zip -q -@
mv SQL_`date +%F`.zip www/mysql_dump/
mv Files_`date +%F`.zip www/mysql_dump/


tags:


kuchin - tags

1
3
1
1
1
2
3
1
1
1
2
1
1
13
2
4
1
5
1
1
1
5
1
3
2
1
1
1
1
2
4
4
1
1
1
1
1
6
tag cloud
alphabetical

other projects

MyProgs
Reader²

send to friend

your name:
your e-mail:
friend 1 e-mail:
friend 2 e-mail:
© 2005-2006 Synergy Matters | Design: Inforedesign | HTML Coding: Glench | Powered by Synergy 1001 engine