Differential backup of files / folders when they are changed or on schedule
Posted: 05 Aug 2020, 11:31
I used different sorts of programs to do a backup, but i don't really like the most of them.
I would like to backup some files which are important to me. I would also like to keep several copies of these files while i change these files on a regular basis (like autohotkey files)
I know xcopy and robocopy can do these jobs with scripts, but they output a cmd box most of the times.
Is there a way that (for example) filecopy (from autohotkey) look for a file that is already there, do a copy (like sample.ahk -> sample_copy01.ahk) and any other attemt that i change that file it will copy with only increasing numbers (copy01, copy02, copy03.......)
Hopefully i am clear enough while explaining, english is not my 1st language
I would like to backup some files which are important to me. I would also like to keep several copies of these files while i change these files on a regular basis (like autohotkey files)
I know xcopy and robocopy can do these jobs with scripts, but they output a cmd box most of the times.
Is there a way that (for example) filecopy (from autohotkey) look for a file that is already there, do a copy (like sample.ahk -> sample_copy01.ahk) and any other attemt that i change that file it will copy with only increasing numbers (copy01, copy02, copy03.......)
Hopefully i am clear enough while explaining, english is not my 1st language
