mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 07:46:01 +03:00
[GH-ISSUE #2154] [Feature Request]: Customisable save data path (for NAS or cloud drive) #749
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#749
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @shinra-electric on GitHub (Jan 15, 2025).
Original GitHub issue: https://github.com/shadps4-emu/shadPS4/issues/2154
Checklist
Description
Request to add a customisable path for save data in the UI.
Reason
I have several computers. Currently, in order to sync saves I need to keep copying from one to another and determining which is the latest. If the save data was remote such as on a cloud drive, it could be accessed from any of them.
This request is just for the save data folder, not the whole shadPS4 data folder, as that can grow very large in size.
Examples
No response
@GHU7924 commented on GitHub (Jan 15, 2025):
Issue 1909 ([Feature request] Automatic backup of savedata) was recently released, I didn't like the idea of automation, but I liked the idea of creating a backup copy of the save, even a PR 1967 was created for implementation (it has already been closed), and in general I had the same thoughts as you, set paths for saves https://github.com/shadps4-emu/shadps4-qtlauncher/issues/58 and has multiple saves https://github.com/shadps4-emu/shadPS4/pull/1967#issuecomment-2565260489.
You can do something like this
@shinra-electric commented on GitHub (Jan 22, 2025):
This has been implemented in shadps4-emu/shadPS4#2199
I've tested it by setting the save folder to an iCloud Drive, and accessing it using two different Macs.
It has worked without issue so far, so I'll close this FR.