-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
Hello, is there any nice way to add something like to the build?
for i in $(ls $BORG_DATA_DIR/)
do
echo "###### Pruning backup for $i on $(date) ######"
borg prune -v $BORG_DATA_DIR/$i --keep-daily=7 --keep-weekly=4 --keep-monthly=6
done
I tried to add cron and run it, but i didn't get it working
Metadata
Metadata
Assignees
Labels
No labels