GnuRAMage/test/gnuramage_test.ini
2025-05-30 15:20:25 +02:00

26 lines
564 B
INI

# GnuRAMage Test Configuration File
[SETTINGS]
# Interval between synchronizations in seconds (short for testing)
sync_interval = 10
# Log level: ERROR, WARN, INFO, DEBUG
log_level = DEBUG
# Verify checksums during sync (test both true and false)
verify_checksums = true
[DIRECTORIES]
# Source directory on hard disk
source_dir = /tmp/ram_disk_test_source
# Target directory on RAM disk
ramdisk_dir = /tmp/ram_disk_test_ramdisk
[EXCLUDE]
# Patterns to exclude from synchronization
# Each line is a pattern in rsync format
*.bak
*.tmp
temp_*
test_ignore_dir/