The Following 3 Users Say Thank You to joelteixeira For This Useful Post: | ||
|
2010-10-31
, 18:21
|
Posts: 4 |
Thanked: 0 times |
Joined on Oct 2010
|
#102
|
|
2010-10-31
, 18:42
|
Posts: 529 |
Thanked: 194 times |
Joined on Aug 2010
@ UK
|
#103
|
Robbie,
I dont know if the most of user think the same but, for me, would be even better if the timestamp of the resulting file shows the hour and minutes.
I love to try new apps and when doing this, I can make various backups in the same day. Without hour and minutes, the backups is replaced with the new one.
I managed to get this editing the date variable from %Y%m%d to %Y%m%d%H%M%.
|
2010-10-31
, 19:19
|
Posts: 2,225 |
Thanked: 3,822 times |
Joined on Jun 2010
@ Florida
|
#104
|
|
2010-10-31
, 20:10
|
Posts: 529 |
Thanked: 194 times |
Joined on Aug 2010
@ UK
|
#105
|
|
2010-10-31
, 20:57
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#106
|
Alright, so I've been looking around all the documentation I could find on the relevant subjects (and various relevant threads), for a few days now, and it's all rather convoluted and scattered.
So I figured I'd ask here: Is backup menu compatible with Multiboot? I want to eventually set up multiboot with powerkernel (whenever that gets patched for PR1.3), NITDroid and MeeGo. Having backupmenu would be great on top of that. As I understand it backupmenu installs bootmenu. Which near as I can tell is not the same thing as multiboot.
Is this correct? If I just install backupmenu from the repos, will I be able to just install multiboot over-that and have it override bootmenu? Vice-versa? If you don't know or don't feel like typing it out, is there some place where this is concisely answered you can link me to?
The Following 3 Users Say Thank You to Rob1n For This Useful Post: | ||
|
2010-10-31
, 22:20
|
Posts: 172 |
Thanked: 27 times |
Joined on Oct 2009
@ San Francisco, CA
|
#107
|
I've actually just got that working this morning.
I've made a patch with the changes required for multiboot (against 0.2.10 rather than 0.2.5, so may need some adjustments). It adds a new ITEM_SCRIPT parameter for the .item files, and stops the multiboot script from unmounting all the filesystems before running the script.
You also need to add a symlink for /bin/evkey in /usr/sbin (or edit the BackupMenu scripts to change the location). You can then add a multiboot entry with a ITEM_SCRIPT line pointing to the BackupMenu script.
|
2010-10-31
, 23:02
|
Posts: 159 |
Thanked: 88 times |
Joined on Feb 2010
|
#108
|
I'm having some problems now that I have upgraded to PR 1.3. Here's my sequence of events:
Under PR 1.2:
- followed install instructions that appeared on page 1 of this thread that involved using terminal and unpacking the backupmenu-20101022.tar.gz file (these instructions no longer appear on page 1)
- install and backup went fine
- subsequent backup failed as N900 would only boot into Maemo
- turned out for some reason I needed to re-install bootmenu-n900 (would only work via terminal not App Manager). After this, 2nd backup went fine
- updated to PR 1.3
Under PR 1.3
- backup of both Rootfs and Optfs got hung up on the Rootfs backup with the following error that appeared after 10 seconds:
./var/tmp/qcop-server-0: socket ignored
The size of the backup increased to 281.2M at 45 sec and nothing would happen after this, other than the time on the timer increasing. Tried a second time with the same results.
- Under App Manager, I then installed from extras-devel BackupMenu ver. 0.32-1
- tried another backup of both Rootfs and Optfs with the same error and same result as above
Any clue as to why this is happening or what can be done?
Thank you.
|
2010-11-01
, 00:26
|
|
Posts: 2,050 |
Thanked: 1,425 times |
Joined on Dec 2009
@ Bucharest
|
#110
|
I managed to get this editing the date variable from %Y%m%d to %Y%m%d%H%M%.
Tags |
backup, backupmenu, cssusupplement, max(useful), rescue-console, restore, system |
|
I dont know if the most of user think the same but, for me, would be even better if the timestamp of the resulting file shows the hour and minutes.
I love to try new apps and when doing this, I can make various backups in the same day. Without hour and minutes, the backups is replaced with the new one.
I managed to get this editing the date variable from %Y%m%d to %Y%m%d%H%M%.