mirror of
https://github.com/borgbase/vorta
synced 2025-01-03 05:36:19 +00:00
This commit is contained in:
parent
bae5c3386f
commit
c63c37fed2
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ def prepare(cls, profile):
|
|||
cmd.extend(['--exclude-if-present', f.strip()])
|
||||
|
||||
# Add repo url and source dirs.
|
||||
cmd.append(f'{profile.repo.url}::{platform.node()}-{dt.now().isoformat()}')
|
||||
cmd.append(f"{profile.repo.url}::{platform.node()}-{profile.id}-{dt.now().isoformat(timespec='seconds')}")
|
||||
|
||||
for f in SourceDirModel.select().where(SourceDirModel.profile == profile.id):
|
||||
cmd.append(f.dir)
|
||||
|
|
Loading…
Reference in a new issue