projects
/
outofuni
/
backup.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1e6ba0
)
hard link instead of cp -r
master
author
hackbard
<hackbard@hackdaworld.org>
Sun, 30 Jan 2022 21:59:04 +0000
(22:59 +0100)
committer
hackbard
<hackbard@hackdaworld.org>
Sun, 30 Jan 2022 21:59:04 +0000
(22:59 +0100)
bin/backup
patch
|
blob
|
history
diff --git
a/bin/backup
b/bin/backup
index 9c636586325df516011e78e9c75fbdc04fec13d3..540cd998e383c6d4e15240fccf5286ce7a1e9704 100755
(executable)
--- a/
bin/backup
+++ b/
bin/backup
@@
-133,7
+133,7
@@
done
if [ ! -d $cbd ]; then
if [ ! -z "$lpb" ]; then
- cp -
r
$lpb $cbd
+ cp -
al
$lpb $cbd
log starting backup $today from $lpb ...
else
mkdir -p $cbd