The Design Company.

You can change this area in header.php

Special Sidebar

You can add any content in this area by go to
Admin->Design->Widgets->Sidebar4

Archive for March 17th, 2008

Linux Resources

Major Distros

DistroWatch
PCLos
Mandriva
Red Hat
Fedora
Ubuntu
Knoppix
Debian
SUSE
Gentoo
Slackware
Damn Small Linux
Mepis
VectorLinux
Lindows

Pre-installed Linux computers:

Seascape.us
Ibexpc.com
System76.com
Magiansystems.com
Linuxcomputersystems.com
Linuxcertified.com
Penguincomputing.com
Emperorlinux.com
Damnsmalllinux ( Mini ITX )
Axiomtech.co.uk ( UK )
Dnuk.com ( UK )
Xtops.de ( Germany )
MandrivaStore ( France )
Linux-service.be ( Belgium )
Dell+Ubuntu and Dell/Linux-info
lxer.com ( A large list of addresses )

Linux News:

Linux Pipeline
Linux.com
Newsforge
Slashdot
Linux Today
Tux.org
Just Linux
Freshmeat (software)
Think Geek
OS news
LWN.net
Kuro5hin
PCBurn
Back issues Penguin Shell
TuxMagazine
Linuxgazette.net ( Online Linux Magazine )

Best mirrors:

Ibiblio
NLuug
UTwente

Bittorrent Downloads:
The Linux Mirror Project
Linux ISO torrent

Icons:

Art Gnome.org
Gentoo Icons
DigitalGarage
Tux ‘n Tosh
KDE-Look.org

Data transfer using rsync command

Transfer Data using Command rsync

hat is rsync?
rsync is a software application for Unix systems which coordinate files and directories from one location to another and at the same time minimize data transfer using delta encoding when applicable.
How to transfer data with rsync;
To take back up or transfer data of one or more folder here are the step by which you can do it using command rsync. A folder of which you want to take back up is called as source directory and folder where you are taking the backup is called as destination folder.
Let’s imagine that you have two folders. First one is backup_source and another is backup_destination.
backup_source is a folder of which you have to take backup into folder backup_destination.
run the simple command to accomplish the task.
rsync -ave backup_source/ backup_destination/
This is simple way from which you can take backup.
Now let us comprehend the options use in command
1)-a, –archive archive mode; same as -rlptgoD (no -H)
In place of using several options like -rlptgoD, you can use just a option which is equivalent to the said options.
-r, –recursive recurse into directories
-l, –links copy symlinks as symlinks
-p, –perms preserve permissions
-t, –times preserve times
-g, –group preserve group
-o, –owner preserve owner (super-user only)
-D same as –devices –specials
2)-v, –verbose increase verbosity
3)-e, –rsh=COMMAND specify the remote shell to use
Use the following command especially if you want to take backup from an additional machine over secure shell.
rsync -ave ssh username@anothermachine/backup_source/ backup_destination

Proudly Hosted by BODHost Ltd

VPS Hosting