Does anyone know how I can backup only updated files since xx date only? For example I like to do manual backups of my site, but I was wondering if I can once a week or whenever just get files that have been updated since a certain date. Any help greatly appreciated!
Sure, have a look at rsync (if this is linux?) That, by default, will only back up changed files. Really handy if you're doing some kind on online backup. Regards - Matt
Oh yeah, rsync is the best. However, you may also go for password less SCP and set it automatically thru cron.