jborg / attic

Deduplicating backup program
Other
1.11k stars 104 forks source link

attic init force remote path #363

Closed eack closed 8 years ago

eack commented 8 years ago

Hello,

is it possible to force a remote path for a repository: for example: attic init user@hostname:repository.attic:/home/user/my-repo.attic

ThomasWaldmann commented 8 years ago
attic init user@hostname:/full/path/to/repo.attic

Is it that what you mean? (close if that solves your issue)

eack commented 8 years ago

Oh sorry, now i recognize my wrong syntax. Thanks, everything works!