This is a discussion on Moving to larger disk within the Gentoo Linux Support forums, part of the Unix Operating Systems category; --> Ben O'Brien enlightened us with: > rsync -avre ssh --progress --stats --link-dest=${SNAPSHOT[1]} > $SNAPSHOT_TARGET ${SNAPSHOT[0]} I didn't know --link-dest, ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Ben O'Brien enlightened us with: > rsync -avre ssh --progress --stats --link-dest=${SNAPSHOT[1]} > $SNAPSHOT_TARGET ${SNAPSHOT[0]} I didn't know --link-dest, awesome option! Sybren -- The problem with the world is stupidity. Not saying there should be a capital punishment for stupidity, but why don't we just take the safety labels off of everything and let the problem solve itself? |
| ||||
| Sybren Stuvel wrote: > Ben O'Brien enlightened us with: > >>rsync -avre ssh --progress --stats --link-dest=${SNAPSHOT[1]} >>$SNAPSHOT_TARGET ${SNAPSHOT[0]} > > > I didn't know --link-dest, awesome option! > > Sybren Yep, they added it relatively recently. Good stuff. Ben |