search for: backuppath

Displaying 5 results from an estimated 5 matches for "backuppath".

2007 Oct 15
0
3.0.0pre2: bookend breakage (2 different errors)
...ered failed to write 4092 bytes [receiver]: Broken pipe (32) rsync error: error in rsync protocol data stream (code 12) at io.c(1493) [receiver=3.0.0pre2] # Sample command, obfuscated to protect the guilty rsync --archive --hard-links --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...
2007 Oct 18
1
3.0.0pre2(cvs) error: check_for_finished_files: Assertion `flist != ((void *)0)' failed.
...dest, it works. Horribly wasteful of disk/network/time, but it works. So you don't have to chase through various posts, this is the commandline used. # Sample command, obfuscated to protect the guilty rsync --archive --hard-links --no-motd \ --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/$BAC...
2013 Aug 16
4
Restoring deleted files.
Hi, is it possible to Restore files deleted with " rm rf " from ext4 or ext3 filesystem by mistake. Regards Ahmad
2007 Oct 16
3
To inc_recurse or not to inc_recurse? [Re: 3.0.0pre2: bookend breakage (2 different errors)]
...de 2) at rsync.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 becau...
2008 Aug 20
3
How to escape spaces in rsync source and destination paths
This may not be an rsync-specific question, but it is certainly stopping me from moving forward with rsync and I am sure it has a simple solution. I have written a simple shell script to rsync disks attached to a Mac OS X Server 10.4.11 Xserve box at our offices to a similar Mac OS X Server 10.4.11 setup at our colocation facility. The script runs rsync 3.0.3 on the machine at the colocation