Skip to Content
Linux Desktop Hacks
book

Linux Desktop Hacks

by Nicholas Petreley, Jono Bacon
March 2005
Beginner to intermediate
342 pages
15h 55m
English
O'Reilly Media, Inc.
Content preview from Linux Desktop Hacks
252
|
Chapter 9, Administration and Automation
#83 Make Network Backups
HACK
perform a series of network backups that simply copy files from one
machine on the network to another.
Simple Single-Shot Backup
If you want to do a simple full backup of a directory, you can do it with a
single command by using secure copy (
scp). This little tool lets you copy a
number of files from one computer to another in a secure encrypted form.
One of the major benefits of
scp is that you can copy files across the Inter-
net; you are not limited just to computers on your local network. To use
scp,
you need to have the Secure SHell (SSH) daemon running on the machine
you are copying to and have the
scp program (which is part of the SSH pack-
age) on the computer you are copying from.
To get started, you can copy a directory full of work from your machine
martin to a machine called simon (if your hostnames are not resolvable, use
their IP addresses). You can do this with the following command:
foo@martin:~$ scp -r importantwork simon:/home/alan
This command uses scp to recursively (-r) copy the files within the
importantwork directory to the host
simon and into the /home/alan direc-
tory. Once you have entered the command, you see a status bar for each file
as it is transferred. This gives you a visual indication of the copy’s progress.
Elaborate Backups Using rsync
Using scp for backing up a configuration has a few inherent ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

Linux Multimedia Hacks

Linux Multimedia Hacks

Kyle Rankin
Linux Server Hacks, Volume Two

Linux Server Hacks, Volume Two

William von Hagen, Brian K. Jones
CentOS Quick Start Guide

CentOS Quick Start Guide

Shiwang Kalkhanda

Publisher Resources

ISBN: 0596009119Catalog PageErrata