search for: incrementdir

Displaying 2 results from an estimated 2 matches for "incrementdir".

Did you mean: incrementar
2004 Jul 01
0
filesystem is full ??
...6290920.dump.gz end up with filesystem is full.. df show me enough space on local disc if I run the script again I get the error after 1-2 minute can anyone help me tia Ronald Weinrich ****************** snipped of the script: CURRENT=main # directory which we save incremental changes to INCREMENTDIR=`date +%Y-%m-%d` # options to pass to rsync OPTIONS="--force --ignore-errors --delete --delete-excluded \ --exclude-from=$EXCLUDES --backup --backup-dir=$ARCHIVEROOT/$INCREMENTDIR -av" export PATH=$PATH:/bin:/usr/bin:/usr/local/bin # make sure our backup tree exists install -d $ARCHIV...
2011 Apr 15
2
Permission denied (13)
...the backup into a NAS (LG Network Storage N2B1/N2R1). I start mounting the NAS in my Ubuntu Server 10.04 via cifs, and the /home from my Ubuntu's machines via nfs. This script executes in the server's crontab, with root permissions. My rsync script is like: rsync $OPTIONS $QUE $DONDE/$INCREMENTDIR where: OPTIONS="--force --ignore-errors --delete --delete-excluded --exclude-from=$EXCLUDES --backup --backup-dir=$DONDE -vrbpoglDLH" EXCLUDES=/etc/backup.conf (*.iso .*) QUE=/home/user/mnt/client/ DONDE=/home/user/mnt/NAS/ INCREMENTDIR=`date +%Y-%m` I'm hav...