v2.0
Refactored all functions by separating them into smaller "Do one thing and do it well" scripts.
Breaking changes:
-
Local connection type is deprecated. Use an appropriate backup library for that purpose.
-
Flag file names are changed for clarity.
-
make backup-root
does not exist anymore. You should perform this functionality in two separate steps:make sync-root ./dcs-tools/make-backup ....
-
Proxy connections require link-with-server on the development machine. This requirement makes all connections (
make ssh
,make mount-root
) lightning fast by re-using the same master SSH socket file. -
Configuration file is changed. Basic setup (direct connection) requires only 1 parameter to change in new setups. Proxy connections require 1 more parameter to change.