-
Notifications
You must be signed in to change notification settings - Fork 60
Resume
Manuel edited this page Aug 25, 2015
·
7 revisions
No need for doing that anymore. rtc2git detects on itself if the migration should get resumed or not.
If there is a git repository already like rtc2git expects it, the migration get resumed automatically
In case you run into a problem or need to interrupt the migration, there is a simple way to resume from the previous point.
You can do that by replacing [the line] (https://github.com/rtcTo/rtc2git/blob/8d410867865ab08ac45858076081a6d1f7abf1cf/migration.py#L38) with the method call initialize(config) in migration.py#startmigration with resume(config).
After that start the script as usual.