-
Notifications
You must be signed in to change notification settings - Fork 13
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
Change backup model #77
Merged
lukasauer
merged 6 commits into
Fraunhofer-AISEC:master
from
berkayurun:write-backup-to-hdf5
Oct 10, 2023
Merged
Change backup model #77
lukasauer
merged 6 commits into
Fraunhofer-AISEC:master
from
berkayurun:write-backup-to-hdf5
Oct 10, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
berkayurun
force-pushed
the
write-backup-to-hdf5
branch
from
July 3, 2023 19:53
73cd49d
to
80fa16c
Compare
berkayurun
force-pushed
the
write-backup-to-hdf5
branch
from
July 5, 2023 13:22
80fa16c
to
63579b3
Compare
berkayurun
force-pushed
the
write-backup-to-hdf5
branch
from
July 5, 2023 21:52
63579b3
to
2f052f8
Compare
berkayurun
force-pushed
the
write-backup-to-hdf5
branch
2 times, most recently
from
July 8, 2023 21:41
b6d3bc8
to
53dd9d5
Compare
lukasauer
reviewed
Jul 12, 2023
aewag
reviewed
Jul 13, 2023
aewag
reviewed
Jul 13, 2023
berkayurun
force-pushed
the
write-backup-to-hdf5
branch
4 times, most recently
from
July 25, 2023 10:11
2cd3d91
to
5def066
Compare
berkayurun
force-pushed
the
write-backup-to-hdf5
branch
from
July 30, 2023 10:06
5def066
to
f7ff508
Compare
berkayurun
force-pushed
the
write-backup-to-hdf5
branch
3 times, most recently
from
August 17, 2023 08:31
2638d6e
to
36cbe45
Compare
berkayurun
force-pushed
the
write-backup-to-hdf5
branch
from
August 22, 2023 13:20
36cbe45
to
3f7d85d
Compare
lukasauer
reviewed
Sep 5, 2023
berkayurun
force-pushed
the
write-backup-to-hdf5
branch
from
September 7, 2023 12:49
3f7d85d
to
68144e4
Compare
berkayurun
force-pushed
the
write-backup-to-hdf5
branch
from
September 7, 2023 15:27
68144e4
to
e2dbf3f
Compare
berkayurun
force-pushed
the
write-backup-to-hdf5
branch
2 times, most recently
from
September 28, 2023 20:40
a8b32c4
to
a525601
Compare
lukasauer
approved these changes
Sep 29, 2023
aewag
reviewed
Oct 6, 2023
berkayurun
force-pushed
the
write-backup-to-hdf5
branch
from
October 9, 2023 23:21
a525601
to
8015993
Compare
berkayurun
force-pushed
the
write-backup-to-hdf5
branch
from
October 9, 2023 23:23
8015993
to
f7a3504
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
ARCHIE currently dumps backup data as an extra file. This PR writes the backup into the resulting HDF5 file in a readable format. Before starting a new execution, if the specified HDF5 does exist, its backup will be compared with the current configuration. If they match, it will be used as a basis, otherwise the execution will start from the beginning and will create a new backup.
Changes are tested with sb-attacks and example configurations from the repository.