search for: bkup

Displaying 20 results from an estimated 38 matches for "bkup".

Did you mean: bakup
2019 Dec 25
1
mounting ext usb drive
Hi, trying to mount on demand, external USB drive which is /bkup. /etc/fstab has it as: ?UUID=4C76D06176D04CF8 /bkup?????? ntfs-3g?? noauto,user,rw??? 0?????? 0 The following does open a share but its not really /bkup and its not writeable. Corrections are welcome. Thanks. [backup_drive] ??????? preexec = /bin/mount /bkup ??????? comment = Backup Drive ???????...
2001 Dec 30
1
"hosts allow" secure?
How secure is "hosts allow"? I have "hosts allow = bkup" in my rsyncd.conf. Then in /etc/hosts I have: 64.29.16.235 bkup This makes only 64.29.16.235 able to connect to rsync. Could someone spoof their hostname somehow to trick rsync into letting them in, though? e.g. If they reverse DNS says that they're called "bkup".
2012 Jun 10
0
rsync hanging in read-batch mode
Trying to do something like this, in Ubuntu 11.10/12.04: Location A (work occurs changing files) rsync --write-batch /media/bkup/foo.rsb /path/to/files/ /path/to/copy/ Location B rsync --read-batch /media/bkup/foo.rsb /path/to/files/ rsync --read-batch /media/bkup/foo.rsb /path/to/copy/ (work occurs changing files) rsync --write-batch /media/bkup/foo.rsb /path/to/files/ /path/to/copy/ Location A rsync --read-batch /med...
2003 Oct 13
1
Rsync deletes too much?
...source, it does not update the destination, leaving me with less than I had before?! Here's my usage: ] server# /usr/local/bin/rsync -naxv --delete --progress --stats --exclude '/dev/' --exclude '/tmp/' --exclude '/usr/var/tmp/' --exclude '/usr/var/run/' / /tmp/bkup/ | grep -c deleting ] 105668 And here's a specific example: ] server# /usr/local/bin/rsync -naxvv --delete --progress --stats --exclude '/dev/' --exclude '/tmp/' --exclude '/usr/var/tmp/' --exclude '/usr/var/run/' / /tmp/bkup/ | grep 'x11amp/files/main.xpm...
2010 Mar 23
0
zfs send/receive and file system properties
...fault zfs51/export/os/sles10sp2 mountpoint /export/os/sles10sp2 inherited from zfs51/export zfs51/export/os/sles10sp2 sharenfs rw=@192.168.0.0/16:@172.16.20.0/24:hpffs24-bkup:hpffs01-bkup,root=@192.168.0.0/24:@172.16.20.0/24:hpffs24-bkup:hpffs01-bkup inherited from zfs51/export zfs51/export/os/sles10sp2 checksum on default zfs51/export...
2006 Apr 27
3
Permissions causing full backups?
...cygwin) to backup to a mapped share (/u) on a Linux server. I’m hoping to get this to work so that I don’t have to open an XP share to the network for Linux “pull” backups. My current setup doesn’t seem to give me incremental backups. See the “du” output… $ /usr/bin/du -csh /cygdrive/u/docs_bkup/daily.0/ /cygdrive/u/docs_bkup/daily.1/ /cygdrive/u/docs_bkup/daily.2/ 35M /cygdrive/u/docs_bkup/daily.0/ 9.0M /cygdrive/u/docs_bkup/daily.1/ 9.0M /cygdrive/u/docs_bkup/daily.2/ 54M total This looks like some kind of incremental but there are two problems: 1. I’ve not c...
2002 Jun 06
8
problem joining the domain
We've encountered a problem with getting a newly installed Samba based machine to join the domain. Here's the command line and error response: [root@chain samba]# smbpasswd -j COLUMBIA -r cmc-bkup -U murphyn Password: error creating domain user: NT_STATUS_INVALID_DOMAIN_ROLE Unable to join domain COLUMBIA. [root@chain samba]# Installation is a RedHat 7.2 (from KRUD) box with freshly installed Samba RPMs version 2.2.3a-6. smb.conf was created by a cut and paste from a working in...
2003 Dec 01
3
rsync'd destination much larger than source
...Recently, I started using rsync to backup files in my root partition on an Ensim box over to a remote machine. The remote machine 'pulls' from the Ensim box using the following: rsync -arvzx --exclude=/proc --exclude=/tmp --exclude=/mnt --delete --delete-excluded -e ssh 192.168.0.1:/ /bkup/rootpart/ The problem is, if I 'df' the Ensim box, it reports that the entire root partition is using 3.5 GB of space, however, the rsync'd copy of the root directory structure on the remote box is consuming over 23 GB. Note that I did use -x as well as some excludes to ensure that...
2004 Oct 05
6
group change causing failure
...oot]# cat /etc/rsyncd.conf use chroot = true [rsync] comment = backup path = /base read only = no list = yes uid = root gid = root [root@Node30 root]# mkdir /base/test1 [root@Node30 root]# touch /base/test1/testfile.txt [root@Node30 root]# mkdir /base/bkup [root@Node30 root]# rsync -av localhost::rsync/test1 /base/bkup/ receiving file list ... done test1/ test1/testfile.txt sent 93 bytes received 132 bytes 450.00 bytes/sec total size is 0 speedup is 0.00 [root@Node30 root]# chgrp -R nobody /base/test1 [root@Node30 root]# rsync -av localhost::rsyn...
2002 Jun 23
2
Rsync ssh script execution fails under cron?
...----------------- #!/bin/sh # \ exec expect "$0" ${1+"$@"} # # -n dry run // --progress -v for testing # -z for file compression log_user 0 spawn time /usr/bin/rsync -anrultvPz --delete --exclude="vu/" -e /usr/bin/ssh --timeout 30 root@apache:/home/jhill/ /usr/local/bkup/home/jhill expect "password: " send "secret\n" log_user 1 interact ------------------------------------------------------------------------------------- Thanks for any suggestions, Jeff Hill ---- Jeff Hill
2017 Jan 02
2
cron job failures with a perl script containing Astro::Time
...downloaded from the Centos repositories. The error message I get in the logs is : Can't locate Astro/Time.pm in @INC (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at /usr/local/bin/s.bkup.degw3.prl line 12. BEGIN failed--compilation aborted at /usr/local/bin/s.bkup.degw3.prl line 12. Line 12 is the line in the perl scrip that contains : use Astro::Time; The script works find from the command line, but will not work at all in a cron job. After I reviewed the previous posts on th...
2018 Jan 28
2
[virtio-dev] Re: [RFC PATCH net-next v2 2/2] virtio_net: Extend virtio to use VF datapath when available
...th the "eth%d" name then udev will assume that the > virtio-bond device is the original virtio and all existing scripts > should just work with that. We then would want to change the name of > the virtio interface with the backup feature bit set, maybe call it > something like bkup-00:00:00 where the 00:00:00 would be the last 3 > octets of the MAC address. It should solve the issue of inserting an > interface "above" the virtio by making the virtio-bond become the > virtio. The only limitation is that we will probably need to remove > the back-up if the...
2007 Jan 02
5
--link-dest
Has anyone else had problems using the --link-dest flag? I do what it says in the example rsync -a --delete --link-dest=/home/chamberl/oldbk/ /home/chamberl/source/ /home/chamberl/backup/ I make sure that /home/chamberl/source has some files exactly the same as in /home/chamberl/oldbk/ but evertything gets copiued, and no hard links are done (though they should be). Anyone know the problem?
2002 Apr 16
3
how to take least risk on rsync dir
Hello list, When rsync dir_A to dir_B, I hope I wont make any change to the original dir_B unless the rsync procedure end withour errors, therefore, I hope there's somethig like rsync -av dir_A dir_B_tmp && \ mv dir_B dir_B.bkup && mv dir_B_tmp dir_B This small script can ensure the minimal change time between 2 versions of archive. Is this built in the native rsync function? Do I have to write scripts myself? -- Patrick Hsieh <pahud@pahud.net> GPG public key http://pahud.net/pubkeys/pahudatpahud.gpg
2017 May 03
3
CentOS 7 cloned VM cannot boot
...and/or blkid(8) for more info # /dev/mapper/centos-root / xfs defaults 0 0 UUID=297e2939-d6f5-431a-9813-9848368ee306 /boot xfs defaults 0 0 /dev/mapper/centos-swap swap swap defaults 0 0 10.201.40.34:/data/col1/noc-bkups-1 /mnt/dd2500-1 nfs auto,noatime,nolock,bg,nfsvers=3,intr,tcp,actimeo=1800 0 0 Any other ideas? Thanks, Nick
2018 Jan 28
1
[virtio-dev] Re: [RFC PATCH net-next v2 2/2] virtio_net: Extend virtio to use VF datapath when available
...en udev will assume that the >>> virtio-bond device is the original virtio and all existing scripts >>> should just work with that. We then would want to change the name of >>> the virtio interface with the backup feature bit set, maybe call it >>> something like bkup-00:00:00 where the 00:00:00 would be the last 3 >>> octets of the MAC address. It should solve the issue of inserting an >>> interface "above" the virtio by making the virtio-bond become the >>> virtio. The only limitation is that we will probably need to remove...
2017 Jan 02
0
cron job failures with a perl script containing Astro::Time
...wrote: > > The error message I get in the logs is : > > Can't locate Astro/Time.pm in @INC (@INC contains: > /usr/local/lib64/perl5 /usr/local/share/perl5 > /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl > /usr/lib64/perl5 /usr/share/perl5 .) at /usr/local/bin/s.bkup.degw3.prl > line 12. > BEGIN failed--compilation aborted at /usr/local/bin/s.bkup.degw3.prl > line 12. [snip] > The script works find from the command line, but will not work at all > in a cron job. This almost always points to something in the environment. Where did Astro::Time...
2002 Jan 28
1
Write failed flushing stdout buffer.
3 100% 0.00kB/s 0:00:00 wrote 30496 bytes read 327051 bytes 14593.76 bytes/sec total size is 419896352 speedup is 1174.38 Write failed flushing stdout buffer. write stdout: Broken pipe time /usr/local/bin/rsync -avzP host: /bkup-zone --delete this is the command which is being run, and I get the above error message everytime. The phenomenon doesn't happen when just copying certain directories, but only when I do the full backup (size approx 126M). rsync version 2.5.1 protocol version 25 help appriciated, i've...
2004 Sep 28
1
infinite loop in rsync daemon on Mac OSX
Hello, I've got rsync --daemon running on an OSX machine, and I have it exporting the entire hard disk as [rootpath]. On my Linux machine, I run this: rsync -avvv --delete --exclude /Volumes macbox::rootpath /mnt/bkup/macbox I redirect the output from that command to a file (nohup.out), and then tail the file, and I see that it never gets beyond the recv_file_name() stage. In about 4 hours, the nohup.out file is 4.2GB (yes, gigabytes), and the rsync process dies with: rsync: connection unexpectedly closed...
2006 Dec 07
0
samba is solution or always a problem?
...= drives path = /server/aplicativos/drives_pc read only = yes valid users = cs02929 es40521 cs01669 cmb9000 write list = cs02929 #browseable = yes ###########################################################3 [scripts] comment = AREA DE NETLOGON path = /usr/comau/bkup/netlogon read only = yes write list = cs02929 #browseable = yes [identificados] comment = AREA DE NETLOGON path = /usr/comau/bkup/netlogon/identificados read only = no [ug_printer] comment = AREA DE DADOS DE PRODUTO path = /usr/comau/costumizacoes/ug/comau_printers_windows...