networking-forum.com
Community BlogCommunity Wiki * Register  * Search  * Login
View unanswered postsView active topics

All times are UTC - 6 hours [ DST ]



Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: Rsync On CentOS 5.6
PostPosted: Fri Sep 09, 2011 3:42 pm 
Offline
Site Admin
Site Admin
User avatar

Joined: Mon Dec 06, 2004 6:46 pm
Posts: 10312
Location: McKinney, TX
Certs: CCNA
Comments for Rsync On CentOS 5.6.

_________________
Find networking-forum.com on Facebook, LinkedIn, Twitter, Google+,or subscribe to the site's RSS feeds.


Top
 Profile  
 
 Post subject: Re: Rsync On CentOS 5.6
PostPosted: Sat Sep 10, 2011 12:04 pm 
Offline
New Member
New Member

Joined: Wed May 21, 2008 7:35 am
Posts: 21
Location: California USA
Code:
#source_subdir# rsync -vaH --delete-delay --partial --stats --numeric-ids --inplace --archive 
--compress --fileflags --hard-links --one-file-system [--bwlimit=2000 ] .  ( == heredot==source)   
/destination

That one, if it works better than the rsync one is currently using, and run for each filesystem shown by "df", has worked famously here several years so far... the bwlimit limits speed (a full rsync may run at 9000) to
enable the system to normally operate, if one is browsing, running a server, etc...; and runs an
incremental backup if the second, third time etc. (One might run a partial test of the full rsync command
from a deeper subdirectory in the source if modifying the /[destination] target accordingly).
....


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC - 6 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group