Do 26. Jun 16:06:01 CEST 2025

This commit is contained in:
Alf
2025-06-26 16:06:01 +02:00
parent 2413c437f3
commit 4ebb569682
12 changed files with 83 additions and 0 deletions

6
rettedpv.sh Normal file
View File

@ -0,0 +1,6 @@
AArchiv="./Archiv/$(date +%Y-%m-%d-%H-%M)"
mkdir -p $AArchiv
rclone sync ptv-nextcloud:/DPV ./Backup/ -P --backup-dir=./$AArchiv --log-file="./log.txt"
find Archiv/* -type d -empty -delete