mirror of
https://github.com/gilbertchen/duplicacy
synced 2025-12-13 06:43:23 +00:00
@@ -1477,7 +1477,7 @@ func main() {
|
|||||||
},
|
},
|
||||||
cli.BoolFlag {
|
cli.BoolFlag {
|
||||||
Name: "delete-only",
|
Name: "delete-only",
|
||||||
Usage: "delete fossils previsouly collected (if deletable) and don't collect fossils",
|
Usage: "delete fossils previously collected (if deletable) and don't collect fossils",
|
||||||
},
|
},
|
||||||
cli.BoolFlag {
|
cli.BoolFlag {
|
||||||
Name: "collect-only",
|
Name: "collect-only",
|
||||||
|
|||||||
@@ -1629,7 +1629,7 @@ func (manager *SnapshotManager) PruneSnapshots(selfID string, snapshotID string,
|
|||||||
|
|
||||||
referencedFossils := make(map[string]bool)
|
referencedFossils := make(map[string]bool)
|
||||||
|
|
||||||
// Find fossil collections previsouly created, and delete fossils and temporary files in them if they are
|
// Find fossil collections previously created, and delete fossils and temporary files in them if they are
|
||||||
// deletable.
|
// deletable.
|
||||||
for _, collectionName := range collections {
|
for _, collectionName := range collections {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user