similar to: --delete and --backup - Backup file gets deleted

Displaying 20 results from an estimated 20000 matches similar to: "--delete and --backup - Backup file gets deleted"

2005 Feb 25
1
Request to include delete-dir-and-suffix patch in rsync-2.6.4
The delete-dir-and-suffix patch creates two new command line options as follows: --delete-dir --delete-suffix The delete-dir and delete-suffix options give the ability to store backup of deleted files on the receiver in different directories or with different suffix than the backup of files that have been changed but that are still on the source drive. Both commands can be
1999 Oct 25
2
leaps: XHAUST returned error code -999
Hi there, This problem has been dogging me for a bit, and I'm trying to figure out why. When running the the subsets function in the leaps library, R is giving me the following error message > lvodsub <- subsets(pred, resp$LVOD) Warning message: XHAUST returned error code -999 in: leaps.exhaustive(a, really.big = really.big) but this still happens if I add the really.big option:
1999 Oct 05
1
WANTED: Q&A
First, I am really liking what I have seen so far in R. The demos are quite fascinating, and I look forward to doing some really neat stuff over the next little while with R. Being but an intiate to R, I am having quite a bit of trouble figuring out how to use the leaps library. Rather than ask several questions to the list at large, I would rather explain what I'm trying to do to someone in
2000 Feb 04
1
MA / RMA / Type II regression?
For starters, let me say again how impressive R is, and how all of the effort that has gone into R shines through clearly. It is an amazing program, and I am frequently pleasantly surprised to find out how powerful and capable R is. Finding the interface to xgobi is the latest pleasant surprise. Are there functions in R for Major Axis and Reduced Major Axis regression? I have OBS-RESID graphs of
2005 May 02
1
[Bug 2675] --backup --suffix=.foo --delete-after doesn't backup deleted files
https://bugzilla.samba.org/show_bug.cgi?id=2675 ------- Additional Comments From wayned@samba.org 2005-05-02 09:37 ------- Created an attachment (id=1202) --> (https://bugzilla.samba.org/attachment.cgi?id=1202&action=view) Fix the combination of --backup with --delete-after -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail
1999 Sep 29
1
Is there an R-SQUARE function?
Hi there, I realize that this is a bit of a strange question, but here goes. In SAS, one can use the REG procedure to carry out a least-squares regression analysis. By specifying the R-SQUARE option in the SELECTION command, the program carries out regressions for every combination of every independant variable against the dependant variable. This is useful in smaller datasets, though difficult
2008 Oct 22
1
Question regarding --delete-during/after and backup file cases
A good while ago I asked about difference between --delete-during/delay and --delete-after, when per-directory files are updated (all is perfectly clear for me here), but during the discussion there was a hint made by Wayne, that the outcome can differ in more situations: " It is useful for things such as --delay-updates --delete-delay (to have all updates happen more rapidly at the
2007 Aug 20
0
Samba 3 with LDAP... can create, modify, delete files but read always causes 'access denied' errors
By mistake.... err a learning mistake... I accidentally placed this email on samba-technical first. I now believe that this is the proper list for questions regarding Samba installation issues. - Jerry Problem synopsis: What I can NOT DO is access any files to open or read. I always get 'access denied', but I can create, copy and delete files. Info: Platform: SuSE 10.2, Samba 3,
2003 Jul 29
1
"-b --suffix '' --delete --backup-dir /path/" combination does not act as expected
Skipped content of type multipart/mixed-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://lists.samba.org/archive/rsync/attachments/20030728/49616c2f/attachment.bin
2011 Dec 01
1
Samba share gets dropped from windows
I have what should be a no-brainer setup: Windows network using AD with a single Linux box. I need to provide access to a single directory on the linux box to anyone from the network. Security is not a concern. So... On the linux box, I created a user xxxxx. I added this user to the local samba database using smbpasswd -a. I added the linux box to the Windows workgroup and told it where to
2003 Mar 12
0
can't delete older file/directory links on another local partition after `snapshot' type backup script
Thanks for looking at this, and developing rsync. Really useful program that I rely on. Bit of a newbie but I couldn't find anything on this in these archives. Hopefully it's a really stupid question! I'm trying to backup using cp -al and then rsync -auR --delete backup idea basically as per http://www.mikerubel.org/computers/rsync_snapshots/#Incremental. I have a separate
2004 Nov 15
2
Problem with --backup and deleting a directory: Two directories created
Hello everyone, Im kinda new to rsync and this list, so if there are any errors in my reqest, please tell me. I want to use rsync to make a backup of a diretory, and use the --backup option. My script looks like this: rsync -ab --suffix=-`date -Iminutes` --backup-dir=rsync_backup --delete --rsh=ssh directoryA directoryB If I run it once, then delete the file directoryA/test/test.file, the
2006 Apr 30
1
aditional repo's
i'm looking for aditional repo's to add to yum that: 1) have multimedia apps 2) don't break my centos base install
2005 May 15
1
Re: SpanDSP TXFax and multipage faxes problems (aditional info)
Hi everyone ! I have some aditional info on problem with TXFax and sending multi-page TIFFs. I have made 6 different multi-page TIFFs (Group3 1D with fillbits EOL aligned - 3 pages one TIFF in lowres and one in hires, Group3 2D -3 pages againg in both resolutions , and Group 4 - 3pages in both resolutions), and then tried to send them to Panasonic KX-F1100, Panasonic KX-F500 and SpanDSP
2009 Apr 15
2
Using rsync for a backup program but having trouble getting --exclude-from to work properly
Reading and re-reading the man page has got me nowhere with this issue and searching your site on '--exclude-from' got me to the same place. Here is the script I am using: #################################### #/bin/bash suffix=`date +%Y%m%d` echo Suffix is "$suffix" fromdir=/home/bob/ echo Source dir is "$fromdir" todir="$maxtor6"BackupOfHome
2010 Sep 01
3
Dovecot creating aditional folders?
Hi guys. My conf: # 1.2.9: /etc/dovecot/dovecot.conf # OS: Linux 2.6.32-23-server x86_64 Ubuntu 10.04.1 LTS reiserfs log_timestamp: %Y-%m-%d %H:%M:%S protocols: imap imaps pop3 pop3s ssl_cert_file: /etc/ssl/mail/dovecot.crt ssl_key_file: /etc/ssl/mail/dovecot.key disable_plaintext_auth: no login_dir: /var/run/dovecot/login login_executable(default): /usr/lib/dovecot/imap-login
2005 Jul 15
1
change in backup behavior from 2.5 to 2.6
In rsync 2.5, using the --backup and --backup-dir switches without a --suffix would copy backed up files to the backup dir with no extension. In 2.6, you must use a blank suffix ("suffix=") in order to get the same behavior. This means that 2.5 clients are unable to backup to the server without putting a suffix on the backups. The documentation also still indicates that the old
2018 Sep 04
2
WinNUT Client Logs
Hi Charles, Are there any logs generated by the WinNUT client? I'm trying to configure it for the first time and I cannot make it to work. Here are my settings: Nut.conf MODE=netclient Upsmon.conf MONITOR ups at pfsense 1 <username> <password> slave MINSUPPLIES 1 SHUTDOWNCMD "C:\\WINDOWS\\system32\\shutdown.exe -s -t 0" POLLFREQ 5 POLLFREQALERT 5 HOSTSYNC 15 DEADTIME
2009 Apr 16
0
Using rsync for a backup program but having trouble getting --exclude-from to wor
Try adding a star at the end. eg : /home/bob/.mozilla/firefox/* If this is still not excluding as you expect then please let me know. On 16/04/2009, at 8:19 AM, Robert Parker wrote: > Reading and re-reading the man page has got me nowhere with this issue > and searching your site on '--exclude-from' got me to the same place. > > Here is the script I am using: >
2005 May 15
1
Re: SpanDSP TXFax and multipage faxes problems (aditional info)
Thanks for the information Lee ! Still, something is still strange to me, since this two Panasonic Fax machines are receiving at least 20 multi-paged faxes a day (they are in same office as both Asterisk boxes, and me :) ). Beside that, POTS lines in those two faxes are from same PSTN switch as line in X100P in one of Asterisk boxes, and the ISDN PRI lines in other Asterisk box is from same PSTN