July 15, 2025Jul 15 Hi all,I am trying to backup my appdata folder to an external USB drive and for some reasons I can't get rclone to work:rclone sync /mnt/user/appadata /mnt/disks/Elements/ -l -vv --dry-run2025/07/15 08:53:52 DEBUG : rclone: Version "v1.70.3" starting with parameters ["rcloneorig" "--config" "/boot/config/plugins/rclone/.rclone.conf" "sync" "/mnt/user/appadata" "/mnt/disks/Elements/" "-l" "-vv" "--dry-run"]2025/07/15 08:53:52 DEBUG : Creating backend with remote "/mnt/user/appadata"2025/07/15 08:53:52 DEBUG : Using config file from "/boot/config/plugins/rclone/.rclone.conf"2025/07/15 08:53:52 DEBUG : Creating backend with remote "/mnt/disks/Elements/"2025/07/15 08:53:52 DEBUG : fs cache: renaming cache item "/mnt/disks/Elements/" to be canonical "/mnt/disks/Elements"2025/07/15 08:53:53 ERROR : Local file system at /mnt/user/appadata: error reading source root directory: directory not foundAny idea on what I am doing wrong here?Thank you. Edited July 15, 2025Jul 15 by googleg
July 15, 2025Jul 15 looks like you have a typo in your command, its "appdata", not "appadata" Edited July 15, 2025Jul 15 by b_tob
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.