Some update

This commit is contained in:
root
2025-04-30 15:35:52 +03:00
parent 285d40214e
commit 4b2c180a33
2 changed files with 9 additions and 1 deletions

View File

@@ -1,7 +1,6 @@
# Btrfs # Btrfs
### Snapshot ### Snapshot
#### Create shapshot #### Create shapshot
```bash ```bash
btrfs subvolume snapshot xyz xyz-snapshot-path-name btrfs subvolume snapshot xyz xyz-snapshot-path-name
@@ -50,3 +49,8 @@ btrfs filesystem defragment -v -clzo /boot/*
```bash ```bash
chattr +c dir chattr +c dir
``` ```
#### Create subvol
```bash
btrfs subvolume create /mnt/btrfs/subvol
```

View File

@@ -7,6 +7,10 @@
$ModLoad imudp $ModLoad imudp
$UDPServerRun 514 $UDPServerRun 514
# timestamp - alias for timereported
# timereported - timestamp from the message
# timegenerated - timestamp when the message was RECEIVED
template(name="cmpDate" type="list") { template(name="cmpDate" type="list") {
property(name="timereported" dateformat="year") property(name="timereported" dateformat="year")
constant(value="-") constant(value="-")