• guyzmo's avatar
    Fix/rsync issues (#1036) · 34d58fb7
    guyzmo authored
    * Fixed issue with relative path for rsync relative names
    
    Actually using the parsed URL `path` part, instead of doing a lousy split().
    Renamed the `p` variable into something more sensible (`target`).
    
    Fixes: #1019
    
    * Added more verbose error messages upon rsync failures
    
    fixes #1033
    
    * Added command to test file listing
    34d58fb7
backup.py 20.2 KB