Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Are files always extracted even if not modified in target ? #264

Open
agambier opened this issue Sep 7, 2022 · 0 comments
Open

Are files always extracted even if not modified in target ? #264

agambier opened this issue Sep 7, 2022 · 0 comments

Comments

@agambier
Copy link

agambier commented Sep 7, 2022

I don't know if there is a forum for this kind of question.

On an embedded device.I use the command below to update the secondary partition of the rootfs.

casync extract --verbose --seed=/ --store=http://10.0.10.151:8080/rootfs.castr http://10.0.10.151:8080/rootfs.caidx /var/tmp/rootfs-b

According to the information outputted by casync I can see that after seeding the files, casync extract them.

...
Extracting usr/share/terminfo/s/screen
Extracted usr/share/terminfo/s/screen
Extracting usr/share/terminfo/s/screen-256color
Extracted usr/share/terminfo/s/screen-256color
Extracted usr/share/terminfo/s
Extracting usr/share/terminfo/v
Extracting usr/share/terminfo/v/vt100
Extracted usr/share/terminfo/v/vt100
Extracting usr/share/terminfo/v/vt100-putty
Extracted usr/share/terminfo/v/vt100-putty
Extracting usr/share/terminfo/v/vt102
Extracted usr/share/terminfo/v/vt102
Extracting usr/share/terminfo/v/vt200
...

Are the files really extracted even if they have not been modified on the rootfs ?
Is it just a confusing debug message ?

@agambier agambier changed the title Are files always extracted event if not modified in target ? Are files always extracted even if not modified in target ? Sep 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant