* Make name attribute optional in RemotePeer constructor.
* Add support for collecting soft links (closes: 1854631).
- Add linkDepth parameter to FilesystemList.addDirContents()
- Add CollectDir.linkDepth attribute
- Modify collect action to obey CollectDir.linkDepth
- Update user manual to discuss new attribute
- Document "link farm" option for collect configuration
* Implement a capacity-checking extension (closes: 1915496).
- Add new extension in CedarBackup2/extend/capacity.py
- Refactor ByteQuantity out of split.py and into config.py
- Add total capacity and utilization to MediaCapacity classes
- Update user manual to discuss new extension