pastor604 wrote:Thank you for your detailed answer.
I'll try to copy a variable in the destination path. However, if I manually run the task repeatedly backup, the program does not make a complete copy and copies only the changed files. With that in the same folder, without creating a new one.
Where to put the settings to always create a full copy?..
What Variable are you using in your Destination path? If it is day/week/month, etc based Variable, then naturally, it will not create another folder until the next day/week/month.
This is because the date that bases on such Variables values has not arrived yet.
Here is an example. Lets say you use a day-based Variable like %DAY% for your Destination path.
If you run your profile today, it would create a Folder called:
21
and store a full backup there.
You wait until the next day and run the backup again, it would create another folder called:
22
and store a full backup there.
The next day if you run the backup, it would create 23, the next day, 24, etc etc.
Another example - If you choose the Variable %WEEKOF% which has a variable value of 1 to 53 (1 year has 52-53 weeks), and you run the backup today (21st Nov), then it will create a folder called:
47
because this week is the 47th week of the year.
If you continue to run the backup over and over again within this week, it will not create a new folder because the 48th week has not arrived yet.