start-os icon indicating copy to clipboard operation
start-os copied to clipboard

[feat]: Select dir for backups

Open kn0wmad opened this issue 2 years ago • 3 comments

Prerequisites

  • [X] I have searched for existing issues that already suggest this feature.

Describe the Feature Request

When backing up to an external drive, eOS doesn't much care for existing backups. Therefore, only one eOS backup can be made and all future backups will overwrite (or add diff) that backup. If one has a large external drive, and wants to use it as a backup for 2+ devices, they cannot at this time.

Describe the Use Case

"Edge" case - needed for using one external drive to backup multiple embassies

Describe Preferred Solution

Have the "Create Backup" process create a directory (allowing the user to name it) and then display that as a possible backup location, such that multiple backup directories can exist simultaneously on the same drive

Describe Alternatives

No response

Anything else?

No response

kn0wmad avatar Nov 23 '22 03:11 kn0wmad

Duplicate of https://github.com/Start9Labs/embassy-os/issues/1056

chrisguida avatar Nov 23 '22 15:11 chrisguida

Duplicate of #1056

This isn't the same problem. You can easily make a second CIFS folder on the same drive as a workaround. This is specifically for physical drives, where this is not an option. Definitely related though.

kn0wmad avatar Nov 23 '22 15:11 kn0wmad

  • RPCs for stat directory and to make new dir
  • Remember disk drive (guid) and target dir (path)
  • list known drives along with connection status

MattDHill avatar Dec 15 '22 18:12 MattDHill