summaryrefslogtreecommitdiff
path: root/doc/snac.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/snac.1')
-rw-r--r--doc/snac.115
1 files changed, 11 insertions, 4 deletions
diff --git a/doc/snac.1 b/doc/snac.1
index 6ce0912..999c594 100644
--- a/doc/snac.1
+++ b/doc/snac.1
@@ -288,7 +288,9 @@ Starts a migration from this account to the one set as an alias (see
288section 'Migrating from snac to Mastodon'). 288section 'Migrating from snac to Mastodon').
289.It Cm import_csv Ar basedir Ar uid 289.It Cm import_csv Ar basedir Ar uid
290Imports CSV data files from a Mastodon export. This command expects the 290Imports CSV data files from a Mastodon export. This command expects the
291following files to be in the current directory: 291following files to be inside the
292.Pa import/
293subdirectory of a user's directory inside the server base directory:
292.Pa bookmarks.csv , 294.Pa bookmarks.csv ,
293.Pa blocked_accounts.csv , 295.Pa blocked_accounts.csv ,
294.Pa lists.csv , and 296.Pa lists.csv , and
@@ -316,10 +318,15 @@ for a job to be assigned), input or output (processing I/O packets)
316or stopped (not running, only to be seen while starting or stopping 318or stopped (not running, only to be seen while starting or stopping
317the server). 319the server).
318.It Cm import_list Ar basedir Ar uid Ar file 320.It Cm import_list Ar basedir Ar uid Ar file
319Imports a Mastodon list in CSV format. This option can be used to 321Imports a Mastodon list in CSV format. The file must be stored inside the
320import "Mastodon Follow Packs". 322.Pa import/
323subdirectory of a user's directory inside the server base directory.
324This option can be used to import "Mastodon Follow Packs".
321.It Cm import_block_list Ar basedir Ar uid Ar file 325.It Cm import_block_list Ar basedir Ar uid Ar file
322Imports a Mastodon list of accounts to be blocked in CSV format. 326Imports a Mastodon list of accounts to be blocked in CSV format. The
327file must be stored inside the
328.Pa import/
329subdirectory of a user's directory inside the server base directory.
323.El 330.El
324.Ss Migrating an account to/from Mastodon 331.Ss Migrating an account to/from Mastodon
325See 332See