Erreur DFSR : avertissement de réplication concernant des fichiers temporaires

Support Informatique 0 Reputation points
2023-05-15T13:44:33.6266667+00:00

Hello,

Since some time while checking the backup data I get an error message in the DFRR reports

Error1: The content of one or more replicated folders is ignored by the DFS replication

Error2: One or more replicated folders have share violations.

I tried to remove the temporary T attributes from the files in question by running a PowerShell command

Get-childitem D:\Data -recurse | ForEach-Object -process {if (($.attributes -band 0x100) -eq 0x100) {$.attributes = ($_.attributes -band 0xFEFF)}}

the command worked well I managed to remove temporary attributes T from the files.

But the next day the same errors come back with the same files in temporary T attributes.

Can anyone find a solution for this problem.

Thank you.


Bonjour,

Depuis un certains en effectuant la vérification des données sauvegardes j'obtiens un message d'erreur dans les rapport DFRR

Erreur1: Le contenu d‘un ou de plusieurs dossiers répliqués est ignoré par la réplication DFS

Erreur2: Un ou plusieurs dossiers répliqués comportent des violations de partage.

J'ai essaye d'enlever les attributs temporaires T des fichiers en question en exécutant une commande PowerShell

Get-childitem D:\Data -recurse | ForEach-Object -process {if (($.attributes -band 0x100) -eq 0x100) {$.attributes = ($_.attributes -band 0xFEFF)}}

la commande a bien fonctionné j'ai réussi a enlever des fichiers les attributs temporaires T.

Mais le lendemain les mêmes erreurs reviennent avec les mêmes fichiers en Attribut T temporaire.

Quelqu'un pourrait il une solution pour se problème.

Merci.

Windows Server Backup
Windows Server Backup
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Backup: A duplicate copy of a program, a disk, or data, made either for archiving purposes or for safeguarding valuable files from loss should the active copy be damaged or destroyed.
474 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Limitless Technology 44,326 Reputation points
    2023-05-18T13:37:08.0566667+00:00

    Hello there,

    Please check the problematic files to see if they have temporary attribute set. By design, DFSR doesn't replicate temporary files event if they resides in replicated folder. If so, you will need to use Powershell command to remove all the temporary set.

    For the detail instruction on checking and solution, please kindly refer to:

    http://social.technet.microsoft.com/wiki/contents/articles/406.dfsr-does-not-replicate-temporary-files.aspx

    DFSR no longer replicates files after restoring a virtualized server's snapshot

    https://video2.skills-academy.com/en-us/troubleshoot/windows-server/networking/distributed-file-system-replication-not-replicate-files

    Hope this resolves your Query !!

    --If the reply is helpful, please Upvote and Accept it as an answer--

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.