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 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

Related Questions

OK I am connected to a server via SSH, I run the command: hg
I can connect to my SQL Server database via sqlcmd from a DOS command
I've tried parsing a list of users currently connected via SSH to a server,
I have connected to a server via SFTP using FileZilla and accepted adding the
SSMS 2008 doesn't have SQL Intellisense when connected to SQL Server 2005! I know
I have authenticated a server using authorized_keys push so I could run command ssh
How can I execute an SQL command through a shell script so that I
I have a remote server I manage via command line on Snow Leopard. I
I connect to my remote server via ssh. Then I start my node.js app
I connect to the linux server via putty SSH. I tried to run it

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.