Is it legal or good idea to have a backup of all client sites on my own server
Posted
by
mario
on Programmers
See other posts from Programmers
or by mario
Published on 2011-07-16T13:26:12Z
Indexed on
2012/03/18
18:21 UTC
Read the original article
Hit count: 216
web-development
|Web
I have seen many times that if we build a website for a client then there is a possibility that this site gets changed over a period of time.
I was thinking that from now onwards whichever site I make I will host a copy of the site on a personal server. Like client1.myserver.com
so that even if they change it I have the copy of it.
So that if I need to show someone or I need to refer myself few things I have the proof there.
I will not make them public but will password protect it.
I want to know whether this is legal and a good idea or not.
© Programmers or respective owner