You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`move`| Moves files from the source to the destination directory. |
129
-
|`copy`| Copies files from the source to the destination directory. |
130
-
|`reflink`| On supported filesystems, creates a reflink (copy-on-write) clone of a file from the source to the destination. |
131
-
132
122
#### Re-tagging in bulk
133
123
134
124
Bulk operations are done with the `sync` subcommand. Unlike the `copy` and `move` commands which operate on single releases, the `sync` command works on your already imported and tagged library.
@@ -148,6 +138,16 @@ $ wrtag sync -age-older 24h # find all releases older than 1 day and r
148
138
$ wrtag sync -num-workers 16 # process a maximum of 16 releases at a time
149
139
```
150
140
141
+
### Available operations
142
+
143
+
The full list of core `wrtag` operations. They can be used in other tools like `wrtagweb` too.
0 commit comments