Archive for August 13th, 2025

Vice President JD Vance – Visits with U.S. Troops Stationed in the United Kingdom

Mittwoch, August 13th, 2025

Bodensee – online webcam

Mittwoch, August 13th, 2025

Proof Wood – warum der Duspol für das Elektrohandwerk besser ist als ein Multimeter

Mittwoch, August 13th, 2025

Klinikum Weiden – Klinikclowns besuchen seit 20 Jahren Kinder im Krankenhaus

Mittwoch, August 13th, 2025

Syncthing v2.0.0 – this is the first release of the new v2.0 series

Mittwoch, August 13th, 2025

Linux command ‚tar‘ – how to tar bzip old files in yearly groups

Mittwoch, August 13th, 2025

If you want to create a tar archive in Linux that contains all files from a given year (say from 01-Jan to 31-Dec) you can do it by combining find with tar so that only files from that time range are included

Here’s the general approach:

Example: Create a tar file for all files from 01-Jan-2000 to 31-Dec-2000

# cd /path/to/directory
# find -type f -newermt 2000-01-01 ! -newermt 2001-01-01 | tar -cjf /elsewhere/2000.tar.bz2 -T –

Debian 13 ‚Trixie‘ – was released on August 9th 2025

Mittwoch, August 13th, 2025