How do you backup your localhost ?

Posted by justjoe on Super User See other posts from Super User or by justjoe
Published on 2010-03-25T16:24:00Z Indexed on 2010/03/25 21:33 UTC
Read the original article Hit count: 523

i have method to backup my work on localhost based on week basis. i use multipe dos command and save in on a bat file. i use command such as copy and xcopy and save my localhost to another place.

After my server grow larger, i think it take too much space. So tehre is a way to solve this problem ? maybe a software that can track changes on our php code or another method to preserve your code when thing go bad ?


EDIT : I use windows xp sp2, on XAMPP Apache PHP 5.2.1 the localhost refer to my laptop. i install the localhost server here

© Super User or respective owner

How do you backup your localhost ?

Posted by justjoe on Stack Overflow See other posts from Stack Overflow or by justjoe
Published on 2010-03-25T16:24:00Z Indexed on 2010/03/25 16:33 UTC
Read the original article Hit count: 523

i have method to backup my work on localhost based on week basis. i use multipe dos command and save in on a bat file. i use command such as copy and xcopy and save my localhost to another place.

After my server grow larger, i think it take too much space. So tehre is a way to solve this problem ? maybe a software that can track changes on our php code.


EDIT : I use windows xp sp2, on XAMPP Apache PHP 5.2.1 the localhost refer to my laptop. i install the localhost server here

© Stack Overflow or respective owner

Related posts about php

Related posts about programmer