Copy always everything

Discuss new features and functions
Posts: 4
Joined: 28 Feb 2020

TechnikOnkel

Hello,

I would like to use FreeFileSync to copy virtual machines from A to B every week.
Currently it only copies VMs that have been "changed".

How can I set that everything is always copied to B?
User avatar
Posts: 4055
Joined: 11 Jun 2019

xCSxXenon

Task schedule, look into the documentation
Posts: 4
Joined: 28 Feb 2020

TechnikOnkel

Thank you! But this is not what I asked for...
User avatar
Posts: 4055
Joined: 11 Jun 2019

xCSxXenon

Wait, so you want to copy everything, even if it hasn't changed?
Use robocopy/xcopy then
Posts: 4
Joined: 28 Feb 2020

TechnikOnkel

yes thats right! Can FreeFileSync handle this or just copy changes?
Do you know another GUI Tool for this? Thank you!!
User avatar
Posts: 4055
Joined: 11 Jun 2019

xCSxXenon

You are better off using task scheduler and using robocopy
User avatar
Site Admin
Posts: 7212
Joined: 9 Dec 2007

Zenju

You are better off using task scheduler and using robocopy xCSxXenon, 06 Mar 2021, 18:17
Nah! :D The issue is not with FFS, but whatever tool is used for the VM that doesn't properly set modification times. e.g. VMware correctly sets modtime on VM use. If not, there is likely an option to have it behave correctly.
User avatar
Posts: 4055
Joined: 11 Jun 2019

xCSxXenon

I took it to mean that the timestamps won't change, so FFS won't see it as a sync at all
User avatar
Site Admin
Posts: 7212
Joined: 9 Dec 2007

Zenju

I took it to mean that the timestamps won't change, so FFS won't see it as a sync at all xCSxXenon, 06 Mar 2021, 18:53
Yes that's correct. My remark was geared towards "not using FFS", when the IMHO better solution is to fix "not saving time stamps", what I consider an issue rather than normal behavior.