mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-09 22:41:03 +01:00
Solved copy bug
This commit is contained in:
parent
617c2eac9e
commit
6f6b804593
@ -55,7 +55,7 @@ def pause_and_move(storage_path, volume, volume_path, containers):
|
|||||||
os.makedirs(storage_volume_path,exist_ok=False)
|
os.makedirs(storage_volume_path,exist_ok=False)
|
||||||
|
|
||||||
# Move the data
|
# Move the data
|
||||||
run_rsync(volume_path, storage_volume_path)
|
run_rsync(f"{storage_volume_path}/", f"{volume_path}/")
|
||||||
|
|
||||||
# Delete the source directory
|
# Delete the source directory
|
||||||
delete_directory(volume_path)
|
delete_directory(volume_path)
|
||||||
|
Loading…
Reference in New Issue
Block a user