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
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
New contributor
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
add a comment |
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
New contributor
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
add a comment |
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
New contributor
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
backup lsyncd
New contributor
New contributor
edited yesterday
LastStarDust
New contributor
asked yesterday
LastStarDustLastStarDust
61
61
New contributor
New contributor
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
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
add a comment |
add a comment |
0
active
oldest
votes
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes