- Added NixOS module files and tests
-
PostgreSQL database dumps now use the
--clean
option to drop the database before restoring, and OIDs are no longer included in the backup. -
The
backup_via_rsync
function no longer passes the following flags torsync
. If you need them you should give them tobackup_via_rsync
and it will forward them torsync
:--copy-dirlinks
--copy-links
-
Automatic detection of host exclude files has been removed.