hi i try to backup some dir of my hd i had an old script... but i lost it... i tried to create a new one, without success include.txt + .kde/ + .kde/share/ + .kde/share/apps/ + .kde/share/apps/kmail/*** + .kde/share/apps/kwallet/*** - .** exclude.txt rpm/ mp3/ Download/ .* my backup script: #!/bin/sh # directory to backup BDIR=/home/$USER #destination DEST=/dev/sr0 # excludes file EXCLUDES=/home/$USER/bin/exclude.txt #include file INCLUDES=/home/$USER/bin/include.txt #rsync -a -r -v --delete --exclude-from=exclude.txt /home/test /tmp/ rsync -a -r -v --delete --prune-empty-dirs --exclude-from=$EXCLUDES --include- from=$INCLUDES $BDIR $DEST the file in the include.txt is not there any idea?
On Sat, 2010-02-20 at 21:19 -0500, Marc Collin wrote:> rsync -a -r -v --delete --prune-empty-dirs --exclude-from=$EXCLUDES --include- > from=$INCLUDES $BDIR $DEST > > the file in the include.txt is not there > > any idea?The answer is the same as last time: http://lists.samba.org/archive/rsync/2006-April/015262.html -- Matt
Hi all, I tried to use Rsync for real-time file synchronization,but it was very slow for comparing complex folders structure contains huge number of small files. Is ther any Options should be configured ion Raync to achive the above. Thanks in advance. Best Regards Anas Matar _________________________________________________________________ Hotmail: Powerful Free email with security by Microsoft. https://signup.live.com/signup.aspx?id=60969 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.samba.org/pipermail/rsync/attachments/20100221/298e369b/attachment.html>