Displaying 4 results from an estimated 4 matches for "fluorine".
2007 Oct 15
0
3.0.0pre2: bookend breakage (2 different errors)
...nks --no-motd \
--numeric-ids --sparse --verbose \
--link-dest $BACKUPPATH/hydrogen/monday/ \
--link-dest $BACKUPPATH/helium/monday/ \
--link-dest $BACKUPPATH/lithium/monday/ \
--link-dest $BACKUPPATH/beryllium/monday/ \
--link-dest $BACKUPPATH/oxygen/monday/ \
--link-dest $BACKUPPATH/fluorine/sunday/ \
--password-file $BACKUPPATH/fluorine/$BACKUPPASSWORDFILE \
--temp-dir $BACKUPPATH/fluorine/ \
rsync://$BACKUPUSER@fluorine:$BACKUPPORT/$BACKUPMODULE/ \
$BACKUPPATH/fluorine/monday/ \
&> $BACKUPPATH/fluorine/monday.log
# Background
I do rotating backups of the entire '...
2007 Oct 18
1
3.0.0pre2(cvs) error: check_for_finished_files: Assertion `flist != ((void *)0)' failed.
...--numeric-ids --sparse --verbose \
--link-dest $BACKUPPATH/hydrogen/wednesday/ \
--link-dest $BACKUPPATH/helium/wednesday/ \
--link-dest $BACKUPPATH/lithium/wednesday/ \
--link-dest $BACKUPPATH/beryllium/wednesday/ \
--link-dest $BACKUPPATH/oxygen/wednesday/ \
--link-dest $BACKUPPATH/fluorine/tuesday/ \
--password-file $BACKUPPATH/fluorine/$BACKUPPASSWORDFILE \
--temp-dir $BACKUPPATH/fluorine/ \
rsync://$BACKUPUSER@fluorine:$BACKUPPORT/$BACKUPMODULE/ \
$BACKUPPATH/fluorine/wednesday/ \
&> $BACKUPPATH/fluorine/wednesday.log
To reproduce the error, all I have to do is ...
2007 Oct 16
3
To inc_recurse or not to inc_recurse? [Re: 3.0.0pre2: bookend breakage (2 different errors)]
...ync.c(273) [receiver=3.0.0pre2]
> rsync: connection unexpectedly closed (21 bytes received so far) [generator]
> rsync error: error in rsync protocol data stream (code 12) at io.c(596) [generator=3.0.0pre2]
>
> # Sample commands, obfuscated to protect the guilty
> cp -alf $BACKUPPATH/fluorine/sunday/. $BACKUPPATH/fluorine/monday/
> rsync [...] --delete-after [...]
> rsync://$BACKUPUSER@fluorine:$BACKUPPORT/$BACKUPMODULE/ \
> $BACKUPPATH/fluorine/monday/ [...]
This is the same problem I ran into with --detect-renamed: the client
disables incremental recursion because of --d...
2007 Oct 12
1
3.0.0pre2: non-recursive remote listing breakage
...ething else.
I noticed this when listing module/directory contents on servers known
to be running versions 2.5.7 & 2.6.3. Not having (full) access to them,
I replicated the errors using 2 machines on my home lan.
# the machines
lithium.elements.lan: the client. rsync 3.0.0pre2 for all tests.
fluorine.elements.lan: the server with slack mirror mockup. All rsync
versions from 2.6.9 back to 2.5.5 (to cover all the bases).
# the test
rsync rsync://fluorine.elements.lan/slackware/
# the results
(2.6.9 to 2.6.4)
motd & module contents displayed as expected.
(2.6.3, as seen on lithium)
<sn...