Is lsyncd the right tool for the job? [on hold] The Next CEO of Stack OverflowWhat backup software offerings are fit for “enterprise” use?best way to backup data from disk failure?What exactly will --delete-excluded do for rsync?Backup with rsync makes the server unresponsiversync for backup considered dangerous?Bacula: initial Full Backup job taking too much timeDo I still need a backup if I have a redudant storage system with rollback capabilities?Synchronize files to webserver by lsyncdLive file syncronization across multiple Linux servers with millions of files and directorieslsyncd dumping every file transferred to log

Lucky Feat: How can "more than one creature spend a luck point to influence the outcome of a roll"?

Is it professional to write unrelated content in an almost-empty email?

How do you define an element with an ID attribute using LWC?

Does the Idaho Potato Commission associate potato skins with healthy eating?

Is French Guiana a (hard) EU border?

What CSS properties can the br tag have?

Can Sneak Attack be used when hitting with an improvised weapon?

Won the lottery - how do I keep the money?

What are the unusually-enlarged wing sections on this P-38 Lightning?

Airplane gently rocking its wings during whole flight

Is it OK to decorate a log book cover?

Can I board the first leg of the flight without having final country's visa?

What day is it again?

Which one is the true statement?

Traveling with my 5 year old daughter (as the father) without the mother from Germany to Mexico

Is there a difference between "Fahrstuhl" and "Aufzug"?

Calculate the Mean mean of two numbers

Why is the US ranked as #45 in Press Freedom ratings, despite its extremely permissive free speech laws?

Expressing the idea of having a very busy time

Is it correct to say moon starry nights?

Is it convenient to ask the journal's editor for two additional days to complete a review?

Strange use of "whether ... than ..." in official text

Is fine stranded wire ok for main supply line?

Raspberry pi 3 B with Ubuntu 18.04 server arm64: what chip



Is lsyncd the right tool for the job? [on hold]



The Next CEO of Stack OverflowWhat backup software offerings are fit for “enterprise” use?best way to backup data from disk failure?What exactly will --delete-excluded do for rsync?Backup with rsync makes the server unresponsiversync for backup considered dangerous?Bacula: initial Full Backup job taking too much timeDo I still need a backup if I have a redudant storage system with rollback capabilities?Synchronize files to webserver by lsyncdLive file syncronization across multiple Linux servers with millions of files and directorieslsyncd dumping every file transferred to log










0















I am an experimental physicist and I am currently developing the DAQ software for our experiment. We need to continuously backup our data to a remote server. The data, once backed up to the server, has to be deleted on the local DAQ PC to make space for new data.



I was wondering if lsyncd is the right tool for this job.



In the following, I will refer to the remote server to backup TO as "the server" and to the local DAQ PC to backup FROM as the "DAQ PC".



Here are my requirements:



  • The data rate is quite low (some MBps tops)

  • I need to backup the data one-way only: from the DAQ PC to the server and not the other way around, i.e. if I delete a file on the DAQ PC I do NOT want the file to be deleted on the server. The DAQ PC storage is limited so we need to continuously push the data from the DAQ PC to the server for long-term storage.

  • The OS on the DAQ PC is CentOS 7. I have root access.

  • The OS on the server is Scientific Linux 6.10. I do NOT have root access.

  • The server can be accessed by SSH connection

  • The rsync version installed on the server is 3.0.6

I am also considering other programs like DRBD or unison but they seem to be targeted towards two-way folder syncing instead of one-way incremental backup.



EDIT
I know that the question may sound off-topic, but here I am just asking for an objective answer: can lsyncd do what I need? Yes or no. If it can do it, good. If it cannot, is there another way to accomplish what I need?










share|improve this question









New contributor




LastStarDust is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











put on hold as off-topic by Sven yesterday


This question appears to be off-topic. The users who voted to close gave this specific reason:


  • "Requests for product, service, or learning material recommendations are off-topic because they attract low quality, opinionated and spam answers, and the answers become obsolete quickly. Instead, describe the business problem you are working on, the research you have done, and the steps taken so far to solve it." – Sven
