Fedora Linux Support Community & Resources Center
  #1  
Old 15th October 2007, 04:40 PM
thesun Offline
Registered User
 
Join Date: Jun 2004
Posts: 518
Rsync woes

I'm hoping an Rsync guru can help me out with what is hopefully a simple problem. I have a relatively full hard disk (160GB at 98% full or so) and have been trying to use Rsync to copy the entire contents of my home directory to a second (slave) disk, which is huge (500GB). Midway through the procedure I always get a write error saying that the disk is full. I'm assuming it's the one that's 98%...and that a temp file or something is being created as the copying goes on, and that it gets too big, and then the process fails.

Anything I can do to prevent this? Or am I forced to rsync in pieces, directory by directory, or something like that?

My rsync command line looks like this:

rsync -avz --exclude=*.rpm --exclude=*.gz --exclude=*.tar --exclude=/.* --include=/.kde /home/myhomedir/ /mnt/big500GBdrive/backups/mybackup/

Thanks for any and all help.

Last edited by thesun; 15th October 2007 at 04:43 PM.
Reply With Quote
  #2  
Old 15th October 2007, 07:13 PM
danwaineo's Avatar
danwaineo Offline
Registered User
 
Join Date: Nov 2005
Location: Portland, OR
Posts: 243
Why are you using rsync? It's not very efficient for just coping a bunch of files. I'd try to just copy them over. I'm not sure, but something like this should do it:
Code:
cp -a /home/myhomedir /mnt/big500GBdrive/backups/mybackup
it would probably be best to use tar, but I'm not sure of the of the protocol. Maybe something like this?:

Code:
tar -zcvf /home/myhomedir /mnt/big500GBdrive/backups/mybackup.tgz
Reply With Quote
Reply

Tags
rsync, woes

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Best Rsync GUI marisdembovskis Servers & Networking 8 22nd June 2011 03:50 AM
How to use rsync? SeRi@lDiE Using Fedora 4 3rd January 2007 05:34 AM
rsync ieuuk Using Fedora 2 8th January 2006 10:06 AM
rsync help leaded Using Fedora 1 3rd November 2005 03:03 AM


Current GMT-time: 09:21 (Wednesday, 22-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat