WN

WN (https://www.wn.se/forum/index.php)
-   Webbhotell (https://www.wn.se/forum/forumdisplay.php?f=13)
-   -   Automatisk backup dagligen? (https://www.wn.se/forum/showthread.php?t=24038)

Björklund 2007-10-05 22:49

Citat:

Originally posted by Novocain@Oct 4 2007, 01:34
Vilket program för att ta mysql/Ms sql backup till root?

mysqldump. Och om du vill ta backup på alla databaser/scheman:

for i in `echo "SHOW DATABASES" |/usr/bin/mysql -s -u root -pLÖSENORD`; do
/usr/bin/mysqldump -f -u root -pLÖSENORD $i >$i.sql
if [ $? -ne 0 ] ; then
echo ERROR: Fail when dumping $i
fi
done

Thomas 2007-10-05 23:47

Fin affärside för webbhotell, att erbjuda en direktuppkoppling mot kundens db för backup.


Alla tider är GMT +2. Klockan är nu 03:39.

Programvara från: vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Svensk översättning av: Anders Pettersson