Do 26. Jun 16:06:01 CEST 2025
This commit is contained in:
6
rettedpv.sh
Normal file
6
rettedpv.sh
Normal 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
|
||||
Reference in New Issue
Block a user