You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Launch FolderSync with the following arguments. Note that use of absolute paths is required:
2
2
3
3
<br>*--syncPeriod 10*</br>
4
-
<br>*--source /home/sampleSource* or *--source C:\\sampleSource*</br>
5
-
<br>*--dest /home/sampleDest* or *--dest C:\\sampleDest*</br>
6
-
<br>*--log /home/Log* or *--log C:\\LogFolder*→ log is saved as *SyncLog_day-month-year*</br>
4
+
<br>*--source /home/sampleSource* or *--source C:\\sampleSource*→ The source folder cannot be inside/same as the program or backup directory</br>
5
+
<br>*--dest /home/sampleDest* or *--dest C:\\sampleDest*→ The backup folder cannot be inside/same as the program or source directory</br>
6
+
<br>*--log /home/Log* or *--log C:\\LogFolder*→ log is saved as *SyncLog_day-month-year*; The log folder cannot be inside/same as the source or backup directory</br>
0 commit comments