mirror of
https://github.com/restic/restic.git
synced 2025-10-27 12:18:35 +00:00
wip
This commit is contained in:
@@ -183,7 +183,7 @@ func (cmd CmdBackup) Execute(args []string) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
_, id, err := arch.Snapshot(target, newTree, parentSnapshotID)
|
||||
_, id, err := arch.Snapshot(target, parentSnapshotID)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user