Some update
This commit is contained in:
@@ -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
|
||||||
|
```
|
||||||
|
@@ -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="-")
|
||||||
|
Reference in New Issue
Block a user