mirror of
https://codeberg.org/postscriptum/snac2nex.git
synced 2026-03-31 13:15:27 +00:00
add attachment symlinks option, rename binary option to attachment with export type value
This commit is contained in:
parent
9f24a133ed
commit
20c0aea8f3
6 changed files with 101 additions and 18 deletions
10
README.md
10
README.md
|
|
@ -30,8 +30,14 @@ snac2nex -s /path/to/snac/storage -t /path/to/nex -u user1 -u user2
|
|||
-u, --user <USER>
|
||||
Username to export
|
||||
|
||||
-b, --binary
|
||||
Export binary files (attachments)
|
||||
-a, --attachment <ATTACHMENT>
|
||||
Include attachment files
|
||||
|
||||
Supported values:
|
||||
|
||||
* `c` (`copy`) - copy attachment files export
|
||||
* `h` (`hard`) - create hard links
|
||||
* `s` (`soft`) - create soft links (macos, linux, windows only)
|
||||
|
||||
-r, --rotate <ROTATE>
|
||||
Keep running as the daemon, renew every `n` seconds
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue