Groups | Search | Server Info | Login | Register
Groups > uk.comp.os.linux > #23800
| From | Dan Purgert <dan@djph.net> |
|---|---|
| Newsgroups | alt.os.linux, uk.comp.os.linux |
| Subject | Re: rsync Question |
| Date | 2025-10-21 13:49 +0000 |
| Organization | A noiseless patient Spider |
| Message-ID | <slrn10ff3qd.2p7.dan@djph.net> (permalink) |
| References | <10d80d9$3tola$1@dont-email.me> |
Cross-posted to 2 groups.
On 2025-10-21, Java Jive wrote: > Having made a slight cock-up, I want to use rsync to move all the files > that exist on one server but not the other into a separate heirarchy. > > More fully: > > I have two identical servers, the second of which rsyncs itself from the > other overnight. This morning, due to an oversight, I put a load of > files into a directory structure that were intended to go into a > subfolder of it. What I want to do is rsync from the second server to > the first and move files that only exist on the first into a directory > tree elsewhere on the server, so that then I can move that extraneous > tree back into the originally intended subfolder. Something like this: rsync doesn't 'move'. *IF* you've already moved the relevant files from /src/wrongdir to /src/correctdir ; then you can rsync with "--delete" to delete those files on /dest/ that are no longer in /src/ (i.e. 'got moved from /src/wrong/ to /src/correct/'). I would definitely do the --dry-run, and read it *very* closely, to make sure the rsync isn't removing more than I expect. -- |_|O|_| |_|_|O| Github: https://github.com/dpurgert |O|O|O| PGP: DDAB 23FB 19FA 7D85 1CC1 E067 6D65 70E5 4CE7 2860
Back to uk.comp.os.linux | Previous | Next — Previous in thread | Next in thread | Find similar
rsync Question Java Jive <java@evij.com.invalid> - 2025-10-21 14:04 +0100
Re: rsync Question Dan Purgert <dan@djph.net> - 2025-10-21 13:49 +0000
Re: rsync Question Java Jive <java@evij.com.invalid> - 2025-10-21 15:35 +0100
Re: rsync Question Dan Purgert <dan@djph.net> - 2025-10-21 15:37 +0000
Re: rsync Question Java Jive <java@evij.com.invalid> - 2025-10-21 17:44 +0100
Re: rsync Question Dan Purgert <dan@djph.net> - 2025-10-21 19:52 +0000
Re: rsync Question Java Jive <java@evij.com.invalid> - 2025-10-22 13:40 +0100
csiph-web