How to ignore a SINGLE file
1.) Find the path of the file you wish to ignore.
ls -ltr /mnt/cache/Download/complete/test.txt
root@Tower:/# ls -ltr /mnt/cache/Download/complete/test.txt
-rwxrwxrwx 1 root root 14 Oct 27 11:32 /mnt/cache/Download/complete/test.txt*
2.) Copy the complete path used.
/mnt/cache/Download/complete/test.txt
3.) Create a text file to hold the ignore list.
vi /mnt/user/appdata/mover-ignore/mover_ignore.txt
4.) Add a file pa
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Recommended Posts
Posted by hugenbdd,
2 reactions
Go to this post
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.