Skip to content

docs: add warning about job-intermixing#506

Merged
arogge merged 1 commit intobareos:masterfrom
arogge:dev/arogge/master/story-3403
May 8, 2020
Merged

docs: add warning about job-intermixing#506
arogge merged 1 commit intobareos:masterfrom
arogge:dev/arogge/master/story-3403

Conversation

@arogge
Copy link
Member

@arogge arogge commented May 6, 2020

The intermixing of jobs with the same client and fileset is considered counter-intuitive by some users.
This patch adds a warning to the documentation that clarifies the situation.
(User-Story 3403)

@arogge arogge requested a review from franku May 6, 2020 17:24
Copy link
Contributor

@franku franku left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have some rewording suggestions. Otherwise looks good. Thanks! :-)

.. warning::

Bareos uses only :config:option:`dir/job/Client` and :config:option:`dir/job/Fileset` to determine which jobids belong together.
If job A and B have the same client and fileset defined, the resulting jobids will be intermixed:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
If job A and B have the same client and fileset defined, the resulting jobids will be intermixed:
If job A and B have the same client and fileset defined, the resulting jobids will be intermixed as follows:


Bareos uses only :config:option:`dir/job/Client` and :config:option:`dir/job/Fileset` to determine which jobids belong together.
If job A and B have the same client and fileset defined, the resulting jobids will be intermixed:
When a job determines its predecessor to determine its required level and since-time, it will consider all jobs with the same client and fileset.
Copy link
Contributor

@franku franku May 7, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
When a job determines its predecessor to determine its required level and since-time, it will consider all jobs with the same client and fileset.
I) When a job determines its predecessor to determine its required level and since-time, it will consider all jobs with the same client and fileset.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure this will be formatted in a way I like, but I'll try it.

Bareos uses only :config:option:`dir/job/Client` and :config:option:`dir/job/Fileset` to determine which jobids belong together.
If job A and B have the same client and fileset defined, the resulting jobids will be intermixed:
When a job determines its predecessor to determine its required level and since-time, it will consider all jobs with the same client and fileset.
Likewise when restoring a client you select the fileset and all jobs that used that fileset will be considered.
Copy link
Contributor

@franku franku May 7, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Likewise when restoring a client you select the fileset and all jobs that used that fileset will be considered.
II) When restoring a client you have to select the fileset and all jobs that used the regarding fileset will be considered.

If job A and B have the same client and fileset defined, the resulting jobids will be intermixed:
When a job determines its predecessor to determine its required level and since-time, it will consider all jobs with the same client and fileset.
Likewise when restoring a client you select the fileset and all jobs that used that fileset will be considered.
If you want separate backups, you have to duplicate your filesets with a different name and the same content.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
If you want separate backups, you have to duplicate your filesets with a different name and the same content.
As a matter of fact, if you want separate backups, you have to duplicate your filesets with a different name and the same content.

@frb121 frb121 self-requested a review May 8, 2020 13:39
The intermixing of jobs with the same client and fileset is considered
counter-intuitive by some users.
This patch adds a warning to the documentation that clarifies the
situation.
@arogge arogge force-pushed the dev/arogge/master/story-3403 branch from a6dd386 to 60042d6 Compare May 8, 2020 14:54
@arogge arogge merged commit 50ed450 into bareos:master May 8, 2020
@arogge arogge deleted the dev/arogge/master/story-3403 branch August 10, 2020 08:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants