Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

336
Visualizações
How to achieve a mirror copy in Linux?

I want to make two directories synchronized. I know there is a robocopy /MIR command in Windows that can achieve this. Ex:

robocopy D:\test1 E:\Backup /MIR

When there is a file updated or deleted, the backup directory can keep synchronization.

I have tried in Linux through the rsync command like this:

rsync -a /usr/test /usr/backup

but when I delete a file under /usr/test and then run this command, the deleted file still exists in /backup/test — the two directories can't keep asynchronization. So, how can I achieve the synchronization of two directories in Linux?

over 4 years ago · Santiago Trujillo
1 Respostas
Responde à pergunta

0

rsync has a --delete option which does what was asked:

 --delete                delete extraneous files from dest dirs

It has a lot of related options.

Further reading:

  • rsync(1)
  • Commonly Used rsync Arguments
over 4 years ago · Santiago Trujillo Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda