Skip to main content
deleted 13 characters in body
Source Link
Arseni Mourzenko
  • 139.4k
  • 32
  • 359
  • 544

Of course I don't want to implement a cloud backup here.

Why not?

What is the best way to locally and securely backup the data of passwords only so that upon reinstalling the app and logging back in the data since backed up , it won't be lost.

Cloud backup.

While an app can store stuff in a dataset in shared storage (see Ewan's answer), I'm not sure it's a good idea to use that for the backups, for two reasons:

  1. Things happen: apps get uninstalled and devices get lost, stolen or broken. And when somebody gets his smartphone stolen, the last thing he needs is an additional headache about all his passwords being definitively lost.

  2. If you discuss with your users, there is a strong chance that they would want not just a backup, but background synchronization. Essentially, ofIf I create a password on my tablet, I am expecting to see it on my smartphone as well, automatically.

Of course I don't want to implement a cloud backup here.

Why not?

What is the best way to locally and securely backup the data of passwords only so that upon reinstalling the app and logging back in the data since backed up , it won't be lost.

Cloud backup.

While an app can store stuff in a dataset in shared storage (see Ewan's answer), I'm not sure it's a good idea to use that for the backups, for two reasons:

  1. Things happen: apps get uninstalled and devices get lost, stolen or broken. And when somebody gets his smartphone stolen, the last thing he needs is an additional headache about all his passwords being definitively lost.

  2. If you discuss with your users, there is a strong chance that they would want not just a backup, but background synchronization. Essentially, of I create a password on my tablet, I am expecting to see it on my smartphone as well, automatically.

Of course I don't want to implement a cloud backup here.

Why not?

What is the best way to locally and securely backup the data of passwords only so that upon reinstalling the app and logging back in the data since backed up , it won't be lost.

Cloud backup.

While an app can store stuff in a dataset in shared storage (see Ewan's answer), I'm not sure it's a good idea to use that for the backups, for two reasons:

  1. Things happen: apps get uninstalled and devices get lost, stolen or broken. And when somebody gets his smartphone stolen, the last thing he needs is an additional headache about all his passwords being definitively lost.

  2. If you discuss with your users, there is a strong chance that they would want not just a backup, but background synchronization. If I create a password on my tablet, I am expecting to see it on my smartphone as well, automatically.

deleted 70 characters in body
Source Link
Arseni Mourzenko
  • 139.4k
  • 32
  • 359
  • 544

Of course I don't want to implement a cloud backup here.

Why not?

What is the best way to locally and securely backup the data of passwords only so that upon reinstalling the app and logging back in the data since backed up , it won't be lost.

Cloud backup.

There is no such a thing as being able forWhile an app tocan store stuff indefinitely in some sort of global space. And this is a good thing. As a user, when you uninstall an app, you want your space to be freed. You definitively don't want it to clandestinely store who knows what in your device. We had that a few decadesdataset in Windows. It'sshared storage (see Ewan's answer), I'm not pretty.

If you handle datasure it's a good idea to use that is important for your users, would it be their passwords or the current level in a video game, store it in cloud.

As, yesbackups, things happenfor two reasons: apps get uninstalled and devices get lost, stolen or broken. And when somebody gets his smartphone stolen, the last thing he needs is an additional headache about all his passwords being definitively lost.

  1. Things happen: apps get uninstalled and devices get lost, stolen or broken. And when somebody gets his smartphone stolen, the last thing he needs is an additional headache about all his passwords being definitively lost.

  2. If you discuss with your users, there is a strong chance that they would want not just a backup, but background synchronization. Essentially, of I create a password on my tablet, I am expecting to see it on my smartphone as well, automatically.

Of course I don't want to implement a cloud backup here.

Why not?

What is the best way to locally and securely backup the data of passwords only so that upon reinstalling the app and logging back in the data since backed up , it won't be lost.

Cloud backup.

There is no such a thing as being able for an app to store stuff indefinitely in some sort of global space. And this is a good thing. As a user, when you uninstall an app, you want your space to be freed. You definitively don't want it to clandestinely store who knows what in your device. We had that a few decades in Windows. It's not pretty.

If you handle data that is important for your users, would it be their passwords or the current level in a video game, store it in cloud.

As, yes, things happen: apps get uninstalled and devices get lost, stolen or broken. And when somebody gets his smartphone stolen, the last thing he needs is an additional headache about all his passwords being definitively lost.

Of course I don't want to implement a cloud backup here.

Why not?

What is the best way to locally and securely backup the data of passwords only so that upon reinstalling the app and logging back in the data since backed up , it won't be lost.

Cloud backup.

While an app can store stuff in a dataset in shared storage (see Ewan's answer), I'm not sure it's a good idea to use that for the backups, for two reasons:

  1. Things happen: apps get uninstalled and devices get lost, stolen or broken. And when somebody gets his smartphone stolen, the last thing he needs is an additional headache about all his passwords being definitively lost.

  2. If you discuss with your users, there is a strong chance that they would want not just a backup, but background synchronization. Essentially, of I create a password on my tablet, I am expecting to see it on my smartphone as well, automatically.

added 10 characters in body
Source Link
Arseni Mourzenko
  • 139.4k
  • 32
  • 359
  • 544

Of course I don't want to implement a cloud backup here.

Why not?

What is the best way to locallylocally and securely backup the data of passwords only so that upon reinstalling the app and logging back in the data since backed up , it won't be lost.

Cloud backup.

There is no such a thing as being able for an app to store stuff indefinitely in some sort of global space. And this is a good thing. As a user, when you uninstall an app, you want your space to be freed. You definitively don't want it to clandestinely store who knows what in your device. We had itthat a few decades in Windows. It's not pretty.

If you handle data that is important for your users, would it be their passwords or the current level in a video game, store orit in cloud.

As, yes, things happen: apps get uninstalled and devices get lost, stolen or broken. And when somebody gets his smartphone stolen, the last thing he needs is an additional headache about all his passwords being definitively lost.

Of course I don't want to implement a cloud backup here.

Why not?

What is the best way to locally and securely backup the data of passwords only so that upon reinstalling the app and logging back in the data since backed up , it won't be lost.

Cloud backup.

There is no such a thing as being able for an app to store stuff indefinitely in some sort of global space. And this is a good thing. As a user, when you uninstall an app, you want your space to be freed. You definitively don't want it to clandestinely store who knows what in your device. We had it a few decades in Windows. It's not pretty.

If you handle data that is important for your users, would it be their passwords or the current level in a video game, store or in cloud.

As, yes, things happen: apps get uninstalled and devices get lost, stolen or broken. And when somebody gets his smartphone stolen, the last thing he needs is an additional headache about all his passwords being definitively lost.

Of course I don't want to implement a cloud backup here.

Why not?

What is the best way to locally and securely backup the data of passwords only so that upon reinstalling the app and logging back in the data since backed up , it won't be lost.

Cloud backup.

There is no such a thing as being able for an app to store stuff indefinitely in some sort of global space. And this is a good thing. As a user, when you uninstall an app, you want your space to be freed. You definitively don't want it to clandestinely store who knows what in your device. We had that a few decades in Windows. It's not pretty.

If you handle data that is important for your users, would it be their passwords or the current level in a video game, store it in cloud.

As, yes, things happen: apps get uninstalled and devices get lost, stolen or broken. And when somebody gets his smartphone stolen, the last thing he needs is an additional headache about all his passwords being definitively lost.

Source Link
Arseni Mourzenko
  • 139.4k
  • 32
  • 359
  • 544
Loading