Skip to content

Grammar and corrections #25

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 20, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/6.0/en/cleanup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<entry>Outdated</entry>
<entry>
Remove backups older than a configured time-value.
For example "2W" to delete all backups older than two weeks.
For example, "2W" to delete all backups older than two weeks.
</entry>
</row>
<row>
Expand All @@ -48,8 +48,8 @@
<row>
<entry>Stepwise</entry>
<entry>
Keep different amount of backups for different periods of time.
For example keep all backups you made for the last 3 days, keep one for each week for the last 4 weeks,
Keep different number of backups for different periods of time.
For example, keep all backups you made for the last 3 days, keep one for each week for the last 4 weeks,
keep one for each month for the last 6 months and one for each year for at least 3 years.
</entry>
</row>
Expand Down Expand Up @@ -241,7 +241,7 @@
backups | ............| . . . . . . . . . | . . . | . . | ]]></programlisting>

<para>
So if you start to backup now your amount of backups will grow for the configured years to keep at least one backup.
So, if you start to backup now your amount of backups will grow for the configured years to keep at least one backup.
But by then the amount of your backups will be constantly the same.
</para>

Expand Down Expand Up @@ -337,7 +337,7 @@ backups | ............| . . . . . . . . . | . . . | .
<para>
Remote cleanups are configured within your <link linkend="sync">Sync</link> configuration similar to local
cleanups. The only difference is that all options get prefixed by <literal>cleanup.</literal>.
To better understand this have a look at the following examples.
To better understand this, have a look at the following examples.
</para>

<example id="cleanup.remote.example.xml">
Expand Down