pax hinzugefuegt, verbose ueberprueft, getestet

This commit is contained in:
Nico Schottelius 2006-04-25 14:26:13 +02:00
parent 63cbbb4abf
commit 5abd4678b0
2 changed files with 10 additions and 1 deletions

View File

@ -356,7 +356,7 @@ while [ "$i" -lt "$no_shares" ]; do
if [ "$last_dir" ]; then
echo "$(date) Hard linking..."
cd "$last_dir"
pax -r -w -l $VVERBOSE . "../$destination_dir"
pax -rwl -p e $VVERBOSE . "../$destination_dir"
# old, gnu cp specific
# cp -al $VVERBOSE "$last_dir" "$destination_dir"
fi

View File

@ -8,6 +8,8 @@
- german doc?
- exit pre/post exec -> error codes (after implementation!) (in 0.4)
- write about fast changing fs
- write about CHANGED BEHAVIOUR of PRE/POST-EXEC
- write about PAX!
- write mkccollectconfig
o create source configuration
o another script for changing defaults
@ -40,3 +42,10 @@ DONE
- implement pre- and post-exec commands
o For the general backup process
o source specific
testen, ob : im dateinamen..., wenn ja, raus damit!
Aenderungen aufschreiben
pax einpflegen