We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I successfully managed to make a backup-tgz-file on my laptop with the bud script.
However, how can I restore the backup when I reinstall UT on the device?
I would appreciate your help.
The text was updated successfully, but these errors were encountered:
Actually I solved to restore my backup.
Here's how I did it:
mkdir ~/UPhone-Home
sshfs phablet@IP_ADRESS_PHONE:/ /home/$USER/UPhone-Home/
cd ~/buds/backup/DATE/
tar -xf BACKUP.tgz -C /home/$USER/UPhone-Home/home/phablet/
It runs through and all data is restored in the correct path. :)
E.g. when there is a file in the tgz: /./Music/Track1.mp3 it will be correctly restored in /home/phablet/Music/Track1.mp3
So this issue here seems not to be a problem: #10
Sorry, something went wrong.
No branches or pull requests
I successfully managed to make a backup-tgz-file on my laptop with the bud script.
However, how can I restore the backup when I reinstall UT on the device?
I would appreciate your help.
The text was updated successfully, but these errors were encountered: