alternatives to rsync? [closed] - backup

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
I'm trying to script a backup system for several servers, some Windows, some Linux. I'd love to be able to use rsync but I can't (at least not in all situations, since some servers I can't install rsync to, and some are Win servers).
I've tested with wget in FTP mode with the "timestamping" option, and it seems to work pretty well regardless of platform. Are there other options that may be more robust/reliable, that will do incremental backups regardless of platform?
Thanks for any ideas

You might try Unison.
http://www.cis.upenn.edu/~bcpierce/unison/

You definitely want to have a look at rdiff-backup. And Server Fault. ;)

Related

Why System64 and mono and system in My Notebook D Drive? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 months ago.
Improve this question
12/27 i use stream install SCP:secret laboratory but 12/29 i turn on my notebook i find System64 and System and mono folder in my Notebook D Drive , I have uninstalled SCP:secret laboratory ,should i delete this three folder?
Yes, it should be safe to delete those folders. They are a requirement for SCP:SL.
If you're worried about breaking something, I would recommend moving the folders to see if something breaks (unlikely), and once you're sure everything is still OK, you can safely delete them.

Can a ransomware in a VMware break out? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 years ago.
Improve this question
I want to test some Ransomware. Therefore I wanna use VMware and create a virtual machine, where I can execute this software. I already deleted the Network device, so that no connection is possible between my computer and the VM. Do I need to know something more about it. Could it be possible that the virus breaks out and affects my PC?
Make sure that you are not playing around with Cerber 6 Ransomware because it has Anti-VM features that can easily bluff you when you are on the test. I just got to know the same from this post:http://ransomwares.net/cerber-6-ransomware/. I request you to read this post to know more about Cerber's new Anti-VM & Anti-Sandboxing features which makes it dangerous than never before!
Be sure to disable all shared folders. Also disable any CPU virtualisation acceleration, then you should be fine.

How to stop the individual programs that are specified in supervisord.conf file? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 3 years ago.
Improve this question
I want to manage few process using supervisor.I have made the changes in the supervisord.conf file.I want to stop a few programs later
I tried using "supervisorctl stop program_name" command but I get the following
Sorry, supervisord responded but did not recognize the supervisor namespace commands that supervisorctl uses to control it. Please check that the [rpcinterface:supervisor] section is enabled in the configuration file (see sample.conf).
Can somebody guide me?
Thanks in advance
Add this to your /etc/supervisord.conf:
[rpcinterface:supervisor]
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
And restart supervisord:
sudo /etc/init.d/supervisord restart

How to Clear Bios Password [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
I have an "HP Elitebook 2540p" laptop. from when I buy that laptop, "BIOS" have a password. I already tried every way to clear that such as remove motherboard (bios) battery for 72 hours, use PC CMOS Cleaner 2.0 (have erred),.... I don't know how can remove that password and it's important to me.i know it's possible to use F9 for quick book. but I need remove the password. please help me.
You can't. You're asking how to bypass security built into the motherboard/BIOS. The computer was designed to prevent you from doing this. Unless you get lucky and find a known exploit for the model of motherboard and version of BIOS you are running, you're out of luck.

private fileserver [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
For our company I want to setup a file sharing service such as Dropbox but on our own servers for our corporate information.
It must be only available for employes of our company.
Please suggest me software package.
I suggest you try http://owncloud.org/.
That's what we use in my company and it is quite convenient to sync our working files (similar to what dropbox do), and to share files as well.
Have a look at arXshare (http://www.arxshare.com). You can install it on any server with PHP, it is easy to setup, and it does not require any database and is very lightweight. Furthermore, it does end-to-end encryption, so your shared files on the server are useless without your password.