My xivlauncher is configured to have its directory stored at a different location, overwritten by the --roamingPath command line flag. JustBackup does not account for this change for the dalamudConfig.json and dalamudUI.ini files and gives the following error:
2024-05-07 10:22:26.088 -04:00 [ERR] [JustBackup] [JustBackup] Error copying file C:\Users\TheAe\AppData\Roaming\XIVLauncher\dalamudConfig.json to C:\Users\TheAe\AppData\Local\Temp\FinalFantasyXIVOnlinePortableTemp\JustBackup-1715091681930: Could not find file 'C:\Users\TheAe\AppData\Roaming\XIVLauncher\dalamudConfig.json'.
at Microsoft.Win32.SafeHandles.SafeFileHandle.CreateFile(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
at JustBackup.JustBackup.CopyFile(String file, String dest) in /work/repo/JustBackup/JustBackup.cs:line 391
2024-05-07 10:22:26.088 -04:00 [ERR] [JustBackup] [JustBackup] Error copying file C:\Users\TheAe\AppData\Roaming\XIVLauncher\dalamudUI.ini to C:\Users\TheAe\AppData\Local\Temp\FinalFantasyXIVOnlinePortableTemp\JustBackup-1715091681930: Could not find file 'C:\Users\TheAe\AppData\Roaming\XIVLauncher\dalamudUI.ini'.
at Microsoft.Win32.SafeHandles.SafeFileHandle.CreateFile(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
at JustBackup.JustBackup.CopyFile(String file, String dest) in /work/repo/JustBackup/JustBackup.cs:line 391
My xivlauncher is configured to have its directory stored at a different location, overwritten by the
--roamingPath
command line flag. JustBackup does not account for this change for thedalamudConfig.json
anddalamudUI.ini
files and gives the following error: