Restic
Initialization
Section titled “Initialization”docker exec restic restic initthen test make sure the following does no error
docker exec restic restic snapshotsdocker exec restic sh -lc 'ps aux | grep -v grep | grep -E "restic|forget|prune|check|backup" || echo "No restic-related process running"'