Răsfoiți Sursa

Merge pull request #6161 from hexagonrecursion/clarify

Backport: clarify who starts the remote agent
TW 3 ani în urmă
părinte
comite
946a7c3cc6
1 a modificat fișierele cu 5 adăugiri și 5 ștergeri
  1. 5 5
      docs/faq.rst

+ 5 - 5
docs/faq.rst

@@ -13,11 +13,11 @@ What is the difference between a repo on an external hard drive vs. repo on a se
 
 
 If Borg is running in client/server mode, the client uses SSH as a transport to
 If Borg is running in client/server mode, the client uses SSH as a transport to
 talk to the remote agent, which is another Borg process (Borg is installed on
 talk to the remote agent, which is another Borg process (Borg is installed on
-the server, too). The Borg server is doing storage-related low-level repo
-operations (get, put, commit, check, compact), while the Borg client does the
-high-level stuff: deduplication, encryption, compression, dealing with
-archives, backups, restores, etc., which reduces the amount of data that goes
-over the network.
+the server, too) started automatically by the client. The Borg server is doing
+storage-related low-level repo operations (get, put, commit, check, compact),
+while the Borg client does the high-level stuff: deduplication, encryption,
+compression, dealing with archives, backups, restores, etc., which reduces the
+amount of data that goes over the network.
 
 
 When Borg is writing to a repo on a locally mounted remote file system, e.g.
 When Borg is writing to a repo on a locally mounted remote file system, e.g.
 SSHFS, the Borg client only can do file system operations and has no agent
 SSHFS, the Borg client only can do file system operations and has no agent