November 20, 20232 yr I'm trying to change my download procedure, and seeing if I can download temp files to user(cache) and have post processing procedure to move from user to user0 without waiting for mover to move. is this safe??
November 20, 20232 yr Community Expert 21 minutes ago, takkkkkkk said: I'm trying to change my download procedure, and seeing if I can download temp files to user(cache) and have post processing procedure to move from user to user0 without waiting for mover to move. is this safe?? Not really safe as user includes the contents of user0 (which is array disks only). Make a mistake and any files you try to move will end up being truncated to 0 size leading to data loss. You could try moving from /mnt/cache to /mnt/user0 - that would be safe as by definition those two locations are mutually exclusive.
November 21, 20232 yr Author 10 hours ago, itimpi said: Not really safe as user includes the contents of user0 (which is array disks only). Make a mistake and any files you try to move will end up being truncated to 0 size leading to data loss. You could try moving from /mnt/cache to /mnt/user0 - that would be safe as by definition those two locations are mutually exclusive. Would it be unsafe to move between user to a different folder within user0?
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.