2
I'd like to create a backup such as the following: C:/backups/20140101/ All files from source folder C:/backups/20140102/ Only files changed since last backup C:/backups/20140103/ Only files changed since last backup
So somewhat like robocopy, but with a different output folder.
At the moment i'm copying everything every time which is rather time inefficient (and space, but that is less of an issue).
Thanks in advance
This works; I neglected to consider that by running a scheduled backup that I could use a defined variable for maxage. – Garth Oates – 2014-05-06T09:34:52.913