Commands

TwitterFacebook
Get flash to fully experience Pearltrees

How to Backup Linux? 15 rsync Command Examples

rsync stands for remote sync. rsync is used to perform the backup operation in UNIX / Linux. http://www.thegeekstuff.com/2010/09/rsync-command-examples/
Rsync is very powerful tool to take backups, or sync files and directories between two different locations (or servers). You know this already, as we presented you with practical examples on rsync earlier. In a typical backup situation, you might want to exclude one or more files (or directories) from the backup.

6 rsync Examples to Exclude Multiple Files and Directories using exclude-from

http://www.thegeekstuff.com/2011/01/rsync-exclude-files-and-folders/
sed

This article provides practical examples for 50 most frequently used commands in Linux / UNIX. This is not a comprehensive list by any means, but this should give you a jumpstart on some of the common Linux commands. Bookmark this article for your future reference.

50 Most Frequently Used UNIX / Linux Commands (With Examples)

http://www.thegeekstuff.com/2010/11/50-linux-commands/

Daddy, I found it!, 15 Awesome Linux Find Command Examples (Part2)

http://www.thegeekstuff.com/2009/06/15-practical-unix-linux-find-command-examples-part-2/ A while back we reviewed 15 practical find command examples (Part I) . Find command can do lot more than just searching for files based on name. In this article (Part 2), let us discuss 15 advanced examples of find command including — finding files based on the time it is accessed, modified or changed, finding files comparatively, performing operation on found files etc., Ramesh Natarajan: That is my sweet little daughter in that picture.

Mommy, I found it! — 15 Practical Linux Find Command Examples

http://www.thegeekstuff.com/2009/03/15-practical-linux-find-command-examples/ Apart from the basic operation of looking for files under a directory structure, you can also perform several practical operations using find command that will make your command line journey easy.
In it's simplest use the find command searches for files in the current directory and its subdirectories: $ find . ./tp1301.txt .

Using the find command

http://www.linux.ie/newusers/beginners-linux-guide/find.php