Displaying 1 result from an estimated 1 matches for "heijen".
Did you mean:
heijden
2003 Apr 09
0
rsync incremental backup problem with --backup-dir switch
...range side-effect.
Everything goes well, but on the server side where the backup is stored I
can't seem to break out of the $BSERVER::$USER/current directory with e.g.
the --backup-dir=/Monday switch. Which results in the directories being
endlessly moved into eachother, like this:
/backup/rtr-heijen/current/Tuesday/Monday/Sunday/Saturday/Friday
Instead, the moved files should be located in /backup/rtr-heijen/Monday
and not /backup/rtr-heijen/current/Monday
I have read all documentation and examples I could find in order to find a
solution, but I could not find any. Either I am missing somethi...