Projet

Général

Profil

Evolution #2136

Mis à jour par Benoît S. il y a environ 7 ans

Add a column size.

Like :

<pre>
root@bar:~# bkctld status
foo ON 2224 4/2 192.0.2.1 12.01GiB
</pre>

We can do it with (for example):

<pre>
# btrfs filesystem df /backup/jails/foo/ /backup/jails/imedia/ | head -1 | cut -d'=' -f2 | sed 's/, used//'
</pre>

Retour