Closed seanho00 closed 7 years ago
Use mountpoint and /proc/mounts to ensure remote backup dir is mounted and rw. If xnbd dies due to network hiccup, fs gets remounted ro.
mountpoint
/proc/mounts
Use rsync --bwlimit: rsync doesn't know it's copying to a remote mount
rsync --bwlimit
Use
mountpoint
and/proc/mounts
to ensure remote backup dir is mounted and rw. If xnbd dies due to network hiccup, fs gets remounted ro.