rsync Questions
4
Solved
I have a repository on my local system and am testing my changes on a remote server. I am using VSCode for development. I want that on every save, rsync should run in background and sync the change...
Nick asked 8/12, 2020 at 17:24
3
I have just attempted to copy some files to a remote host using rsync, and after doing that I can no longer SSH into the remote host.
The command I used was:
rsync -av /foo/bar/ user@remotehost:....
6
Solved
I want to send files from Jenkins to to my instance in Google Compute engine instance I added a build in my config in jenkins :
rsync -vrzhe "ssh -i /var/lib/jenkins/.ssh/google_compute_engine -o ...
Imprest asked 9/1, 2015 at 9:33
4
I am trying to use grsync (A GUI for rsync) for Windows to run backups. In the directory that I am backing up there are many larger files that are updated periodically. I would like to be able to s...
5
I am trying to sync a local path to another drive using Git Bash in Windows 7. I downloaded cwRsync and copied the files over to my Git bash bin directory. I can run rsync but the following command...
10
I tried to connect flutter project to my iPhone, but suddenly this error showed up after adding Google AdMob. I've already tried keychain solution(Xcode 10.2.1 Command PhaseScriptExecution failed ...
6
Solved
I want to setup a cron job to rsync a remote system to a backup partition, something like:
bash -c 'rsync -avz --delete --exclude=proc --exclude=sys root@remote1:/ /mnt/remote1/'
I would like to...
Darindaring asked 26/8, 2008 at 3:37
10
Solved
What is the simplest way to remove a trailing slash from each parameter in the '$@' array, so that rsync copies the directories by name?
rsync -a --exclude='*~' "$@" "$dir"
The title has been ...
Fewness asked 26/1, 2012 at 13:24
9
I have a web server (odin) and a backup server (jofur). On jofur, I can run the following code to rsync my web directories (via key authentication) from odin to jofur:
rsync -avz -e ssh [email...
12
Solved
I'm trying to rsync data from one ubuntu box to another, but whenever I try to run the command, I get the error,
error in rsync protocol data stream (code 12) at io.c(605) [Receiver=3.0.9]
I've ...
3
I am trying to use rsync to complete an unfinished transfer from a remote server to a local machine using
rsync -a [email protected]:~/source/ /dest/
where /dest/ is the location of the par...
13
Solved
I'm getting a confusing error from rsync and the initial things I'm finding from web searches (as well as all the usual chmod'ing) are not solving it:
rsync: failed to set times on "/foo/bar": Ope...
Roche asked 20/3, 2009 at 21:1
5
Solved
I am trying to do something along the same lines as what is asked in this question: How do I synchronize in both directions?
However, what I can't figure out is whether or not I should add slashes ...
12
We need to transfer 15TB of data from one server to another as fast as we can. We're currently using rsync but we're only getting speeds of around 150Mb/s, when our network is capable of 900+Mb/s (...
Quintonquintuple asked 5/6, 2014 at 11:5
8
Solved
As you can see in the title I try to sync a folder with a list of files. I hoped that this command would delete all files in dest/ that are not on the list, but it didn't.
So I searched a little b...
Mersey asked 28/11, 2009 at 22:1
4
Solved
I would like rsync to exclude all directories that contain a file with a specific name, say ".rsync-exclude", independent of the contents of the ".rsync-exclude" file.
If the file ".rsync-exclude"...
Premarital asked 16/7, 2013 at 16:24
3
Solved
Using rsync, how can I rename files when copying with the --files-from argument? I have about 190,000 files, each of which need to be renamed when copying from source to destination. I plan to have...
5
Solved
File foo.txt exists on the remote machine at: /home/user/foo.txt
It doesn't exist on the local machine.
I want to delete foo.txt using rsync.
I do not know (and assume for the purposes of this q...
Oidium asked 2/2, 2009 at 22:45
3
Solved
I have been using Git for Windows on my Windows 10 box. I use bash and other command line tools that come with it. I need rsync, but found it doesn't come with this package. I googled and found a m...
3
I'm trying to publish local files on a mac to my server using rsync and a makefile.
When running the make command i get the following error:
rsync: Failed to exec ssh: No such file or directory ...
9
I've been wanting to write a python script that would run several instances of rsync in sequence for backing up data to a different computer.
At the moment I just have this text file with the comm...
Mash asked 1/11, 2009 at 16:36
4
Solved
I tried to back up data from my macbook to an external hard drive - formatted with exFat (bacause of the Windows and Linux/Mac compatibility).
With Automator I will create a little Program, to ba...
Divebomb asked 20/9, 2015 at 18:14
14
For the past few years, I have been using an rsync one-liner to back up important folders on my Mac Mini desktop (OSX 10.9, 2.5 GHz i5, 4 GB RAM) to a FreeNAS box (0.7.2 Sabanda revision 5266, Pent...
13
Solved
I would like to rsync from local computer to server. On a directory that does not exist, and I want rsync to create that directory on the server first.
How can I do that?
Acropetal asked 28/10, 2009 at 12:16
0
I want to have my ssh|scp|rsync completion in zsh to only show me the the hosts defined in my .ssh/config file. I also want to avoid the autocompletion to show me any host or hostname with dots. I ...
Obau asked 10/3, 2023 at 11:9
1 Next >
© 2022 - 2025 — McMap. All rights reserved.