1
0
mirror of https://github.com/gilbertchen/duplicacy synced 2025-12-15 07:43:21 +00:00

Add -repository optiont to init add add to specifiy an alternate repository path

This commit is contained in:
Gilbert Chen
2018-05-22 15:55:52 -04:00
parent c9b60cc0e0
commit 72239a31c4
2 changed files with 31 additions and 1 deletions

View File

@@ -17,6 +17,7 @@ import (
type Preference struct {
Name string `json:"name"`
SnapshotID string `json:"id"`
RepositoryPath string `json:"repository"`
StorageURL string `json:"storage"`
Encrypted bool `json:"encrypted"`
BackupProhibited bool `json:"no_backup"`