diff options
| author | default <nobody@localhost> | 2025-01-04 19:31:44 +0100 |
|---|---|---|
| committer | default <nobody@localhost> | 2025-01-04 19:31:44 +0100 |
| commit | fec602970f574fb9cbaeab1866c8e6388ba52d81 (patch) | |
| tree | 16ec46c5ffa56c542117e1d2cc0c5dc58f3323d6 /doc/snac.1 | |
| parent | 1e63ba88b01a589ff7c13fde77615dccf6f80255 (diff) | |
Updated documentation.
Diffstat (limited to 'doc/snac.1')
| -rw-r--r-- | doc/snac.1 | 15 |
1 files changed, 11 insertions, 4 deletions
@@ -288,7 +288,9 @@ Starts a migration from this account to the one set as an alias (see section 'Migrating from snac to Mastodon'). .It Cm import_csv Ar basedir Ar uid Imports CSV data files from a Mastodon export. This command expects the -following files to be in the current directory: +following files to be inside the +.Pa import/ +subdirectory of a user's directory inside the server base directory: .Pa bookmarks.csv , .Pa blocked_accounts.csv , .Pa lists.csv , and @@ -316,10 +318,15 @@ for a job to be assigned), input or output (processing I/O packets) or stopped (not running, only to be seen while starting or stopping the server). .It Cm import_list Ar basedir Ar uid Ar file -Imports a Mastodon list in CSV format. This option can be used to -import "Mastodon Follow Packs". +Imports a Mastodon list in CSV format. The file must be stored inside the +.Pa import/ +subdirectory of a user's directory inside the server base directory. +This option can be used to import "Mastodon Follow Packs". .It Cm import_block_list Ar basedir Ar uid Ar file -Imports a Mastodon list of accounts to be blocked in CSV format. +Imports a Mastodon list of accounts to be blocked in CSV format. The +file must be stored inside the +.Pa import/ +subdirectory of a user's directory inside the server base directory. .El .Ss Migrating an account to/from Mastodon See |