ignore blog posts in search

This commit is contained in:
oxeo0 2025-05-07 20:09:49 +02:00
parent 9a2c099856
commit 604864679c
112 changed files with 448 additions and 0 deletions

View file

@ -1,3 +1,7 @@
---
search:
exclude: true
---
# Making backups using rsync
rsync is an utility for efficiently transferring and synchronizing files between 2 computers, it can also compare the modification times and sizes of files. It is commonly found on unix OSes. It was written in C as a single threaded application. The rsync algorithm uses a type of delta encoding, and is used for minimizing network usage.