mirror of
https://github.com/FPGArtktic/GnuRAMage.git
synced 2025-08-11 03:29:12 +00:00
26 lines
564 B
INI
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/
|