File: comment_1_133d5adb83e9df38c513e17d128486d1._comment

package info (click to toggle)
git-annex 10.20250721-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 74,484 kB
  • sloc: haskell: 90,982; javascript: 9,103; sh: 1,469; makefile: 213; perl: 137; ansic: 44
file content (18 lines) | stat: -rw-r--r-- 844 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[[!comment format=mdwn
 username="joey"
 subject="""comment 1"""
 date="2021-05-27T16:08:07Z"
 content="""
This should be possible to set up. This is just a special remote that is
accessible from several clones of the repository, and git-annex is able to
get files that were sent from another clone to the special remote, once the
git-annex branch gets synced between the two clones.

You have to use `git annex initremote` a single time to set up the borg
special remote, and then use `git annex enableremote` on every other clone
to access it. Since initremote borg needs the borgrepo= parameter, which
then gets used to access it from the other clones, it would make sense to
use ssh user@host:path syntax, with a shared user account, or perhaps
host:path if the permissions on the server allow multiple users to access
the borg repo.
"""]]