rsync can copy files locally, over ssh or rsh remote shell services, or with a remote rsync daemon. Files can be incrementally updated and rsync provides for file-size and last-modified time update checks. rsync runs on POSIX systems including Linux, BSD, Unix, and Windows (via Cygwin).

learn more… | top users | synonyms

0
votes
0answers
9 views

Adding folder name as paramter to Rsync command in shell script is adding \#015

How can I build the rysnc command dynamically in shell script? When I use the script below, the folder name is coming incorrectly. ie: \#015 is adding to the end of the folder name like ...
0
votes
1answer
14 views

Cross-compiling rsync on OS X 10.8 (64bit) to 10.7 (32bit)

I need get rsync binary with -iconv parameter (>v3.0.0) to OS X Lion (10.7.5) what doesn't have Xcode installed. (The default rsync on OS X is only archaic v2.6.9) How to compile it from the sources ...
1
vote
2answers
25 views

Sending output of 2 rsync commands in a bash script

I'm using an existing bash script and want to send the output of 2 rsync commmands so that it is passed to a variable which will then be used later, See below, rfiles=$(rsync -rvlpogt /svntags/tags/ ...
0
votes
3answers
50 views

Show only file names using rsync --recursive on Python?

I am using rsync recursive to all the files in that directory (including all the files the sub-directories too): rathi/20090209.02s1.1_sequence.txt rathi/20090209.02s1.2_sequence.txt ...
0
votes
1answer
16 views

Expect scripts need a focused window session to work?

I have the following expect script to sync a local folder with a remote one: #!/usr/bin/expect -f # Expect script to interact with password based commands. It synchronize a local # ...
0
votes
0answers
11 views

How to have a complicated two way sync using rsync preserving deletions [migrated]

I have gone thorough similar questions on stackoverflow but they dont cover the situation that I would like to ask here. I have all my music files on my remote machine. I would like to sync them to ...
0
votes
1answer
16 views

Moving files and folder from one server to another server using sftp or rsync

I bought another server from another web hosting and would like to transfer all files from my current host. I don't use cPanel on the new server so I would like to use either sftp or rsync. My ...
0
votes
0answers
16 views

rsync in a bash script appears to work, but the files aren't updated on destination server [migrated]

I've got a server where I do my web development and testing, and I have a bunch of frontend servers that sit behind a load balancer. I wrote a simple bash script to rsync a directory on my dev server ...
-1
votes
0answers
5 views

rsync options to exclude deletes [migrated]

I backup my files from my desktop to my FreeNAS box with rsync. Here is the command I use: rsync.exe -v -rlt -z --chmod=a=rw,Da+x --delete --exclude="Torrents/Downloads" --exclude="Torrents/Watch" ...
0
votes
0answers
29 views

after the first time running of rsync just need to rename destination directory

Look at this mv backup.3 backup.tmp mv backup.2 backup.3 mv backup.1 backup.2 mv backup.0 backup.1 mv backup.tmp backup.0 cp -al backup.1/. backup.0 rsync -a --delete source_directory/ backup.0/ ...
1
vote
0answers
10 views

Issue with rsync: tput warning [migrated]

I am using rsync to copy files from one server to the other and I keep getting this warning: tput: No value for $TERM and no -T specified The command I run is this: rsync -aq ...
0
votes
1answer
94 views

Installing RVM: Synchronization of the local ports tree failed doing rsync

I'm new to Ruby and working with the terminal. I installed the rvm, but I can't seem to be able to install Ruby 1.9.3. The problem seems to be with rsync and synching the ports tree. I have no idea ...
0
votes
0answers
8 views

Looking for a library/binary that allows Rsync to be used within Windows. That does not fall under the GPL

I'm currently looking for a library, or binary that gives the allowance to use Rsync within a windows platform. That is also not under the GPL. My team, and I are currently trying to use a commercial ...
0
votes
2answers
18 views

Adding arguments to options in Rsync

I am developing an application which uses the Rsync. I have added an option for HTTP in rsync code like '-v' for "--verbose". But now I want to make that option to take the arguments. For that in ...
0
votes
2answers
51 views

Syncing static files between Load Balanced EC2 web server Instances on AWS

I am running a Drupal website that is using RDS for the database. I have 2 instances, maybe more in the future, that are load-balanced. For 60-75% of the year the static content will not change. The ...
0
votes
0answers
27 views

Sometimes Rsync fails to copy files from the remote machine

