]> git.proxmox.com Git - pve-zsync.git/commit
fix #1669: add prepend-storage-id flag
authorFabian Ebner <f.ebner@proxmox.com>
Tue, 4 May 2021 08:10:04 +0000 (10:10 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 4 May 2021 10:12:51 +0000 (12:12 +0200)
commit316d63e9c74e3240cbd808aaa920f68b65f8935e
tree964eaa9026a2d1915b4e80c5d433ba9e34284b78
parente2c374ad774980c468fdcd2920f24e5c62ab8a9e
fix #1669: add prepend-storage-id flag

so one can set up jobs for guests with disks with the same name on different
storages. For example,
    storageA:vm-123-disk-0
    storageB:vm-123-disk-0
will be synced to
    target/storageA/vm-123-disk-0
    target/storageB/vm-123-disk-0
when the flag is specified.

The necessary parent file systems (one per storage ID) are created as needed.

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
pve-zsync