Public bug reported:

Binary package hint: rsync

The size of the file $HOME/.wapi/shared_fileshare-$HOST-Linux-i686-36-11-0 is 
only some kb, but the size of the produced backup is more than 1 gb.
This file is frequently changing, because tomboy was running on the source box.

rsync of ubuntu 7.04 (rsync  version 2.6.9  protocol version 29) on
source and target box, rsync runs via rsync [OPTION]... [EMAIL PROTECTED]:SRC
[DEST]

full rsync command line is created by:

SOURCE="/home/xxx"
TARGET="[EMAIL PROTECTED]:/mnt/xxx/bak"
EXCLUDELIST="/opt/scripts/exclude.list"
LOGFILE="/home/xxx/.file.list"
COMPRESSION="--compress-level=9"
BWLIMIT="--bwlimit=45"

rsyncopts="$BWLIMIT --no-whole-file --partial -v -a --stats --delete-
after --fuzzy $COMPRESSION --include=\"mvi*.avi\" --exclude-
from=$EXCLUDELIST -h -h"

time rsync -e 'ssh -p 9876 -i /opt/scripts/id_rsa' $rsyncopts $SOURCE
$TARGET  >> $LOGFILE 2>&1

** Affects: rsync (Ubuntu)
     Importance: Undecided
         Status: New

-- 
rsync produces wrong backup of  
$HOME/.wapi/shared_fileshare-$HOST-Linux-i686-36-11-0
https://bugs.launchpad.net/bugs/301394
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to