summaryrefslogtreecommitdiff
path: root/doc/snac.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/snac.1')
-rw-r--r--doc/snac.119
1 files changed, 14 insertions, 5 deletions
diff --git a/doc/snac.1 b/doc/snac.1
index efba67e..999c594 100644
--- a/doc/snac.1
+++ b/doc/snac.1
@@ -270,7 +270,9 @@ user url that also contains a rel="me" attribute. These links are specially
270marked as verified in the user's public timeline and also via the Mastodon API. 270marked as verified in the user's public timeline and also via the Mastodon API.
271.It Cm export_csv Ar basedir Ar uid 271.It Cm export_csv Ar basedir Ar uid
272Exports some account data as Mastodon-compatible CSV files. After executing 272Exports some account data as Mastodon-compatible CSV files. After executing
273this command, the following files will be written to the current directory: 273this command, the following files will be written to the
274.Pa export/
275subdirectory inside the user directory:
274.Pa bookmarks.csv , 276.Pa bookmarks.csv ,
275.Pa blocked_accounts.csv , 277.Pa blocked_accounts.csv ,
276.Pa lists.csv , and 278.Pa lists.csv , and
@@ -286,7 +288,9 @@ Starts a migration from this account to the one set as an alias (see
286section 'Migrating from snac to Mastodon'). 288section 'Migrating from snac to Mastodon').
287.It Cm import_csv Ar basedir Ar uid 289.It Cm import_csv Ar basedir Ar uid
288Imports CSV data files from a Mastodon export. This command expects the 290Imports CSV data files from a Mastodon export. This command expects the
289following 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:
290.Pa bookmarks.csv , 294.Pa bookmarks.csv ,
291.Pa blocked_accounts.csv , 295.Pa blocked_accounts.csv ,
292.Pa lists.csv , and 296.Pa lists.csv , and
@@ -314,10 +318,15 @@ for a job to be assigned), input or output (processing I/O packets)
314or stopped (not running, only to be seen while starting or stopping 318or stopped (not running, only to be seen while starting or stopping
315the server). 319the server).
316.It Cm import_list Ar basedir Ar uid Ar file 320.It Cm import_list Ar basedir Ar uid Ar file
317Imports 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
318import "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".
319.It Cm import_block_list Ar basedir Ar uid Ar file 325.It Cm import_block_list Ar basedir Ar uid Ar file
320Imports 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.
321.El 330.El
322.Ss Migrating an account to/from Mastodon 331.Ss Migrating an account to/from Mastodon
323See 332See