fix
This commit is contained in:
parent
5d263730e4
commit
b2c2a1710f
1 changed files with 3 additions and 3 deletions
|
@ -2,12 +2,12 @@
|
|||
# EXAMPLE CRONJOB:
|
||||
# 0 2 * * * /mnt/cloud/nc_dmcl/btrbk/btrfs_bckp.sh > /var/log/backup/btrfs_log.log
|
||||
|
||||
|
||||
# stop services and snapshot
|
||||
|
||||
#Backup
|
||||
# brtbk was present as a local copy in /mnt/cloud/nc_dmcl/btrbk ...
|
||||
cd /mnt/cloud/nc_dmcl/btrbk/
|
||||
./btrbk -c /mnt/cloud/nc_dmcl/btrbk/btrbk.conf run
|
||||
# apt install btrbk
|
||||
btrbk -c /my_btrbk_conf/btrbk.conf run
|
||||
btrfs device stats /mnt/cloud/
|
||||
btrfs device stats /mnt/backup/
|
||||
btrfs device stats /mnt/db_ssd/
|
||||
|
|
Loading…
Reference in a new issue