sbergwall / RobocopyPS

RobocopyPS
MIT License
51 stars 9 forks source link

differential backup #19

Open codsec opened 1 year ago

codsec commented 1 year ago

If possible could u add the possibility to make differential backup possible.

example:

i copy 1 folder full(main) then every new changes go to a new separate folder/zip file instead of writing over everything(something similar to cobian software)

sbergwall commented 1 year ago

Hi.

I do not think Robocopy has that ability to do differential backups natively.

You could possibly build a check so see if there is a diff and only copy those files to your new folder, but this is not Robocopy has nor this module, sorry.