mirror of https://tildegit.org/ben/dotfiles
update backupstatus alias
parent
b1bae56eea
commit
7d2fa5f390
|
@ -1,6 +1,5 @@
|
||||||
|
# Defined in /tmp/fish.7MQgge/backupstatus.fish @ line 2
|
||||||
function backupstatus
|
function backupstatus
|
||||||
ssh rsync quota
|
ssh rsync quota
|
||||||
for bkp in (ssh rsync ls)
|
ssh rsync du -sh "*.borg"
|
||||||
ssh rsync du -sh $bkp
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue