summaryrefslogtreecommitdiff
path: root/doc/snac.8
diff options
context:
space:
mode:
Diffstat (limited to 'doc/snac.8')
-rw-r--r--doc/snac.813
1 files changed, 10 insertions, 3 deletions
diff --git a/doc/snac.8 b/doc/snac.8
index f5e4bd5..f94d53f 100644
--- a/doc/snac.8
+++ b/doc/snac.8
@@ -421,7 +421,9 @@ server, first export your data to CSV by running:
421snac export_csv $SNAC_BASEDIR origin 421snac export_csv $SNAC_BASEDIR origin
422.Ed 422.Ed
423.Pp 423.Pp
424You'll find the following CSV files in the current directory: 424You'll find the following CSV files in the
425.Pa export/
426subdirectory inside the user directory:
425.Pa bookmarks.csv , 427.Pa bookmarks.csv ,
426.Pa blocked_accounts.csv , 428.Pa blocked_accounts.csv ,
427.Pa lists.csv , and 429.Pa lists.csv , and
@@ -480,6 +482,7 @@ Also, please take note that the
480account you migrated from is not disabled nor changed in any way, so can still 482account you migrated from is not disabled nor changed in any way, so can still
481use it as it no migration was done. This behaviour may or may not match what other 483use it as it no migration was done. This behaviour may or may not match what other
482ActivityPub implementations do. 484ActivityPub implementations do.
485.Pp
483.Ss Migrating from Mastodon to snac 486.Ss Migrating from Mastodon to snac
484Since version 2.61, you can migrate accounts on other ActivityPub instances to your 487Since version 2.61, you can migrate accounts on other ActivityPub instances to your
485.Nm 488.Nm
@@ -508,7 +511,9 @@ directory:
508.Pa lists.csv , and 511.Pa lists.csv , and
509.Pa following_accounts.csv . 512.Pa following_accounts.csv .
510.Pp 513.Pp
5112. From the directory where those files are stored, run 5142. Copy all those files to the
515.Pa import/
516subdirectory of the user's directory inside the server base directory, and run
512.Bd -literal -offset indent 517.Bd -literal -offset indent
513snac import_csv $SNAC_BASEDIR destination 518snac import_csv $SNAC_BASEDIR destination
514.Ed 519.Ed
@@ -518,7 +523,9 @@ of all the ActivityPub servers involved (webfinger, accounts, posts, etc.). Some
518may be transient and retried later. Also, if 523may be transient and retried later. Also, if
519.Nm 524.Nm
520complains that it can't find any of these files, please check that they are really 525complains that it can't find any of these files, please check that they are really
521stored in the current directory and that their names match exactly. Some of them may be 526stored in the
527.Pa import/
528subdirectory and that their names match exactly. Some of them may be
522empty (for example, if you didn't create any list) and that's fine. 529empty (for example, if you didn't create any list) and that's fine.
523.Pp 530.Pp
5243. Again on your 5313. Again on your