aboutsummaryrefslogtreecommitdiff
path: root/rc.ini
diff options
context:
space:
mode:
Diffstat (limited to 'rc.ini')
-rw-r--r--rc.ini7
1 files changed, 4 insertions, 3 deletions
diff --git a/rc.ini b/rc.ini
index 0be989a..cc7fcc0 100644
--- a/rc.ini
+++ b/rc.ini
@@ -11,8 +11,9 @@ target_playlist_dir = /mnt/player/Playlists
# include = folders to include/**
# don't copy existing files
-# lazy = only check file size
-# full = compare sha1 hash
# none = blindly overwrite files
-# existing = lazy
+# lazy = only overwrite if a file doesn't exists
+# size = only overwrite if file size doesn't match
+# hash = only overwrite if sha1 hash doesn't match
+existing = lazy