print some info
This commit is contained in:
parent
bfa0510c97
commit
6f6b165a4a
@ -43,7 +43,9 @@ findPath server path = do
|
|||||||
backup :: String -> String -> Segment ()
|
backup :: String -> String -> Segment ()
|
||||||
backup server name = do
|
backup server name = do
|
||||||
path <- findPath server (name </> "latest")
|
path <- findPath server (name </> "latest")
|
||||||
|
echo "indexing" name
|
||||||
proc "bup" ("index" : path : "--exclude-rx" : excluded)
|
proc "bup" ("index" : path : "--exclude-rx" : excluded)
|
||||||
|
echo "saving" name
|
||||||
bup "save" "-r" server "-n" name path
|
bup "save" "-r" server "-n" name path
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user