## Status
-As of 2023-06-22, development has resumed. You might want to bump your desired patches and features in the [tracker](https://github.com/NICMx/FORT-validator).
+As of 2023-06-22, development has resumed. You might want to bump your desired patches and features in the [tracker](https://github.com/NICMx/FORT-validator/issues).
Version {{ site.fort-latest-version }} is the latest official release. To fetch or review it, visit the [GitHub release](https://github.com/NICMx/FORT-validator/releases/tag/{{ site.fort-latest-version }}){:target="_blank"}.
.RE
.P
-.B \-\-sync-strategy=(\fIoff\fR|\fIstrict\fR|\fIroot\fR|\fIroot-except-ta\fR)
-.RS 4
-This argument \fBwill be DEPRECATED\fR. Use \fB--rsync.strategy\fR or
-\fB--rsync.enabled\fR (if rsync is meant to be disabled) instead.
-.P
-\fIrsync\fR download strategy; states the way rsync URLs are approached during
-downloads.
-.P
-Despite this argument will be deprecated, it still can be utilized. It can have
-one of four values:
-.RS 4
-- \fIoff\fR: will disable rsync execution. So, using \fB--sync-strategy=off\fR
-will be the same as \fB--rsync.enabled=false\fR.
-.br
-- \fIstrict\fR: will be the same as \fB--rsync.strategy=strict\fR.
-.br
-- \fIroot\fR: will be the same as \fB--rsync.strategy=root\fR.
-.br
-- \fIroot-except-ta\fR \fB(default value)\fR: will be the same as
-\fB--rsync.strategy=root-except-ta\fR.
-.RE
-.RE
-.P
-
.B \-\-work-offline
.RS 4
If this flag is activated, Fort will disable all outgoing requests (currently
.RE
.P
-.B \-\-rrdp.enabled=\fItrue\fR|\fIfalse\fR
-.RS 4
-This argument \fBwill be DEPRECATED\fR. Use \fB--http.enabled\fR instead.
-.RE
-.P
-
-.B \-\-rrdp.priority=\fIUNSIGNED_INTEGER\fR
-.RS 4
-This argument \fBwill be DEPRECATED\fR. Use \fB--http.priority\fR instead.
-.RE
-.P
-
-.B \-\-rrdp.retry.count=\fIUNSIGNED_INTEGER\fR
-.RS 4
-This argument \fBwill be DEPRECATED\fR. Use \fB--http.retry.count\fR instead.
-.RE
-.P
-
-.B \-\-rrdp.retry.interval=\fIUNSIGNED_INTEGER\fR
-.RS 4
-This argument \fBwill be DEPRECATED\fR. Use \fB--http.retry.interval\fR instead.
-.RE
-.P
-
.B \-\-rsync.enabled=\fItrue\fR|\fIfalse\fR
.RS 4
Enables RSYNC requests.