Skip to main content

Copying ConfigServer config files

Comments

2 comments

  • andrew.n
    You can simple transfer it using scp or rsync directly to the new server as follows: scp -r csfbackup.tgz root@IPADDRESS:/etc/ or rsync -av csfbackup.tgz root@IPADDRESS:/etc/ and then extract it there
    0
  • cPRex Jurassic Moderator
    A manual tool like @andrew.n mentioned would be the best way to get that data moved.
    0

Please sign in to leave a comment.