Skip to content

[BUG] Example of data migration doesn't work for hidden/./dot-files) #5484

Closed
hedefalk/longhorn
#1
@hedefalk

Description

Used this without looking too deeply for migrating a home-assistant storage to longhorn. The db was under ".storage" which wasn't copied over:

args: [ "-c", "cp -r -v /mnt/old/* /mnt/new" ]

changing to

args: [ "-c", "cp -r -v /mnt/old/. /mnt/new" ]

made my case work.

Metadata

Type

No type

Projects

  • Status

    Closed

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions