I am trying to sync the following repo
repo init -u git://github.com/SlimRoms/platform_manifest.git -b jb
The problem is i have started the repo sync around 30 hours ago & its still not complete. (i have a 1Mbps connection). I dont want to keep the laptop switched for so long now & would like to pause the current sync & resume later.
So, i searched a bit, and found out that to pause the current download/sync i could use:
- ctrl+C
- ctrl+Z
- just close the terminal (it will resume download next time automatically)
So i tried using ctrl+c, the download stopped. And then to resume i tried "fg", but it doesnt start again. The error i get is:
bash: fg: current: no such job
Can anybody help me out here? Can i just shut down & continue the sync later using:?
repo sync