search for: sycn

Displaying 10 results from an estimated 10 matches for "sycn".

Did you mean: sycl
2012 Oct 05
1
dropbox
...t; - do you mean back your stuff up on your server? mark i want to have dropbox in server, with my account, so i am the only one that can see my files. dropbox use Secure Sockets Layer (SSL) and AES-256 bit encryption. so i thought was safe. and i can select wich folder to sych. like only sycn the www folder. so i simply copy and paste in my pc and is copied in server via dropbox. i like dropbox because i can ahve versions of file. so if i scrub some html file, i simply restore. thats what i want mean "have dropbox in server". its posible?
2020 Aug 17
1
MDBOX DSYNC error: Broken physical size in mailbox
...-n output below). Mailboxes on Server A are on an NFS mount. Server A has been working fine with no issues for a couple of years. I'm running this command on Server A: doveadm sync -u #user# tcp:#newservername#:24245 Small mailboxes with few items are syncing OK.. but most mailboxes fail (sycn stops) with the following type of error: (Mailbox name, storage file, UID and sizes vary). dsync-local(#username#)<b2vTDKerOV/fAQAAZMK/0g>: Error: Mailbox INBOX: Cache /#usershomedirectory#/mdbox/mailboxes/INBOX/dbox-Mails/dovecot.index.cache: Deleting corrupted cache record uid=9: UID 9...
2008 May 19
1
geom_raid5 + FreeBSD 7.0-STABLE + 5x500Gb (1.8T UFS volume) -- crashes :(
...retty quickly, and to be sure, that FS is synced I've tried `umount /usr/home/storage'. I've got DEVICE BUSY! I've called `df -h' and it shows, that I have NEGATIVE amount of space on /usr/home/storage (about -14Mb of 1.8Tb). After calling "sync && sync && sycn", umount finished without errors, but second later system CRASHED with "ffs freed free frag". After reboot, RAID5 becomes REBUILDING HOT and system crashed again when fsck start to checks filesystem on RAID :( And again :( So, I boot to single-user and remove auto-mount of RAID...
2009 Jun 19
1
www.centos.org/docs/ content
hi, Upstream docs and manuals, edited to whats required by theur AUP / License requirements have been hosted at http://www.centos.org/docs/ for a long time. What its now missing is someone who would take responsibility for those docs and ensure they are maintained / updated and kept in sycn with reality ( and always confirming with the upstream requirements for these docs ). One thing that might be required to be done - right away, is the need for a script that could parse the content, modify it for url rewriting and edit the footers / headers as required. Tim has previously offe...
2004 Aug 18
0
kenel panic tc+netfilter+kernel
...c01af3f3 00000064 Call Trace: [<c012e20a>] [<c012e4fd>] [<c01af3f3>] [<e017f102>] [<c01b0e4b>] " " " Code: 0f 0b 6a 04 bb b6 1f c0 89 7c 24 04 b8 03 00 00 00 81 64 24 <0>Kernel panice: Aiee, killing interrupt handler! In interrupt handler - not sycning Any ideas, -- Joel N.Solanki Network Administrator Phone No: 0265-550001/2/3/4/5 Ext: 211/212 Digtial 2 Virtual Internet Service Provider. http://www.packetraptor.com/ http://www.d2visp.com/ Gujarat (India)
2014 Oct 23
0
[Bug 10893] New: Allow option to sync symlinks last (or delayed)
...en assume we have an updated hierarchy on the sender side: /foo -> foo_2.0 /foo_1.0 /foo_2.0 When rsync updates the receiver side with the new foo_2.0, it first does the symlink (pointing foo to foo_2.0) but the contents of foo_2.0 have not been synced yet. During this time frame (when link is sycned, but content is not) the symlink points to a non-existent directory. If a program on the receiver side should reference foo during the rsync, it will fail. The option --delay-updates does not fix this behavior, and is the closest option available to obtaining this 'atomic' like behavior....
2023 May 08
6
[PATCH V2 0/5] vDPA/ifcvf: implement immediate initialization mechanism
...rather than the former store-load process, the virtio operations like vq ops would take immediate actions by access the virtio registers. This series also implement irq synchronization in the reset routine Changes from V1: 1)pull device status in devce_reset (Jason) 2)simplify the procedure which sycn irqs (Jason) 3)fix typos(Michael) Zhu Lingshan (5): vDPA/ifcvf: virt queue ops take immediate actions vDPA/ifcvf: get_driver_features from virtio registers vDPA/ifcvf: retire ifcvf_start_datapath and ifcvf_add_status vDPA/ifcvf: synchronize irqs in the reset routine vDPA/ifcvf: a vendor...
2024 Feb 15
1
tests for clone-dest
..., try running as root" # set up some test files and rsync them mkdir $scratchdir/mnt/1 $scratchdir/mnt/2 $scratchdir/mnt/3 # files should be at least 4K in size so they fill an extent block dd if=/dev/urandom of=$scratchdir/mnt/1/a bs=4K count=1 status=none # sometimes the extents get cached, sycn helps write them to disk sync $scratchdir/mnt/1/a cp --reflink=never $scratchdir/mnt/1/a $scratchdir/mnt/1/b sync $scratchdir/mnt/1/b cp --reflink=never $scratchdir/mnt/1/a $scratchdir/mnt/3/a sync $scratchdir/mnt/3/a clonedir=$(realpath $scratchdir/mnt/3) checkit "$RSYNC -a --clone-dest=...
2008 Jun 11
11
rspec and rspec-rails install hell
...pec gem. See http://rspec.rubyforge.org/documentation/rails/install.html for details. ############################################################################ Bearing in mind that I have JUST THIS INSTANT installed both the gem rspec and the plugins this leaves me somewhat nonplussed. However, sycn problems do happen so now I do this: > gem uninstall rspec Select gem to uninstall: 1. rspec-0.5.15 2. rspec-1.1.4 3. All versions > 3 You have requested to uninstall the gem: rspec-0.5.15 rspec_generator-0.5.15 depends on [rspec (= 0.5.15)] If you remove this gems, one or more...
2008 Nov 09
7
How to delete files older than X on backup during sync?
Hi list, I have been reading MAN pages and listarchives, but not found the answer to my question though I am sure it must be possible to acheive my wish. I wish to use rsync to create a backup BUT only keep the files for a limited period of time, EG two weeks. I have not yet been able to figure out how to do this inside rsync (while the backup is being performed) and my understanding of the