Return to rsync-no-vanished CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / rsync / support |
version 1.1.1.1, 2016/11/01 09:54:32 | version 1.1.1.2, 2021/03/17 00:32:36 |
---|---|
Line 1 | Line 1 |
#!/bin/bash | #!/usr/bin/env bash |
IGNOREEXIT=24 | IGNOREEXIT=24 |
IGNOREOUT='^(file has vanished: |rsync warning: some files vanished before they could be transferred)' | IGNOREOUT='^(file has vanished: |rsync warning: some files vanished before they could be transferred)' |