![]() |
Re: [Announce] BackupMenu - OS backup & restore | New version - Jul 9th(v1.1)
Quote:
|
Re: [Announce] BackupMenu - OS backup & restore | New version - Jul 9th(v1.1)
I get with 1.1 the following errors on startup:
Quote:
P.S: Is it also possible to make a backup of the full memory, not only optfs and rootfs? I see that myDocs is for example missing. |
Re: [Announce] BackupMenu - OS backup & restore | New version - Jul 9th(v1.1)
Quote:
|
Re: [Announce] BackupMenu - OS backup & restore | New version - Jul 9th(v1.1)
I formatted my sd drive using the ext2 file system - would it be possible to add support for backing things up to ext2?
|
Re: [Announce] BackupMenu - OS backup & restore | New version - Jul 9th(v1.1)
Quote:
Code:
vim /usr/share/backupmenu/BackupMenu.itemCode:
mount -t vfat $backup_SD_part_loc /tmp/mnt/sdCode:
mount -t ext2 $backup_SD_part_loc /tmp/mnt/sdNote that there should be 6 matching instances of vfat prior to manual hacking, every second matching instances refers to sd which is your microsd card entry that needs to be replaced to ext2 format. Once your done, you save the file and reboot with keyboard out. You should then be able to backup/restore from your ext2 formatted microSD. (edit) I have done something similar to this whereby I changed every first instance (instead of every second instance) to ext3 because I have converted my /home/user/MyDocs to ext3 and it does work. |
Re: [Announce] BackupMenu - OS backup & restore | New version - Jul 9th(v1.1)
@ tuxsavvy
oh that worked nicely - thanx a lot for the instructions ! :) |
Re: [Announce] BackupMenu - OS backup & restore | New version - Jul 9th(v1.1)
I get this error when backing up:
Errors: 1 Last: gtar: ./user/.gpe-calendar-rendezvous: socket ignored It doesn't like something in that directory, but what? |
Re: [Announce] BackupMenu - OS backup & restore | New version - Jul 9th(v1.1)
Quote:
For detail - client/server applications generally work via sockets. Nowadays, most of them use network sockets - the server listens on a port (via localhost if it's a local application, or via all ports if it supports remote clients) and the client connects to that port. UNIX sockets work in the same way except the server creates a socket "file" which it listens on, and the client opens the "file" to connect to the server. It isn't a real file, but it provides a simple way for the server & client to connect. Because it's not a real file, it can't be backed up. Normally these sockets are created when the server is running, and removed when it stops, so either the GPE calendar server is running in the background while you're backing up, or it doesn't destroy the socket properly when closing down. |
Re: [Announce] BackupMenu - OS backup & restore | New version - Jul 9th(v1.1)
Damn, this tool leaves my device onbootable after restore :(
when starting the tool Code:
UDev started |
Re: [Announce] BackupMenu - OS backup & restore | New version - Jul 9th(v1.1)
It isn't related to You *ekhm* problem report - point 2 and 3 was mentioned so many times in this thread, that I'm going to leave pleasure of finding it to You.
IF device is unbootable after restore, either: 1) You've did something during backup process, that made backup corrupted, and you've ignored warnings, by restoring such existent, but wrong backup 2) You're trying to restore rootfs+optfs backup made with some custom kernel, on device with stock kernel 3) Everything is ok, and You're just booting it up with keyboard open. To be honest, personally, I bid for the 3th. |
| All times are GMT. The time now is 05:10. |
vBulletin® Version 3.8.8