Skip to content

Admittedly I am not good at making names but basically this uses docker + criu checkpoint + unrar-free to allow extraction to be paused before shutdown and that same extraction can continue after shutdown

Notifications You must be signed in to change notification settings

SerJaimeLannister/pause-extraction-at-shutdown-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

put your .rar files in input

run the following (You need criu installed)

Mind you to use docker checkpoint you have to turn on experimental docker And probably install CRIU https://archlinux.org/packages/extra/x86_64/criu/

The script is:

start container

sudo docker compose up -d

set checkpoint

sudo docker checkpoint create --leave-running=false unrar_container check1

shut down PC here

resume from checkpoitn

sudo docker start --checkpoint check1 unrar_container

(a very hacky attempt by serizon & hnkm , the readme is hastily written by serizon.)

About

Admittedly I am not good at making names but basically this uses docker + criu checkpoint + unrar-free to allow extraction to be paused before shutdown and that same extraction can continue after shutdown

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages