[Bug 301394] Re: rsync produces wrong backup of $HOME/.wapi/shared_fileshare-$HOST-Linux-i686-36-11-0
Serge Hallyn
301394 at bugs.launchpad.net
Thu Mar 6 04:51:38 UTC 2014
Please reply if this is still an issue on a supported release.
** Changed in: rsync (Ubuntu)
Status: New => Invalid
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to rsync in Ubuntu.
https://bugs.launchpad.net/bugs/301394
Title:
rsync produces wrong backup of $HOME/.wapi/shared_fileshare-$HOST-
Linux-i686-36-11-0
Status in “rsync” package in Ubuntu:
Invalid
Bug description:
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]...
[USER@]HOST:SRC [DEST]
full rsync command line is created by:
SOURCE="/home/xxx"
TARGET="xxx at xxx.ath.cx:/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
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rsync/+bug/301394/+subscriptions
More information about the foundations-bugs
mailing list