No description
Find a file
Leon van Kammen 3b6afc90ec milestone 4h: remove x day old files over X MB (temporary sharingservice for big files)
added 'cleanup_big_files' function to manyfold.sh.

Demo:

```
$ docker run xrforge
...
````

create a 10MB dummy_file.txt (and rewind date some years):

```
$ docker exec xrforge 'dd if=/dev/zero of=/mnt/models/dummy_file.txt bs=1M count=10'
10+0 records in
10+0 records out
10485760 bytes (10.0MB) copied, 0.005670 seconds, 1.7GB/s

$ touch -d "2021-01-01" /mnt/models/dummy_file.txt
$
```

Now when setting maxmb's to `5` and maxdays to `5`, we can see in the logs
that it gets deleted:

```
[/bin/infinite cleanup_big_files /mnt/models 5 5] Fri Aug  1 14:19:08 UTC 2025 executing
deleting: /mnt/models/dummy_file.txt
```

This behaviour is default, and can be disabled by docker environment-flag `NO_DISABLEBIGFILES`
2025-08-01 16:20:48 +02:00
manyfold milestone 4h: remove x day old files over X MB (temporary sharingservice for big files) 2025-08-01 16:20:48 +02:00
nix solved HTTP->HTTPS issue 2025-08-01 11:41:59 +02:00
.gitignore added .gitignore 2025-07-23 17:09:15 +02:00
README.md 📃 master: update documentation 2025-07-28 20:22:12 +02:00
shell.nix 1st commit 2025-07-22 13:16:53 +02:00
xrforge.excalidraw 1st commit 2025-07-22 13:16:53 +02:00
xrforge.svg 1st commit 2025-07-22 13:16:53 +02:00

XRForge

Self-sovereign XR Experiences for teams & organisations, powered by FOSS ♥

Powered by:

  • NIX for reproducibility and reliability
  • XR Fragments for interoperability between XR experiences
  • Manyfold for curating & collaborating XR experiences
  • Godot & Blender for editing XR experiences
  • Rclone for federation and integrating ~70 clouddrive-types