Files
rettedpv/rettedpv.sh
2025-06-26 16:06:01 +02:00

7 lines
191 B
Bash

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