similar to: --backup-dir : unrecognized option

Displaying 5 results from an estimated 5 matches similar to: "--backup-dir : unrecognized option"

2008 Aug 13
1
no backup for excluded files?
Hi, I use rsync 3.0.2 for daily incremental backups: rsync -aAzHRxby -f '. -' --numeric-ids --delete-during --delete-excluded \ --suffix='' --backup-dir=$BACKUP_ROOT/$BACKUP_HOST/${TODAY} \ ${DESTINATION}$BACKUP_ROOT/$BACKUP_HOST/current <<< $EXCLUDE_PATTERNS Sometimes I add a new item to $EXCLUDE_PATTERNS but then the excluded files are backed up in
2002 Apr 11
1
why --delete dosen't work in my script?
Hi, In my backup script I have noticed nothing gets deleted on the remote end even though I have --delete and --delete-excluded. Did I miss anything obvious here? rsync -azC -e ssh --relative --one-file-system --sparse --numeric-ids --vP $IGNORE ## a long list of --exclude patterns --delete --delete-excluded --bwlimit=0 --backup --suffix=''
2004 Jun 15
1
strange rsync error message from our backup script
Hello, I use rsync for incrmental backups in the following way: rsync \ $EXCLUDE \ -e ssh \ --archive \ --numeric-ids \ --compress \ --relative \ --one-file-system \ --cvs-exclude \ --delete \ --delete-excluded \ --bwlimit=0 \ --backup \ --suffix='' \ --backup-dir=$BACKUP_ROOT/$BACKUP_HOST/${TODAY} \ $BACKUP_HOST_AND_PATH
2020 Jun 09
1
Rsync sometimes decides to delete all data
Hello, I run into some really strange case I haven't seen so far over the years. I syncing a lot of different macines, raspberry pis to a backup server nightly. Lately one of them misbehaves. Server rsync: rsync version 3.1.2 protocol version 31 Client rsync: rsync version 3.1.3 protocol version 31 Command used: rsync --numeric-ids --delete --delete-excluded --delete-after -f
2012 Feb 03
1
Simulating from "matrix variate normal distribution"
Hello everyone Is there a function/command to simulate from "matrix variate normal distribution" in R. A follow up question would be is there a function/command to obtain the density, distribution and quantile function of "matrix variate normal distribution" in R. Wikipedia has a good description of "matrix variate normal distribution" which is also alternatively