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

  • Home
  • SEARCH
  • 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 854767
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T07:58:37+00:00 2026-05-15T07:58:37+00:00

Server 1 is connected to Server 2 via SSH. We know this: I can

  • 0

Server 1 is connected to Server 2 via SSH.

We know this:
I can execute a command such as

” ssh server2 “cp -rv /var/www /tmp” “

which will copy the entire /var/www dir to /tmp. However inside of /var/www we have the following structure(sample LS output below)

$ ls

/web1
/web2
/web3
file1.php
file2.php
file3.php

How can I execute a cp command that will exclude /web1, /web3, file1.php and file3.php (obviously just copying web2 and file2 is not an option since there are significantly more files than just 6)

Note: I am using this to backup Server2 prior to RSYNCing from Server1.

  • 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-15T07:58:38+00:00Added an answer on May 15, 2026 at 7:58 am

    The first two poster’s both have good suggestions about rsync. Here’s a more complete outline of the process.

    (1) You want to backup server 2 before you sync from server 1, so let’s do that with rsync. Here’s the command as seen from server 1 (assuming it has access to server 2):

    ssh user@server2 "rsync $RSYNC_OPTS /var/www/ /path/to/backup"
    

    (2) With server 2 backed up, let’s now sync from server 1 (again, as seen from server 1)

    rsync $RSYNC_OPTS /path/to/www/ user@server2:/var/www/
    

    As long as you use sane RSYNC_OPTS, the backup and sync should both be reasonable. Richard had a reasonable suggestion for the options:

    RSYNC_OPTS="--exclude-from rsync-exclude.txt --stats -avz --numeric-ids -e ssh"
    

    If you want an accurate reproduction, I’d recommend --delete or --delete-after as well. Be sure to lookup details on any options you’re unfamiliar with.

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

Sidebar

Ask A Question

Stats

  • Questions 418k
  • Answers 418k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer hopes this code can explain it to you... html <div>… May 15, 2026 at 9:54 am
  • Editorial Team
    Editorial Team added an answer Have a NSView-subclass that represents an oval (say JBOval) that… May 15, 2026 at 9:54 am
  • Editorial Team
    Editorial Team added an answer I don't personally think it too surprising to see what… May 15, 2026 at 9:54 am

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.