Reputation: 1
I am working on a website. I do most of my development works from the localhost. Usually whenever I have to update the website, I delete all files on the server and upload everything from the website folder to the server. Previously, the files were less so it was not a problem, but now the files are large and it takes quite a lot of time to upload all files. Is there any way/software that would help me upload only the updated files? My website is based on PHP and MySQL. Thanks - this is my first post.
Upvotes: 0
Views: 126
Reputation: 2512
You should use any version control system to manage all such cases.
There are so many wonderful tools available for version control like GIT, SVN etc
Upvotes: 1
Reputation: 57
You can try to work with Cobian Backup using an incremental Backup to the webserver. Just create a task and the program uploads everything that changed since the last "backup".
Upvotes: 0