organize creates a different folder name than requested #136
Unanswered
alwayserik
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hello, folders: '/run/media/erik/Filesystem1/temp/' copy: '/run/media/erik/Filesystem3/temp/' with your settings organize will create a file named temp |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
rules:
filters:
days: 1
mode: older
actions:
when I run sim:
[erik@slater02 ~]$ organize sim
True
SIMULATION
Folder /run/media/erik/Filesystem1/temp:
File ntfsmwts1.jpg:
- [Echo] Was created over a day ago
- [Copy] Copy to "/run/media/erik/Filesystem3/temp 2"
File ntfsmwts2.jpg:
- [Echo] Was created over a day ago
- [Copy] Copy to "/run/media/erik/Filesystem3/temp 2"
File ntfsmwts3.jpg:
- [Echo] Was created over a day ago
- [Copy] Copy to "/run/media/erik/Filesystem3/temp 2"
the question is, why does it copy it to "temp 2" rather than "temp" as requested? Can this be fixed or specified?
Beta Was this translation helpful? Give feedback.
All reactions