Copssh rsynctrabajos

Filtro

Mis búsquedas recientes
Filtrar por:
Presupuesto
a
a
a
Tipo
Habilidades
Idiomas
    Estado del trabajo
    720 copssh rsync trabajados encontrados, precios en EUR

    An incremental file transfer api written in java. The mechanism should be the same as rsync (), i.e. using rolling checksums and sending only document diffs. This is NOT a port of rsync to java. Only a subset of the features in rsync are needed. * update whole directory (including sub dirs) * client-server via sockets * symbolic links, file ownership, permissions, devices, times do **NOT** need to be preserverd * No parameters via command line but everything specified in xml config files using the Jakarta commons package * Speed on the same order as rsync. * Small footprint for large number files. For synchronization of 50000 files, less than 30MB on both client and server * Readable and well documenten

    €296 (Avg Bid)
    €296 Oferta promedio
    4 ofertas
    CW Rsync Help needed Finalizado left

    Im looking for someone to help me setup/confgure the program called CW Rsync. It allows me to backup files from a remote server to my local Windows 98SE PC.

    €38 (Avg Bid)
    €38 Oferta promedio
    3 ofertas

    We are looking for a coder who is familier with Rsync servers and backup I run multiple servers and I will have central backup system. I want to run the backup system from the backup server if possible, so that on cron, the backup system will go though each server specified and run the backup script The backup script should be run with -vrplogDtH and --delete (if that's right) so after the initial run, later updates will run incremental and delete files that are no longer there etc... I already have the list of directories and scripts to grab (all servers have same data)...They will be put in each servers own directory such as /home/servername(files) I would need it so t hat there is 2 scripts, one with the rsync and the other I guess as an inc...

    €14 (Avg Bid)
    €14 Oferta promedio
    4 ofertas
    60986 Rsync problem Finalizado left

    at the moment we rsync everything on our main drive over to a mount called /backup each night. using the following rsync commands in a cron file Please no that I have had to remove the semi colons from the code to submit it here at script lance #!/usr/bin/perl my $src = "/" my $dest = "/backup/image/" my $logdir = "/backup/logs/rsyncs" my $exclude = "/backup/" my $date = `date +%m%d%y` print "rsync -avv --delete --exclude=$exclude $src $dest > $logdir/$date" `rsync -avv --delete --exclude=$exclude $src $dest > $logdir/$date ` print "nFinishedn" it works but for some reason files deleted on the main dive are not deleted from /backup new files are copied and files are updated but deletions...

    €9 (Avg Bid)
    €9 Oferta promedio
    1 ofertas

    We need a basic backup server configuration, this will be used for multiple users and will need the following: Each backup account needs an FTP and an rsync account and have a quota to the space they are allowed to use. Server will need the following setup: - FTP Server (probably ProFTPD) - Rsync Server - Setup quotas Need a bash script which asks for username, and quota in MB and it will create a user account, with no shell access, FTP access, rsync access, and set quota. For example, we want to add user bob: 1. Create home directory 2. Create FTP account 3. Create rsync account 4. Set quota to specified amount (in MB)

    N/A
    N/A
    0 ofertas

    This is what I need on it: DOMXML, PHP extension, rsync, MySQL and phpMyAdmin. Also maybe some kind of full featured control panel? Please keep it very budget or dont bid at all. Sorry but I run a PC games site with lots of kids. So Im tight with my budget. NO PRE-PAYMENT OF ANY KIND

    €28 (Avg Bid)
    €28 Oferta promedio
    1 ofertas
    Linux Server Setup Finalizado left

    I have a linux server on my Network that I need to be setup for the following: 1. Secure - secure the server as much as possible 2. RPM Manager working in auto mode 3. MySql 4. Apache w/ ssl 5. PHP 6. Perl 7. Sendmail 8. Drupal ([Http://][1]) 9. DNS 10. Web Log Analyzer (webalizer) 11. Backup and Restore routines (rsync) 12. MRTG network and web site traffic monitoring Scripts for: Adding Deleting Users Adding and Deleting Drupal Web Sites - must be able to run multiple drupal sites Adding and Deleting Basic web Sites Adding and Deleting FTP Sites Adding and Deleting mail accounts This is a pretty basic server setup with a little bit of customization in terms of hosting services. ## Deliverables 1) Complete and fully-functional

    €338 (Avg Bid)
    €338 Oferta promedio
    24 ofertas

    ...select what files on the system they wish to backup * Allow the users to update this list at anytime * Allow the users to run the backup immediately or schedule it to run daily, weekly monthly, etc * Allow the users to restore files from the backup server * All the various other features one would expect from a backup program This software would preferably communicate with the server using rsync over ssh. If you have a preference for another protocol, please let me know in your bid. ## Deliverables * Fully functional program which will run under Windows 98, ME, 2000 and XP * Well documented source code of all work completed * Open source components can be used if agreed upon by the buyer first * deliverables will be considered "work made for hire" un...

    €466 - €4660
    €466 - €4660
    0 ofertas
    Backup Software Finalizado left

    ...of this project is to build a software package for the Windows platform which can be used to do offsite backups. The software package should be very easy to use for the end user, allowing them to select which files on their system should be backed up, and then either running a backup job immediately, or scheduling the job to run some time in the future. The software package itself should use rsync via SSH if at all possible, for all communications with the server. When bidding on this project, please specify what language you will be developing the software in, and how long you estimate the project will take. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2. All source code must be...

    €844 (Avg Bid)
    €844 Oferta promedio
    32 ofertas
    log analyzer Finalizado left

    ...servers. Please react only if you have experience building such log analyzers. The log files are created on different streaming servers and on different machines. The format of the log files can be configured on the current servers we use. Description of the execution for the correct configuration of the server will be a part of the job. At the moment we download the log files using rsync. Some of the servers are: - Helix (real) - Windows Media 9 - Darwin (quicktime) - Kasenna (mpeg2) Because servers can change as the machines, the program has to be built up in a very modular way so it can adapt easily when servers change or new servers are being added. We would like the log files to be analysed like awstats and get easy information of almost anythin...

    €651 (Avg Bid)
    €651 Oferta promedio
    25 ofertas

    ...his/her disk drives with a tree of all the directories and files that can be selected for backup. All backed up files should be encrypted with a strong key encryption before being transferred (option chosen by the user). The transfer should be done through an SSH2 server, an FTP server, a SAMBA share, or an RSYNC server (option chosen by the user). On restore the encrypted files should be decrypted and restored to the requested restore location. Full, Changed Files only, Incremental and RSYNC (Mirror) backups should be supported (option chosen by the user). Scheduled and manual backup features are required. The application should minimize into the tray and stay in the tray at all times unless closed explicitly. Left pane should contain a tree of all the disks and directori...

    €5104 (Avg Bid)
    €5104 Oferta promedio
    4 ofertas
    rsync backup over ssh Finalizado left

    Hello all, I have a small personal/hobby website that I would like to backup (mirror) to a 2nd host server. These are fairly simple phpNUKE/mySQL sites. I would like to setup a crontab to launch a script that uses rsync to send incremental files to the backup server and exclude certain files/folders. The script should e-mail me only if it fails to execute. While this does not look too complicated I have yet to be able to get this to work properly. I would like to keep this as simple as possible with clear explanations and instructions in the comments. I should easily be able to just change the parameters to get this working. Thank you ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of ...

    €28 - €4660
    €28 - €4660
    0 ofertas
    MySQL Database Finalizado left

    ...All deliverables will be considered "work made for hire" under U.S. Copyright law. Buyer will receive exclusive and complete copyrights to all work purchased. (No GPL, GNU, 3rd party components, etc. unless all copyright ramifications are explained AND AGREED TO by the buyer on the site per the coder's Seller Legal Agreement). ## Platform Red Hat 9 Linux Apache/2.0.40 - We are willing to run Rsync, scripted wget or other sofware if you can get this DB to update itself daily. Although it is not an absolute requirement we would really like for this DB to be able to update itself from the websites listed above. Extra considerations will be given to developers that can do this. I must admit that we'd really like to see a developer answer the questions: 1...

    €340 (Avg Bid)
    €340 Oferta promedio
    14 ofertas
    Back Up Program Finalizado left

    I am need of a FTP Backup program. The program will be used to provide remote backup services. Ex. Handy Backup/Rsync/ibackup/xbackup, etc. The program should provide drive mapping have a scheduler application with auto-backup features and will have encryption, preferably 128 bit SSL encryption option for 98/NT/2000/XP platforms along with compression options. The program should be easy to set up and use for novice computer users.

    €810 (Avg Bid)
    €810 Oferta promedio
    18 ofertas
    MySQL Replication Finalizado left

    ...Linux/Redhat), and are looking to expand our setup to offer fail-over and load balancing on a second server.? We would like to set them up so they maintain certain tables in sync using replication. If one server fails, the other server should temporarily become the master. The idea is to keep our mysql-driven web sites running on multiple servers. The existing servers are currently kept in sync with rsync for backup reasons. We are running mysql 3.23 on the master server, but the second server does not have mysql installed yet (you will be asked to do this). We are open to running mysql 4.0 series if it does not change our existing apps too much. We have been looking at as a possible solution, but we need the coder to evaluate it and make sure it works. We

    €158 (Avg Bid)
    €158 Oferta promedio
    1 ofertas
    Remote Backup Finalizado left

    ...allow our clients to remotely backup onto our servers. The utility has to be a graphical windows application with an extremely user friendly interface(check out: for something similar to what we want). The user will be able to remotely backup local files, as well as network files(shares). The utility must also be capable of scheduling backups. We would like the system to use rsync to backup files. The system should be something very similar to Sync2NAS(<>). Clients should be able to select full backups or incremental. We will definately look into adding encryption features(utilizing openssl) in the near future. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work

    €429 (Avg Bid)
    €429 Oferta promedio
    12 ofertas
    Port of RSync to C# Finalizado left

    I want Rsync ported to Microsoft C#. The program should be fully compatible with the current Rsync 2.5.6 release which means a client running the C# rsync must be able to work with the Rsync server processes running on a Linux server and a Linux Rsync client should be able to work with the C# Rsync server processes. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Installation package that will install the software (in ready-to-run condition) on the platform(s) specified in this bid request. 3) Complete ownership and distribution copyrights to all work purchased. ## Platform Microsoft .NET

    €659 (Avg Bid)
    €659 Oferta promedio
    4 ofertas
    78232 Command from web Finalizado left

    I used to run a command in ssh. This command must run as root. It's a rsync command. But I want to make a script, so it will show a button on a web page, when I press that button, that command will run and print the result. Be aware that the command must be run as root.

    €5 (Avg Bid)
    €5 Oferta promedio
    1 ofertas
    WinRsync Finalizado left

    Essentially a backup restore package. Rsync is an open source file sync/backup utility which has been released under the GPL. We require a Windows front end to simplify the use of setting up a client making full use of all of the command line switches available on rsync. This will be required to use the transport ssh. All of the programs required (rsync and ssh) are available to download as compiled executables which run under the cygwin envioroment. Becuase it must be run over ssh - the ability to enter username and password and to generate RSA keys must be available in the front end - again ssh_keygen is available to generate the keys - then the program must be able to upload the pulic key to the rsync server (probably using rsync itself) to enable aut...

    €309 (Avg Bid)
    €309 Oferta promedio
    5 ofertas

    ...It is running Cobalt Linux 6.0 and Apache 1.3.12. It currently has 2 active virtual hosts, with more coming on line. Box B is running Redhat Linux 7.2 and Apache 1.3.20. What is needed: 1.) Apache configuration file on Box B to mirror the VitualHosts of Box A. 2.) DocumentRoot directory structure on Box B to mirror Box A. (These first two are being done by myself but will require checking) 3.) Rsync installation on both boxes and daemons started. 4.) Hourly crontabs started from each machine to reflect changes (non-destructive, of course!) in DocumentRoot(s) in the other, offset by 1/2 hour to each other. 5.) DNS/BIND services started on both boxes and implemented where Box A would be Primary Name Server for half of the virtual hosts and Secondary for rest, and Box B would hand...

    €89 (Avg Bid)
    Destacado
    €89 Oferta promedio
    1 ofertas