search for: bkp

Displaying 20 results from an estimated 48 matches for "bkp".

Did you mean: bk
2019 Feb 13
4
rsync rewrites all blocks of large files although it uses delta transfer
Hi All, For a backup purpose I'm trying to transfer only the changed blocks of large files. Thus I've run "rsync" with the appropriate options: RSYNC_BKPDIR=`mktemp -d` rsync \ --archive \ --no-whole-file \ --inplace \ --backup \ --backup-dir="$RSYNC_BKPDIR" \ --verbose \ --stats \ /var/backups/mysql-dbs/. \ /mnt/bkp/var/backups/mysql-dbs/. The problem is that although "rsync" shows that delta transfer is used...
2017 Jan 18
4
[Bug 12527] New: Sender waits for timeout when fuzzy basis file found
...I found one case where sender exits with timeout instead of correctly exiting. It is when a fuzzy basis file has been selected. Here is an example where we send 2 files, but as the remote FS gets full, transfer properly exits. Perfect. sending incremental file list [sender] change_dir(/home/prd/bkp) send_files starting server_recv(2) starting pid=45749 get_local_name count=3 /home/prd/bkp/ [Receiver] change_dir(/home/prd/bkp) generator starting pid=45749 delta-transmission enabled recv_generator(.,0) set modtime of . to (1484751636) Wed Jan 18 16:00:36 2017 recv_generator(.,1) recv_generator(...
2010 Jun 03
1
rsync via restricted ssh command=
I've read a few tutorials about how to use rsync via ssh using the command= functionality to restrict where the user can sync to. I've got this on the on the destination side in it's ~/.ssh/authorized_keys... command="rsync --server -vvnlogDtpre.iLsf --timeout=999 . bkp",no-port-forwarding,no-X11-forwarding,no-agent-forwarding ssh-rsa AAetc I've tried variations of the above but I basically get this error... % rsync -avv --delay-updates --delete-after /path/to/files/ remote:bkp opening connection using: ssh remote rsync --server -vvlogDtpre.iLsf --delet...
2019 Feb 13
0
rsync rewrites all blocks of large files although it uses delta transfer
...the file being updated before updating it. On 2/13/19 10:47 AM, Delian Krustev via rsync wrote: > Hi All, > > For a backup purpose I'm trying to transfer only the changed blocks of > large files. Thus I've run "rsync" with the appropriate options: > > RSYNC_BKPDIR=`mktemp -d` > rsync \ > --archive \ > --no-whole-file \ > --inplace \ > --backup \ > --backup-dir="$RSYNC_BKPDIR" \ > --verbose \ > --stats \ > /var/backups/mysql-dbs/. \ > /mnt/bkp/var/backups/mysql-dbs/. > > The problem is that...
2002 Dec 17
2
Still having trouble with copying large files
...inux machine, it is set to try to log in to the fileserver, and copy the file, every morning at 11:30am. The file (FullBackup.bcf) is 7.1 gig on the windows machine, but, left to it's own devices, Samba never stops copying it.. The file grows until it fills the entire filesystem! mkdir /mnt/bkp/BackupServer >> /etc/sambalog 2>&1=20 mkdir /mnt/bkp/BackupServer/BackupDir >> \etc\sambalog 2>&1 cp -R -u /mnt/smb/folder /mnt/bkp/BackupServer/BackupDir=20 Does anyone have any suggestions to why this might be happening? I'm really at a loss.. It happens no ma...
2019 Feb 13
0
rsync rewrites all blocks of large files although it uses delta transfer
On 2019-02-13 10:47 a.m., Delian Krustev via rsync wrote: > > > Free space at the beginning and end of the backup: > Filesystem 1M-blocks Used Available Use% Mounted on > /dev/mapper/bkp 102392 76872 20400 80% /mnt/bkp > /dev/mapper/bkp 102392 78768 18504 81% /mnt/bkp > > #################################################### > > As can be seen "rsync" has sent about 20M and received 300K of data. However > the filesystem...
2010 Jan 26
5
Auto exit lftp on bash script
Hello again! I have this piece od code: ##################### #lftp will make the backup lftp -u user,password -e "mirror --reverse --delete --only-newer --verbose /var/bkp /test_bkp" somehost.com >> $LOGFILE # end log file date >> $LOGFILE echo "Backup Completo!" >> $LOGFILE ##################### Everything is fine, but the bash scrip dosn't complete after lftp upload all files... It hungs in: lftp user at somehost.com:~> ho...
2018 Feb 22
4
What is exit code 5888?
...stem log: 2018-02-22T05:02:00-0700 sma-server3 python3[31371]: backintime (sma-user3x/3): WARNING: Command "rsync -rtDHh --links --no-p --no-g --no-o --info=progress2 --no-i-r --delete --delete-excluded -i --dry-run --out-format="BACKINTIME: %i %n%L" --chmod=Du+wx --exclude="/bkp/cgate-backintime" --exclude="/home/sma-user3x/.local/share/backintime" --exclude=".local/share/backintime/mnt" --include="/data01/var/CommuniGate/" --include="/data01/var/" --include="/data01/" --exclude=".gvfs" --exclude=".cache...
2007 Dec 06
1
Delete files using no recursion
Hi all, I'm running rsync (2.6.2) this way (which do not remove files from the destination side which were removed from the sending side): rsync -vbu --backup-dir=/bkp --stats /dir1/*.fle /dir2 I want to sync all .fle files from dir1 to the dir2 and also remove files from the destination which were removed from the sending side, using no recursion. Already tried this: rsync -vbu --recursive --delete --backup-dir=/bkp --stats --include "/dir1/&quot...
2011 Oct 26
1
Re: Keylogger question
...ine directories and nothing was found In my experience, the keylogger is invisible, and it run with other applicatioons. What's more, most keyloggers are undetectable. While, I know a very simple way to detect it. Type CTRL + ALT + DELETE, it will open your Task Manager, Processes tab look for BKP. exe or AKL. exe, if you find the BKP. AKL exe or. exe's why you have keylogger. * Remembering that if you can not always detect Keylogger by CTRL + ALT + DELETE. For those who have a little more technical knowledge, it also noted the hint of how good the performance of the processor. If it i...
2006 May 23
1
Problems with "net rpc trustdom establish"
Hello peaplo. I?m training to establish a domain relationship. The first comand "#net rpc trustdom adm aaa -S bkp -U root%111 -I 192.168.0.1" is working fine. But when a trai to establish with this command: "#net rpc trustdom establish adm -S bkp -U root%111 -I 192.168.0.1" I receive this message: [2006/05/23 18:16:45, 0] utils/net_rpc.c:rpc_trustdom_establish(4632) Couldn't find domain...
2018 Apr 25
1
RMAN backups on Glusters
...look and let me know is this is doable? Folks, We have glusters with version 3.8.13 and we are using that for RMAN backups. We get errors/warnings, RMAN-03009: failure of backup command on C1 channel at 03/28/2018 16:55:43 ORA-19510: failed to set size of 184820 blocks for file "/gfsnet1/bkp/db065.prod.bos.netledger.com/n0030120/N0030120_4246744146_20180328_frsuu9op_9723_1_lvl_1" (block size=8192) ORA-27046: file size is not a multiple of logical block size Additional information: 2 channel C1 disabled, job failed on it will be run on another channel channel C2: finished piece...
2020 Nov 23
2
Bug when using rsync -r --delete -b --backup-dir
Consider following directory structure: > mkdir -p src/empty tgt bkp when making an initial backup with > rsync -r src/ tgt then the empty directory in src will be copied to tgt. However, if the directory is removed from src > rmdir src/empty and rsync is run like > rsync -r --delete -b --backup-dir=../bkp src/ tgt/ then the empty directory does e...
2002 Nov 22
0
Copied file becomes infinately large
...inux machine, it is set to try to log in to the fileserver, and copy the file, every morning at 11:30am. The file (FullBackup.bcf) is 7.1 gig on the windows machine, but, left to it's own devices, Samba never stops copying it.. The file grows until it fills the entire filesystem! mkdir /mnt/bkp/BackupServer >> /etc/sambalog 2>&1 mkdir /mnt/bkp/BackupServer/BackupDir >> \etc\sambalog 2>&1 cp -R -u /mnt/smb/folder /mnt/bkp/BackupServer/BackupDir Does anyone have any suggestions to why this might be happening? I'm really at a loss.. It happens no matter...
2002 Nov 22
0
Copied file becomes infinate
...inux machine, it is set to try to log in to the fileserver, and copy the file, every morning at 11:30am. The file (FullBackup.bcf) is 7.1 gig on the windows machine, but, left to it's own devices, Samba never stops copying it.. The file grows until it fills the entire filesystem! mkdir /mnt/bkp/BackupServer >> /etc/sambalog 2>&1 mkdir /mnt/bkp/BackupServer/BackupDir >> \etc\sambalog 2>&1 cp -R -u /mnt/smb/folder /mnt/bkp/BackupServer/BackupDir Does anyone have any suggestions to why this might be happening? I'm really at a loss.. It happens no matter w...
2010 Feb 17
2
rsync'ing a directory with nothing but symlinks
...root 4 2010-02-17 17:17 etc -> /etc This is the rsyncd.conf [backup] path = /tmp/daily_backup comment = Dir for backupear auth users = backup hosts allow = 10.10.8.105 secrets file = /etc/rsyncd.secrets read only = true So, when i try to rsync from 10.10.8.105: gherzig at 10.10.8.105:/tmp/bkp> rsync -avz --copy-links backup at machinegun::backup . receiving file list ... symlink has no referent: "/cgi-bin" (in backup) rsync: readlink_stat("/etc" (in backup)) failed: Too many levels of symbolic links (40) done ./ sent 71 bytes received 269 bytes 680.00 bytes/se...
2002 Aug 27
5
rsync: push_dir TESTDIR: No such file or directory
Hi all. I'm getting the following error when using rsync: nice -n 20 rsync -e "ssh -p30000" --recursive --verbose --verbose --checksum --times --modify-window 2 --port=31000 --dry-run /cygdrive/f/bkp/Doc/Builds/Buildsheets/ MYUSERNAME@MY.SERV.ER.IP:TESTDIR opening connection using ssh -p30000 -l MYUSERNAME MY.SERV.ER.IP rsync --server -vvntrc --modify-window=2 . TESTDIR Debian GNU/%s 3.0 %h MYUSERNAME@MYSERVERIP's password: building file list ... expand file_list to 4000 bytes, did m...
2018 Feb 22
0
What is exit code 5888?
...2T05:02:00-0700 sma-server3 python3[31371]: backintime > (sma-user3x/3): WARNING: Command "rsync -rtDHh --links --no-p --no-g > --no-o --info=progress2 --no-i-r --delete --delete-excluded -i > --dry-run --out-format="BACKINTIME: %i %n%L" --chmod=Du+wx > --exclude="/bkp/cgate-backintime" > --exclude="/home/sma-user3x/.local/share/backintime" > --exclude=".local/share/backintime/mnt" > --include="/data01/var/CommuniGate/" --include="/data01/var/" > --include="/data01/" --exclude=".gvfs" --...
2011 Oct 27
0
Re: Keylogger question
...eylogger (http://www.microkeylogger.com) is invisible, and it run with other > > applicatioons. What's more, most keyloggers are undetectable. While, I > > know a very simple way to detect it. Type CTRL + ALT + DELETE, it will > > open your Task Manager, Processes tab look for BKP. exe or AKL. exe, > > if you find the BKP. AKL exe or. exe's why you have keylogger. > > * Remembering that if you can not always detect Keylogger by CTRL + > > ALT + DELETE. > > > > > A more general way to find unexpected processes is to run "ps -ef&qu...
2001 Nov 29
1
cannot create .hosts.b0WX1x : File exists
Hello, when I do: /opt/rsync/bin/rsync /etc/hosts targethost::bkp/ I get: cannot create .hosts.b0WX1x : File exists I check the targethost and I get empty file .hosts.b0WX1x When trying with other targethost-s it works, but on this one it doesn't. On the other targethosts I have exactly the same LinuX distribution, permissions and users than on the problem...