# move settings move: yes copy: no incremental: no resume: no# ===================== # copy settings #move: no #copy: yes #incremental: yes #resume: yes# ===================== --
You received this message because you are subscribed to the Google Groups "beets" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beets-users...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Beets has a few “global” flags that affect all commands. These must appear between the executable name (beet) and the command—for example, beet -v import ....
-l LIBPATH: specify the library database file to use.-d DIRECTORY: specify the library root directory.-v: verbose mode; prints out a deluge of debugging information. Please use this flag when reporting bugs. You can use it twice, as in -vv, to make beets even more verbose.-c FILE: read a specified YAML configuration file.Beets also uses the BEETSDIR environment variable to look for configuration and data.