From Fedora Project Wiki

No edit summary
(38 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{header|docs}}
== RPM ==
{{Docs_beat_closed}}
* RPM macros are now available in usr/lib/rpm/macros.d/macros.go-srpm for developers packaging Go projects.
* `rpmbuild` now supports MIPS builds.
 
{{header|docs}}{{Docs_beat_open}}
[[Category:Docs Project]]
[[Category:Docs Project]]
= Checkpoint and Restore Applications with CRUI =
The CRIU (Checkpoint/Restore in User-space) projects offers a user-space implementation of process and process group checkpoint/restore. With the user-space tools crtools included in this release it is possible checkpoint processes and restore them at a later time again (e.g. after a crash) or migrate the checkpointed process or process group to another system. CRIU aims to be as transparent as possible so that no instrumentation or re-compilation of the process to be checkpointed is necessary.
Using the `crtools` package, users can easily checkpoint and restore processes with the crtools package:
`crtools dump -D <dump-directory> -t <PID>`
`crtools restore -D <dump-directory -t <PID>`
To learn more about CRUI, visit http://criu.org and read `man 1 crtools`
[[Category:Draft documentation]]
[[Category:Draft documentation]]
[[Category:Documentation beats]]
[[Category:Documentation beats]]

Revision as of 01:55, 28 August 2015

RPM

  • RPM macros are now available in usr/lib/rpm/macros.d/macros.go-srpm for developers packaging Go projects.
  • rpmbuild now supports MIPS builds.
DocsProject Header docTeam1.png
Note.png
Beat is open
This beat is now ready to have Fedora 25 content added by the beat writer