mirror of
https://github.com/kevinveenbirkenbach/docker-volume-backup.git
synced 2024-10-31 23:33:11 +01:00
Removed unnecessary slash
This commit is contained in:
parent
bf817d8829
commit
b907b8246a
@ -49,7 +49,7 @@ backup_time = datetime.now().strftime("%Y%m%d%H%M%S")
|
|||||||
# Folder containing the current version
|
# Folder containing the current version
|
||||||
version_dir = versions_dir + backup_time + "/"
|
version_dir = versions_dir + backup_time + "/"
|
||||||
# Define latest path
|
# Define latest path
|
||||||
latest_link = backup_type_dir + "/latest/"
|
latest_link = backup_type_dir + "latest/"
|
||||||
# Create folder to store version in
|
# Create folder to store version in
|
||||||
pathlib.Path(version_dir).mkdir(parents=True, exist_ok=True)
|
pathlib.Path(version_dir).mkdir(parents=True, exist_ok=True)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user