#Bypassing the ssh spawn -noecho /usr/bin/ssh -o 'StrictHostKeyChecking=no' "$user\@$ip"; if { $argc == $total_arguments} { set REMOTEDIR "$remote_dir"; spawn -noecho rsync -r ...
0
votes
0answers
30 views

rsync unknown filter rule [closed]

I am attempting to use rsync to copy the contents of three folders, whose parent directory I have used cd on, to another folder .backups in the same directory, however, I am receiving an error. The ...
0
votes
0answers
17 views

error message “source: Is a directory” in lftp mirror

I am on machine A as user A1, password P1, and have a folder L1. I want to keep it synchronized with a folder L2 for user A2 (P1) on a remote machine B. I know rsync cannot work over ftp, and I ...
-1
votes
0answers
6 views

rsync: delete folder or directory from source module [migrated]

A server I'm working on has a rsync module "foo". So I can view the available files on it as follows: rsync -rltvz 10.100.100.1::foo receiving incremental file list drwxr-xr-x 20480 2013/05/30 ...
-1
votes
0answers
30 views

Setting up lsyncd on Mac OS X [closed]

I'm currently trying to install lsyncd on Mac OS X Lion, but I'm having a bit of trouble installing it. I'm following a similar post: Compiling lsyncd on Mac OS X (Lion) So far, I've downloaded the ...
0
votes
0answers
13 views

Symlinks are lost after running rsync to sync two directories [migrated]

I have two identically named directories with similar subdirectories and I would like to merge the contents of one into the other. I'm trying to use rsync to do this and I'm finding that symlinks ...
0
votes
0answers
33 views

How can I prevent a directory from being removed in rsync

I am trying to make a script for backing up my home and other important directories to an external drive, while excluding certain directories and filetypes (--exclude). Excluded files need to be ...
0
votes
2answers
32 views

need to know the status of rsync on linux machine

I am syncing my backup server from production server through rsync but now i want to implement the failure notification. When i trying to get status of rsync command it does not give me status =0 on ...
0
votes
0answers
5 views

Can rsync run in breadth-first order?

I am copying a huge directory tree with rsync. It happens that the more important files are in directories closer to the root, but less important files are in directories further down. Would it be ...
0
votes
0answers
6 views

How to validate whether all the files are copied from remote machine? [migrated]

