I'm trying to backup a folder containing several folders and files to a remote location (will be uploading zipped files). Is there any existing scripts that may help me, which checks if the files have been modified after the date of the last backup, and only backs up files created / modified after that?
The current size of the data is around 1gb, and I expect adding 50mb-200mb each month
Also, what would be the best way to extract the state of the files on a specific date?
rsyncfor example).rsyncwould definitly work but I was going to suggest usinggit,mercurialor the likes to get the job done.rsyncis definitely the best for such things, but I was looking for something that could run seamlessly on shared hosts.