diff options
Diffstat (limited to 'doc/snac.1')
| -rw-r--r-- | doc/snac.1 | 19 |
1 files changed, 14 insertions, 5 deletions
| @@ -270,7 +270,9 @@ user url that also contains a rel="me" attribute. These links are specially | |||
| 270 | marked as verified in the user's public timeline and also via the Mastodon API. | 270 | marked 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 |
| 272 | Exports some account data as Mastodon-compatible CSV files. After executing | 272 | Exports some account data as Mastodon-compatible CSV files. After executing |
| 273 | this command, the following files will be written to the current directory: | 273 | this command, the following files will be written to the |
| 274 | .Pa export/ | ||
| 275 | subdirectory 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 | |||
| 286 | section 'Migrating from snac to Mastodon'). | 288 | section 'Migrating from snac to Mastodon'). |
| 287 | .It Cm import_csv Ar basedir Ar uid | 289 | .It Cm import_csv Ar basedir Ar uid |
| 288 | Imports CSV data files from a Mastodon export. This command expects the | 290 | Imports CSV data files from a Mastodon export. This command expects the |
| 289 | following files to be in the current directory: | 291 | following files to be inside the |
| 292 | .Pa import/ | ||
| 293 | subdirectory 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) | |||
| 314 | or stopped (not running, only to be seen while starting or stopping | 318 | or stopped (not running, only to be seen while starting or stopping |
| 315 | the server). | 319 | the server). |
| 316 | .It Cm import_list Ar basedir Ar uid Ar file | 320 | .It Cm import_list Ar basedir Ar uid Ar file |
| 317 | Imports a Mastodon list in CSV format. This option can be used to | 321 | Imports a Mastodon list in CSV format. The file must be stored inside the |
| 318 | import "Mastodon Follow Packs". | 322 | .Pa import/ |
| 323 | subdirectory of a user's directory inside the server base directory. | ||
| 324 | This 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 |
| 320 | Imports a Mastodon list of accounts to be blocked in CSV format. | 326 | Imports a Mastodon list of accounts to be blocked in CSV format. The |
| 327 | file must be stored inside the | ||
| 328 | .Pa import/ | ||
| 329 | subdirectory 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 |
| 323 | See | 332 | See |