Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6328701
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T17:30:25+00:00 2026-05-24T17:30:25+00:00

On my local machine I have several plugins, and on the server I have

  • 0

On my local machine I have several plugins, and on the server I have a few.

Local Machine:

~/wp-content/plugins/plugin1
~/wp-content/plugins/plugin1/includes
~/wp-content/plugins/plugin2
~/wp-content/plugins/plugin3
~/wp-content/plugins/plugin4
~/wp-content/plugins/plugin5

Remote Machine:

~/wp-content/plugins/plugin1
~/wp-content/plugins/plugin1/includes
~/wp-content/plugins/plugin3
~/wp-content/plugins/plugin5

What rsync command can I use to update all the files in the remote directories, but only if they exist? For this I would like to have plugin1, plugin1/includes, plugin3, and plugin5 synced – with all files and directories inside – but not plugin2 or plugin4. Basically, update all of the plugins if they exist with a single rsync command.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T17:30:25+00:00Added an answer on May 24, 2026 at 5:30 pm

    This is not completely possible with only one rsync command. If you only want to update the remote files, but do not want to add new files, you can use this command:

    rsync -rP --existing source/ user@remote:target/
    

    This will not create new files or directories at all, but update differing ones.

    Edit: Maybe you could do something like this (assuming GNU find, if BSD/OS X: replace maxdepth with depth):

    #!/bin/bash
    REMOTE_TARGET_DIR=/some/path
    REMOTE_DIRS=$(ssh user@remote "find $REMOTE_TARGET_DIR -maxdepth 1 -type d -printf '%P\n' | sed 1d"
    for DIR in $REMOTE_DIRS
    do
      rsync -rP "$DIR" "user@remote:$REMOTE_TARGET_DIR/"
    done
    

    Warning: I have not tested this, you might want to add a “-n” to rsync (dry run) to see what happens.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have several sites setup on my local machine - customerappglobal, customerapp and naturaleigh.
I have a text file on my local machine that is generated by a
Background: I have a WCF service deployed on my local machine that in turns
I have the following setup: Code on my local machine (OS X) shared as
I have this membership site setup on my local machine using the ASP.NET membership
I have an XBAP currently published on my local machine, which has an 'About'
I have both Rails 2.3.4 and Rails 3.0.0.beta installed on my local machine. I
I have build a webapplication using ASP.NET MVC and JQuery. On my local machine
I am trying to implement this demo on my local machine. http://bit.ly/4g4o1r I have
I have installed VSTFS on a machine using the local admin. Now the machine

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.