Backup mit rdiff-backup zum server

Support-Forum für deutschsprachige Benutzer

Moderator: karlchen

Forum rules
Topics in this forum are automatically closed 6 months after creation.
Locked
Lifelab89

Backup mit rdiff-backup zum server

Post by Lifelab89 »

Guten morgen an alle ich bin neu hier und hoffe das ich hier Hilfe finde , ich habe da ein kleines Problem und hoffe das ihr mir helfen könnt
als system kommt ein Linux Mint 19 mein (Leppy) und ein Mint 18.3 (HomeServer) zum Einsatz

zur frage, wen ich:

Code: Select all

sudo rdiff-backup --test-server /home/jason/Schreibtisch/Lager test@test\::/media/LinuxBackup/rdiffbackup/Jason
mache kommt nur

Code: Select all

ssh: Could not resolve hostname test: Name or service not known
Fatal Error: Truncated header string (problem probably originated remotely)

Couldn't start up the remote connection by executing

    ssh -C test@test rdiff-backup --server

Remember that, under the default settings, rdiff-backup must be
installed in the PATH on the remote system.  See the man page for more
information on this.  This message may also be displayed if the remote
version of rdiff-backup is quite different from the local version (1.2.8).
also ich habe das auf beiden installiert und die Version ist auch die gleiche aber irgendwie keine Ahnung über ssh am terminal komme ich ja auch drauf, in der Beschreibung steht zwar das es am String liegt aber keine Ahnung wie ich den weg bekomme habe schon alles versucht, hat da einer ne Idee vielleicht?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Lifelab89

Re: Backup mit rdiff-backup zum server

Post by Lifelab89 »

ich sehe gerade das ich ein Tippfehler hatte jedoch habe ich immer noch das Problem das es nicht geht

Code: Select all

sudo rdiff-backup --test-server /home/jason/Schreibtisch/Lager/On-Demand test@test.goip.de::/media/LinuxBackup/rdiffbackup/
Exception '' raised of class '<type 'exceptions.AssertionError'>':
  File "/usr/lib/python2.7/dist-packages/rdiff_backup/Main.py", line 304, in error_check_Main
    try: Main(arglist)
  File "/usr/lib/python2.7/dist-packages/rdiff_backup/Main.py", line 324, in Main
    take_action(rps)
  File "/usr/lib/python2.7/dist-packages/rdiff_backup/Main.py", line 291, in take_action
    elif action == "test-server": SetConnections.TestConnections(rps)
  File "/usr/lib/python2.7/dist-packages/rdiff_backup/SetConnections.py", line 248, in TestConnections
    assert len(Globals.connections) == len(rpaths) + 1

Traceback (most recent call last):
  File "/usr/bin/rdiff-backup", line 30, in <module>
    rdiff_backup.Main.error_check_Main(sys.argv[1:])
  File "/usr/lib/python2.7/dist-packages/rdiff_backup/Main.py", line 304, in error_check_Main
    try: Main(arglist)
  File "/usr/lib/python2.7/dist-packages/rdiff_backup/Main.py", line 324, in Main
    take_action(rps)
  File "/usr/lib/python2.7/dist-packages/rdiff_backup/Main.py", line 291, in take_action
    elif action == "test-server": SetConnections.TestConnections(rps)
  File "/usr/lib/python2.7/dist-packages/rdiff_backup/SetConnections.py", line 248, in TestConnections
    assert len(Globals.connections) == len(rpaths) + 1
AssertionError
hoffe das es mehr hilft vielleicht?
Locked

Return to “Deutsch - German”