We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We should write a script which helps backing up files on tape using the information we already have in the database.
If files are on disk but not on tape and shall be backed up they (a) Should be added to a list (b) Should be moved
As a first step, we can for now track a list of missing files. It is relatively easy to check nested dependencies as well.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We should write a script which helps backing up files on tape using the information we already have in the database.
Objective
Prepare to move | which is the action to follow up on?
If files are on disk but not on tape and shall be backed up they
(a) Should be added to a list
(b) Should be moved
List missing files
As a first step, we can for now track a list of missing files. It is relatively easy to check nested dependencies as well.
The text was updated successfully, but these errors were encountered: