Home
last modified time | relevance | path

Searched refs:backup (Results 1 – 25 of 110) sorted by relevance

12345

/openbmc/qemu/tests/qemu-iotests/
H A D257.out33 {"execute": "blockdev-backup", "arguments": {"device": "drive0", "filter-node-name": "backup-top", "job-id": "ref_backup_0", "sync": "full", "target": "ref_target_0", "x-perf": {"max-workers": 1}}}
35 {"data": {"device": "ref_backup_0", "len": 67108864, "offset": 67108864, "speed": 0, "type": "backup"}, "event": "BLOCK_JOB_COMPLETED", "timestamp": {"microseconds": "USECS", "seconds": "SECS"}}
80 {"execute": "blockdev-backup", "arguments": {"device": "drive0", "filter-node-name": "backup-top", "job-id": "ref_backup_1", "sync": "full", "target": "ref_target_1", "x-perf": {"max-workers": 1}}}
82 {"data": {"device": "ref_backup_1", "len": 67108864, "offset": 67108864, "speed": 0, "type": "backup"}, "event": "BLOCK_JOB_COMPLETED", "timestamp": {"microseconds": "USECS", "seconds": "SECS"}}
94 {"execute": "blockdev-backup", "arguments": {"auto-finalize": false, "bitmap": "bitmap0", "bitmap-mode": "never", "device": "drive0", "filter-node-name": "backup-top", "job-id": "backup_1", "sync": "bitmap", "target": "backup_target_1", "x-perf": {"max-workers": 1}}}
109 "backup-top": [
160 {"data": {"id": "backup_1", "type": "backup"}, "even
[all...]
H A D283.out7 {"execute": "blockdev-backup", "arguments": {"device": "source", "job-id": "backup0", "sync": "full…
16 …dev-backup", "arguments": {"auto-dismiss": false, "auto-finalize": false, "device": "source", "fil…
18 {"execute": "job-finalize", "arguments": {"id": "backup"}}
20 {"execute": "human-monitor-command", "arguments": {"command-line": "qemu-io backup-filter \"write 0…
21 {"return": "Error: Cannot find device='' nor node-name='backup-filter'\r\n"}
22 {"execute": "job-dismiss", "arguments": {"id": "backup"}}
H A D256.out48 "type": "blockdev-backup"
57 "type": "blockdev-backup"
65 {"data": {"device": "j0", "len": 67108864, "offset": 67108864, "speed": 0, "type": "backup"}, "even…
66 {"data": {"device": "j1", "len": 67108864, "offset": 67108864, "speed": 0, "type": "backup"}, "even…
98 "type": "blockdev-backup"
108 "type": "blockdev-backup"
116 {"data": {"device": "j2", "len": 0, "offset": 0, "speed": 0, "type": "backup"}, "event": "BLOCK_JOB…
117 {"data": {"device": "j3", "len": 0, "offset": 0, "speed": 0, "type": "backup"}, "event": "BLOCK_JOB…
H A D219.out94 Starting block job: drive-backup (auto-finalize: True; auto-dismiss: True)
96 …": "FILTERED", "id": "job0", "status": "running", "total-progress": "FILTERED", "type": "backup"}]}
104 …-progress": 65536, "id": "job0", "status": "paused", "total-progress": 4194304, "type": "backup"}]}
107 …rogress": 131072, "id": "job0", "status": "running", "total-progress": 4194304, "type": "backup"}]}
111 …progress": 131072, "id": "job0", "status": "paused", "total-progress": 4194304, "type": "backup"}]}
114 …rogress": 196608, "id": "job0", "status": "running", "total-progress": 4194304, "type": "backup"}]}
118 …progress": 196608, "id": "job0", "status": "paused", "total-progress": 4194304, "type": "backup"}]}
121 …rogress": 262144, "id": "job0", "status": "running", "total-progress": 4194304, "type": "backup"}]}
125 …progress": 262144, "id": "job0", "status": "paused", "total-progress": 4194304, "type": "backup"}]}
128 …rogress": 327680, "id": "job0", "status": "running", "total-progress": 4194304, "type": "backup"}]}
[all …]
/openbmc/qemu/docs/interop/
H A Dbitmaps.rst14 incremental or differential backup regimens.
21 backup features to management applications, or power users who run and
126 modifying a bitmap, and happens when the bitmap is being used for a backup
276 - An incremental backup created from an empty bitmap will copy no data, as if
341 differential backup windows.
493 #. Create a full drive backup of drive0.
499 At this point, the bitmap and drive backup would be correctly in sync, and
501 the full drive backup.
511 - Create a full drive backup of ``drive0``.
516 drive backup, incremental backups can still be authored from this
[all …]
H A Dlive-block-operations.rst14 live block device jobs -- stream, commit, mirror, and backup. These can
121 (4) ``blockdev-backup`` (and the deprecated ``drive-backup``):
530 ``block-commit``", and 'backup') end automatically.
560 .. note:: In the case of ``blockdev-backup`` (or deprecated
561 ``drive-backup``), the behavior of ``none``
563 ``backup`` job consists of two parts: Anything that is
565 backup, and in the background the whole image is copied
811 E.g. the sequence of actions to create a point-in-time backup of an
934 Live disk backup --- ``blockdev-backup`` and the deprecated ``drive-backup``
937 The ``blockdev-backup`` (and the deprecated ``drive-backup``) allows
[all …]
/openbmc/openbmc/meta-yadro/recipes-yadro/cli/
H A Dobmc-yadro-backup_git.bb1 SUMMARY = "Command line tool for backup configuration"
2 DESCRIPTION = "YADRO OpenBMC command line tool for backup and restore configuration"
3 HOMEPAGE = "https://github.com/YADRO-KNS/obmc-yadro-backup"
15 SRC_URI = "git://github.com/YADRO-KNS/obmc-yadro-backup.git;branch=master;protocol=https"
/openbmc/qemu/
H A Dblockdev.c1643 static BlockJob *do_backup_common(BackupCommon *backup,
1658 static void drive_backup_action(DriveBackup *backup, in drive_backup_action()
1679 if (!backup->has_mode) { in drive_backup_action()
1680 backup->mode = NEW_IMAGE_MODE_ABSOLUTE_PATHS; in drive_backup_action()
1683 bs = bdrv_lookup_bs(backup->device, backup->device, errp); in drive_backup_action()
1699 format = backup->format; in drive_backup_action()
1700 if (!format && backup->mode != NEW_IMAGE_MODE_EXISTING) { in drive_backup_action()
1717 if (backup->sync == MIRROR_SYNC_MODE_TOP) { in drive_backup_action()
1726 backup in drive_backup_action()
1656 drive_backup_action(DriveBackup * backup,JobTxn * block_job_txn,Transaction * tran,Error ** errp) drive_backup_action() argument
1843 blockdev_backup_action(BlockdevBackup * backup,JobTxn * block_job_txn,Transaction * tran,Error ** errp) blockdev_backup_action() argument
1914 HBitmap *backup; global() member
2688 do_backup_common(BackupCommon * backup,BlockDriverState * bs,BlockDriverState * target_bs,AioContext * aio_context,JobTxn * txn,Error ** errp) do_backup_common() argument
2819 qmp_drive_backup(DriveBackup * backup,Error ** errp) qmp_drive_backup() argument
2844 qmp_blockdev_backup(BlockdevBackup * backup,Error ** errp) qmp_blockdev_backup() argument
[all...]
/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/gpio/phosphor-gpio-monitor/
H A Dampere_scp_failover.sh13 I2C_BACKUP_SEL=$(gpioget $(gpiofind i2c-backup-sel))
18 gpioset $(gpiofind i2c-backup-sel)=0
27 gpioset $(gpiofind i2c-backup-sel)=1
/openbmc/u-boot/arch/x86/lib/
H A Dramtest.c52 u32 backup; in quick_ram_check() local
54 backup = read_phys(CONFIG_RAMBASE); in quick_ram_check()
72 write_phys(CONFIG_RAMBASE, backup); in quick_ram_check()
/openbmc/openbmc/meta-security/recipes-ids/tripwire/files/
H A Dtwinstall.sh173 backup="${CONFIG_FILE}.$$.bak"
175 echo " to $backup"
176 `mv "$CONFIG_FILE" "$backup"`
233 backup="${POLICY_FILE}.$$.bak"
235 echo " to $backup"
236 mv "$POLICY_FILE" "$backup"
/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-ampere/platform/ampere-utils/
H A Dampere_flash_bios.sh95 gpioset $(gpiofind spi0-backup-sel)=1 # Primary SPI
98 gpioset $(gpiofind spi0-backup-sel)=0 # Second SPI
109 if ! gpioset $(gpiofind spi0-backup-sel)=1; then
/openbmc/openbmc/meta-ampere/meta-jade/recipes-ampere/platform/ampere-utils/
H A Dampere_firmware_upgrade.sh67 gpioset $(gpiofind i2c-backup-sel)=1 # Main EEPROM
70 gpioset $(gpiofind i2c-backup-sel)=0 # Second EEPROM
81 gpioset $(gpiofind i2c-backup-sel)=1
H A Dampere_flash_bios.sh106 gpioset $(gpiofind spi0-backup-sel)=0 # Primary SPI
109 gpioset $(gpiofind spi0-backup-sel)=1 # Second SPI
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lvm2/files/
H A Dlvm.conf135 backup {
140 backup = 1
/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-ampere/platform/ampere-utils/
H A Dampere_firmware_upgrade.sh58 gpioset $(gpiofind i2c-backup-sel)=0
61 gpioset $(gpiofind i2c-backup-sel)=1
72 gpioset $(gpiofind i2c-backup-sel)=0
H A Dampere_flash_bios.sh101 gpioset $(gpiofind spi0-backup-sel)=1 # Primary SPI
104 gpioset $(gpiofind spi0-backup-sel)=0 # Second SPI
130 gpioset $(gpiofind spi0-backup-sel)=1 # Primary SPI
/openbmc/webui-vue/src/views/Operations/Firmware/
H A DFirmwareCardsBmc.vue47 :disabled="isPageDisabled || !backup || !isServerOff"
59 :backup="backupVersion"
112 backup() {
119 return this.backup?.version || '--';
122 return this.backup?.status || null;
H A DFirmwareModalSwitchToRunning.vue15 backup,
26 backup: {
H A DFirmwareCardsBios.vue61 backup() {
68 return this.backup?.version || '--';
71 return this.backup?.status || null;
/openbmc/qemu/qapi/
H A Dtransaction.json60 # @blockdev-backup: Since 2.3
68 # @drive-backup: Since 1.6
72 # @deprecated: Member `drive-backup` is deprecated. Use member
73 # `blockdev-backup` instead.
81 'blockdev-backup', 'blockdev-snapshot',
83 { 'name': 'drive-backup', 'features': [ 'deprecated' ] } ] }
178 'blockdev-backup': 'BlockdevBackupWrapper',
182 'drive-backup': 'DriveBackupWrapper'
/openbmc/qemu/block/
H A Ddirty-bitmap.c582 HBitmap *backup = bitmap->bitmap; in bdrv_clear_dirty_bitmap() local
584 hbitmap_granularity(backup)); in bdrv_clear_dirty_bitmap()
585 *out = backup; in bdrv_clear_dirty_bitmap()
590 void bdrv_restore_dirty_bitmap(BdrvDirtyBitmap *bitmap, HBitmap *backup) in bdrv_restore_dirty_bitmap() argument
595 bitmap->bitmap = backup; in bdrv_restore_dirty_bitmap()
814 HBitmap **backup, Error **errp) in bdrv_merge_dirty_bitmap() argument
838 bdrv_dirty_bitmap_merge_internal(dest, src, backup, false); in bdrv_merge_dirty_bitmap()
860 HBitmap **backup, in bdrv_dirty_bitmap_merge_internal() argument
876 if (backup) { in bdrv_dirty_bitmap_merge_internal()
877 *backup = dest->bitmap; in bdrv_dirty_bitmap_merge_internal()
[all …]
/openbmc/u-boot/configs/
H A DCHIP_pro_defconfig12 CONFIG_MTDPARTS_DEFAULT="mtdparts=sunxi-nand.0:256k(spl),256k(spl-backup),2m(uboot),2m(uboot-backup
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dimage-fleecing.out1 === Test backup(sync=none) based fleecing ===
56 {"data": {"device": "fleecing", "len": 67108864, "offset": 393216, "speed": 0, "type": "backup"}, "…
296 === Test push backup with fleecing ===
313 --- Starting actual backup ---
328 {"data": {"device": "push-backup", "len": 67108864, "offset": 67108864, "speed": 0, "type": "backup
/openbmc/openbmc/poky/meta/recipes-bsp/grub/files/
H A Dautogen.sh-exclude-pc.patch6 Exclude the .pc from po/POTFILES.in since quilt uses "patch --backup",
7 which will create the backup file under .pc, this may cause unexpected
8 errors, for example, on CentOS 5.x, if the backup file is null

12345