If this question can be reworded to fit the rules in the help center, please edit the question.




















    0















    I am an experimental physicist and I am currently developing the DAQ software for our experiment. We need to continuously backup our data to a remote server. The data, once backed up to the server, has to be deleted on the local DAQ PC to make space for new data.



    I was wondering if lsyncd is the right tool for this job.



    In the following, I will refer to the remote server to backup TO as "the server" and to the local DAQ PC to backup FROM as the "DAQ PC".



    Here are my requirements:



    • The data rate is quite low (some MBps tops)

    • I need to backup the data one-way only: from the DAQ PC to the server and not the other way around, i.e. if I delete a file on the DAQ PC I do NOT want the file to be deleted on the server. The DAQ PC storage is limited so we need to continuously push the data from the DAQ PC to the server for long-term storage.

    • The OS on the DAQ PC is CentOS 7. I have root access.

    • The OS on the server is Scientific Linux 6.10. I do NOT have root access.

    • The server can be accessed by SSH connection

    • The rsync version installed on the server is 3.0.6

    I am also considering other programs like DRBD or unison but they seem to be targeted towards two-way folder syncing instead of one-way incremental backup.



    EDIT
    I know that the question may sound off-topic, but here I am just asking for an objective answer: can lsyncd do what I need? Yes or no. If it can do it, good. If it cannot, is there another way to accomplish what I need?










    share|improve this question









    New contributor




    LastStarDust is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.











    put on hold as off-topic by Sven yesterday


    This question appears to be off-topic. The users who voted to close gave this specific reason:


    • "Requests for product, service, or learning material recommendations are off-topic because they attract low quality, opinionated and spam answers, and the answers become obsolete quickly. Instead, describe the business problem you are working on, the research you have done, and the steps taken so far to solve it." – Sven
    If this question can be reworded to fit the rules in the help center, please edit the question.


















      0












      0








      0


      1






      I am an experimental physicist and I am currently developing the DAQ software for our experiment. We need to continuously backup our data to a remote server. The data, once backed up to the server, has to be deleted on the local DAQ PC to make space for new data.



      I was wondering if lsyncd is the right tool for this job.



      In the following, I will refer to the remote server to backup TO as "the server" and to the local DAQ PC to backup FROM as the "DAQ PC".



      Here are my requirements:



      • The data rate is quite low (some MBps tops)

      • I need to backup the data one-way only: from the DAQ PC to the server and not the other way around, i.e. if I delete a file on the DAQ PC I do NOT want the file to be deleted on the server. The DAQ PC storage is limited so we need to continuously push the data from the DAQ PC to the server for long-term storage.

      • The OS on the DAQ PC is CentOS 7. I have root access.

      • The OS on the server is Scientific Linux 6.10. I do NOT have root access.

      • The server can be accessed by SSH connection

      • The rsync version installed on the server is 3.0.6

      I am also considering other programs like DRBD or unison but they seem to be targeted towards two-way folder syncing instead of one-way incremental backup.



      EDIT
      I know that the question may sound off-topic, but here I am just asking for an objective answer: can lsyncd do what I need? Yes or no. If it can do it, good. If it cannot, is there another way to accomplish what I need?










      share|improve this question









      New contributor




      LastStarDust is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      I am an experimental physicist and I am currently developing the DAQ software for our experiment. We need to continuously backup our data to a remote server. The data, once backed up to the server, has to be deleted on the local DAQ PC to make space for new data.



      I was wondering if lsyncd is the right tool for this job.



      In the following, I will refer to the remote server to backup TO as "the server" and to the local DAQ PC to backup FROM as the "DAQ PC".



      Here are my requirements:



      • The data rate is quite low (some MBps tops)

      • I need to backup the data one-way only: from the DAQ PC to the server and not the other way around, i.e. if I delete a file on the DAQ PC I do NOT want the file to be deleted on the server. The DAQ PC storage is limited so we need to continuously push the data from the DAQ PC to the server for long-term storage.

      • The OS on the DAQ PC is CentOS 7. I have root access.

      • The OS on the server is Scientific Linux 6.10. I do NOT have root access.

      • The server can be accessed by SSH connection

      • The rsync version installed on the server is 3.0.6

      I am also considering other programs like DRBD or unison but they seem to be targeted towards two-way folder syncing instead of one-way incremental backup.



      EDIT
      I know that the question may sound off-topic, but here I am just asking for an objective answer: can lsyncd do what I need? Yes or no. If it can do it, good. If it cannot, is there another way to accomplish what I need?







      backup lsyncd






      share|improve this question









      New contributor




      LastStarDust is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question









      New contributor




      LastStarDust is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question








      edited yesterday







      LastStarDust













      New contributor




      LastStarDust is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked yesterday









      LastStarDustLastStarDust

      61




      61




      New contributor




      LastStarDust is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      LastStarDust is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      LastStarDust is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




      put on hold as off-topic by Sven yesterday


      This question appears to be off-topic. The users who voted to close gave this specific reason:


      • "Requests for product, service, or learning material recommendations are off-topic because they attract low quality, opinionated and spam answers, and the answers become obsolete quickly. Instead, describe the business problem you are working on, the research you have done, and the steps taken so far to solve it." – Sven
      If this question can be reworded to fit the rules in the help center, please edit the question.







      put on hold as off-topic by Sven yesterday


      This question appears to be off-topic. The users who voted to close gave this specific reason:


      • "Requests for product, service, or learning material recommendations are off-topic because they attract low quality, opinionated and spam answers, and the answers become obsolete quickly. Instead, describe the business problem you are working on, the research you have done, and the steps taken so far to solve it." – Sven
      If this question can be reworded to fit the rules in the help center, please edit the question.




















          0






          active

          oldest

          votes

















          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes

          Popular posts from this blog

          Wikipedia:Vital articles Мазмуну Biography - Өмүр баян Philosophy and psychology - Философия жана психология Religion - Дин Social sciences - Коомдук илимдер Language and literature - Тил жана адабият Science - Илим Technology - Технология Arts and recreation - Искусство жана эс алуу History and geography - Тарых жана география Навигация менюсу

          Bruxelas-Capital Índice Historia | Composición | Situación lingüística | Clima | Cidades irmandadas | Notas | Véxase tamén | Menú de navegacióneO uso das linguas en Bruxelas e a situación do neerlandés"Rexión de Bruxelas Capital"o orixinalSitio da rexiónPáxina de Bruselas no sitio da Oficina de Promoción Turística de Valonia e BruxelasMapa Interactivo da Rexión de Bruxelas-CapitaleeWorldCat332144929079854441105155190212ID28008674080552-90000 0001 0666 3698n94104302ID540940339365017018237

          What should I write in an apology letter, since I have decided not to join a company after accepting an offer letterShould I keep looking after accepting a job offer?What should I do when I've been verbally told I would get an offer letter, but still haven't gotten one after 4 weeks?Do I accept an offer from a company that I am not likely to join?New job hasn't confirmed starting date and I want to give current employer as much notice as possibleHow should I address my manager in my resignation letter?HR delayed background verification, now jobless as resignedNo email communication after accepting a formal written offer. How should I phrase the call?What should I do if after receiving a verbal offer letter I am informed that my written job offer is put on hold due to some internal issues?Should I inform the current employer that I am about to resign within 1-2 weeks since I have signed the offer letter and waiting for visa?What company will do, if I send their offer letter to another company