
Commands
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.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
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)
Daddy, I found it!, 15 Awesome Linux Find Command Examples (Part2)
Mommy, I found it! — 15 Practical Linux Find Command Examples
In it's simplest use the find command searches for files in the current directory and its subdirectories: $ find . ./tp1301.txt .

