remove delete for now
This commit is contained in:
parent
1929991520
commit
9e3ad43a1a
@ -27,9 +27,9 @@ while true; do
|
|||||||
--verbose
|
--verbose
|
||||||
echo "Sync complete: $(date)"
|
echo "Sync complete: $(date)"
|
||||||
|
|
||||||
echo "Deleting local files older than 3 days: $(date)"
|
# echo "Deleting local files older than 3 days: $(date)"
|
||||||
# Delete files in LOCAL_DIR (and its subdirectories) that are over 3 days old
|
# Delete files in LOCAL_DIR (and its subdirectories) that are over 3 days old
|
||||||
find "$LOCAL_DIR" -type f -mtime +3 -delete
|
# find "$LOCAL_DIR" -type f -mtime +3 -delete
|
||||||
|
|
||||||
sleep 600
|
sleep 600
|
||||||
done
|
done
|
Loading…
Reference in New Issue
Block a user