# # Sample `.usbsync' file for usbsync # ## Sample synchronization entry ## ## Storage volume synchronization file or directory: # Directory or file to be kept synchronized on storage volume. # Path is relative to `.usbsync', that is, to the top-level # directory of the storage volume. directory_on_volume/subdirectory ## Associative file or directory on local machine # Directory or file to be kept synchronized on volume # Path is absolute or prefixed with `~'. The latter one # denotes the home directory of the user specified. user1@host1:/home/user1/some_directory user2@host1:/home/user2/some_directory user1@host2:/usr/share/somedir/other_dir ## Optional section # This third optional section specifies which file pre- and/or # suffices should be ignored during the synchronization # process for this synchronization entry. ignore_file_prefix: ".", "test_" ignore_file_suffix: ".win", ".bat", ".txt", ".bak", "~" ## End of sample synchronization entry ##