I have used the rsync command to copy files from remote machines. spawn -noecho /usr/bin/ssh -o 'StrictHostKeyChecking=no' "$user\@$ip"; if { $argc == $total_arguments} { set REMOTEDIR "Remote ...
0
votes
1answer
24 views

rsync - transfer only files whose file name starts with today's date

I want to transfer files using rsync to a FTP at the end of every day. My current rsync script: rsync -avz /var/spool/asterisk/monitorDONE/MP3 pbciftp:/home/voicefiles/ftp/`date +%Y.%m.%d` The ...
1
vote
2answers
58 views

Convert .gitignore to rsync merge filter include file? (with sed or awk)

I tried using rsync --filter=':+ .gitignore' (-/exclude works but not include) to no avail. Basically i just want to include the .ignore file in a script and upload everything in it with rsync to ...
-2
votes
1answer
54 views

Python - rsync over ssh [ how to enter password ] [duplicate]

I have a problem with rsync over SSH. I mean the way of entering a password. I can't enter it immediately after entering the line: $ rsync -avz -e ssh remoteuser@remotehost:/remote/dir /this/dir/ ...
1
vote
1answer
38 views

Rsync copies too many directories being executed via bash script

Originally I would like to sync directory (with all files and subdirectories) given in parameter in bash script. I found this post: How can I recursively copy a directory into another and replace ...
0
votes
1answer
77 views

Symfony 2.2.1 rsync deploy - not working on remote server

I'm very new to Symfony and I'm trying to automate the deploy process with rsync, while keeping both the local and remote installs of Symfony working. What I've done so far: installed Cygwin on my ...
0
votes
1answer
26 views

what is the purpose of rsync's -a flag

So ive read the manual searched google, but not enough information on what is really the purpose of this rsync's -a flag the manual says to provide archive. is it the same archive as in tar? i just ...
1
vote
2answers
39 views

Allow Rsync to read file open by python process without python process failing

I am trying to set up a mail log parser that will pull out specific lines into another file, which will then get rsync'd to a remote server. The problem I am having is that when rsync reads the file ...
0
votes
1answer
40 views

rsync to backup one file generated in dynamic folders

I'm trying to backup just one file that is generated by other application in dynamic named folders. for example: parent_folder/ back_01 -> file_blabla.zip (timestam 2013.05.12) back_02 ...
0
votes
1answer
71 views

Rsync ssh file transfer through expect showing error when executed through while loop in bash

My program needs automatic file transfer to many remote systems. So tried using expect for RSYNC SSH file transfer. While I run the .ex file through terminal providing the necessary inputs or through ...
0
votes
0answers
11 views

rsync: Can it transfer files ignoring size (comparing only timestamp and name)? [migrated]

Can rsync compare/copy based on mod date and filename alone, ignoring file size? Context: I'm trying to implement a two-stage backup using rsync. The first stage is onsite, and I have a bash rsync ...
1
vote
0answers
13 views

Rsync not terminating when giving timeout

we are trying to setup timeout limit for rsync data transfer, below is the command executing: rsync --bwlimit=10 --timeout=10 -e ssh -avzr --delete /u01/Oracle/SyncScriptFolder/source ...
0
votes
0answers
54 views

rsync through ssh tunnel

I want to rsync to a cluster node to which I usually connect passing through another system: Say I connect first to ssh user@bridge and from there to ssh user@clusternode Now I want to ...
0
votes
1answer
53 views

How to rsync only a specific list of files?

I've about 50 or so files in various sub-directories that I'd like to push to a remote server. I figured rsync would be able to do this for me using the --include-from option. Without the ...
0
votes
0answers
14 views

Rsync error with shared host

I'm getting the rsync protocol data stream error (12) when trying to deploy a site using Phing to a shared host (Site5). Interestingly, when I set dryrun="true" in the sync task, it works, but I ...
0
votes
0answers
18 views

Rsync library required for sync

I am looking at making a synchronisation application in Xcode for osx. However I am unable to find any development documentation for any kind of sync library. Is there a way I can use rsync? Can I ...
1
vote
0answers
62 views

rsync executed from java returns with file not found error

I am trying to execute a rsync command (atm testing locally) using Apache Commons Exec library and I get an error message, while executing the same command in terminal shows no problems. This is the ...
0
votes
2answers
46 views

Resuming rsync partial (-P/--partial) on a interrupted transfer

I am trying to backup my file server to a remove file server using rsync. Rsync is not successfully resuming when a transfer is interrupted. I used the partial option but rsync doesn't find the file ...
0
votes
0answers
48 views

rsync script doubles the content instead adding it into correct directory, adds question mark into the directory name

I am not sure what could have gone wrong with my rsync script I use to beckup data from one server to another. The issue is that when the script is run by cron, it creates an additional directory, for ...
1
vote
0answers
25 views

Making checks before rsyncing external drive on OSX

I have the following issue on OSX though I guess this could equally be filed under bash. I have several encrypted portable drives that I use to sync an offsite data store or as an on-the-go data store ...
0
votes
0answers
42 views

Issues with rsync binary in Ruby script

I'm writing a script that will utilize rsync to push from a master sever to several child nodes. I won't bore you with most of my script (though in my Ruby infancy I'm especially proud of it), but I'm ...
1
vote
0answers
43 views

rsync over ssh - using channel created by Paramiko in Python

I would like to get files from a remote machine using rsync and SSH (from within a Python program). How do you start a local instance of rsync and introduce it to the SSH channel I have opened with ...
0
votes
1answer
44 views

rsync in bash not parsing php-generated --exclude-from file

My rsync bash script isn't parsing my --exclude-from file that's generated via php, but it will if I manually create (as root) the same exact file locally. I've got a web interface on a Xubuntu 12.10 ...
0
votes
1answer
47 views

Compressing multiple cpanel account into separate .tar.gz files

My WHM does incremental backup to a remote server. My question is how can compress the directories into separate file and move to a different folder. For example main_dir ---account1 ---account2 ...
2
votes
3answers
118 views

Mirror folder from remote server in pure PHP

I want to keep a folder on one machine in sync with a folder on another. This is for a WordPress deployment plugin so I can't rely on rsync or other commands being present on either machine. PHP and a ...
0
votes
0answers
23 views

Rsync: Combining '--files-from' and '--exclude' does not work

I do my backups with rsync and used the option "--files-from" to define a list of directories that should be synced. Right now, I am planning to extend the command by the '--exclude' option, but it ...

1 2 3 4 5 14