2

I have an account on a server and I would like to automate backups onto another server, I disabled root logins for security. Do you need root access to fully backup a server?

slm
  • 7,615
  • 16
  • 56
  • 76
Daniel
  • 23
  • 3

1 Answers1

4

Generally yes, but this might be achieved by sudo or a backup daemon as well, it's not mandatory to have root login enabled. Details depend on the backup technology you want to use.

Sven
  • 98,649
  • 14
  • 180
  • 226