search for: backups

Displaying 20 results from an estimated 15069 matches for "backups".

Did you mean: backup
2010 Aug 03
1
snapshot space - miscalculation?
zfs get all claims that i have 523G used by snapshot. i want to get rid of it. but when i look at the space used by each snapshot i can''t find the one that can occupy so much space daten/backups used 959G - daten/backups usedbysnapshots 523G...
2008 Apr 30
2
rsync copying over existing files
Hi again all.. When using rsync 3.0 to sync files between 2 local directories, it works as i expect it, but when the destination folder is a mounted smb share, it always copies over the files even though they already exist on the destination. Any ideas on why this is happening? even using the same options, but with a different destination path. I have tried using -vvv, but it doesn't make
2006 May 11
5
Issue with hard links, please help!
Hello, Sometimes when creating hard links to the rsync destination directory, it seems like the new directory (created from the cp -al command) ends up with all the data. This causes a problem in the sense that if the rsync destination directory had 21GB, after the cp -al command, it ends up having only 8mb, then the rsync source directory determines that it now requires 21.98GB to update the
2018 Jun 26
5
link-dest and batch-file
Hello. I am launching a cron bash script that does the following: Day 1 /usr/bin/rsync -aH --link-dest /home/backuper/.BACKUP/0000009/2018-06-25 root at 192.168.1.103:/home/ /home/backuper/.BACKUP/0000009/2018-06-26 Day 2 /usr/bin/rsync -aH --link-dest /home/backuper/.BACKUP/0000009/2018-06-26 root at 192.168.1.103:/home/ /home/backuper/.BACKUP/0000009/2018-06-27 Day 3 /usr/bin/rsync -aH
2005 Sep 24
0
[Bug 3116] New: large tar files: 1 gig size: retransmitted: rsync_rsh
https://bugzilla.samba.org/show_bug.cgi?id=3116 Summary: large tar files: 1 gig size: retransmitted: rsync_rsh Product: rsync Version: 2.6.6 Platform: x86 OS/Version: FreeBSD Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy:
2009 Sep 08
1
3Ware 9650SE and XFS problems under Centos 5.3
...(0x06:0x0010): Microcontroller Error: clearing. repeat last three lines ad infinitum. Can anyone shed any light as to what the issue might be? Is it XFS or is it the card? I went with XFS as all the research I did indicated that it gave the best performance for the millions of small files in the backups we run and doesn't have any many issues with hardlinks as EXT3. - J _________________________________________________________________ Share your memories online with anyone you want. http://www.microsoft.com/middleeast/windows/windowslive/products/photos-share.aspx?tab=1 -------------- next p...
2015 Nov 09
11
Rsync and differential Backups
...up from last full backup. Other users says that to perform a differential backup I must include in rsync command: --backup --backup-dir=/some/path but from manual page of rsync: ############# --backup-dir=DIR In combination with the --backup option, this tells rsync to store all backups in the specified directory on the receiving side. This can be used for incremental backups. You can additionally specify a backup suffix using the --suffix option (otherwise the files backed up in the specified directory will keep their original filenames). .... #################...
2015 Sep 03
1
Doubts on incremental backup and command repetition
Hi, I am trying to use rsync for incremental backup and I am facing some issues. I would like to ask your help to understand what is going on and have the proper command line. 1) my goal is I the following folders: ./dest: file3.txt ./orig: file1.txt   file10.txt  file2.txt   file20.txt And I would like to have as incremental backup ./dest: backup      file1.txt     file2.txt  file3.txt
2002 Jun 21
1
small security-related rsync extension
...ade 06/21/2002 20:17 UTC by dcslib@tokyo.acs.uci.edu # Source directory /dcslibsrc/network/rsync/exportable-patches # # existing files WILL be overwritten # # This shar contains: # length mode name # ------ ---------- ------------------------------------------ # 1798 -rw-r--r-- backup-priv-backups # 1339 -rw-r--r-- options-priv-backups # if touch 2>&1 | fgrep 'amc' > /dev/null then TOUCH=touch else TOUCH=true fi # ============= backup-priv-backups ============== echo "x - extracting backup-priv-backups (Text)" sed 's/^X//' << 'SHAR_EOF' &...
2008 Nov 08
2
Differential backup
Hello, I have got three folders: - /home/backup/2008-10-20 - place for differential backup - /mnt/for_backup - folder with files for backup - /home/backup/2008-10-01 - place where the last full backup is My question: is below command prepared correctly to make differential backup? rsync -avPbn --backup-dir=/home/backup/2008-10-20/ --exclude "System Volume Information" --exclude
2012 Oct 18
2
swapper: page allocation failure. order:1, mode:0x20
I see this ocasionally on one of my CentOS 6.3 x64 systems: Oct 18 03:10:52 backup kernel: swapper: page allocation failure. order:1, mode:0x20 Oct 18 03:10:52 backup kernel: Pid: 0, comm: swapper Not tainted 2.6.32-279.9.1.el6.x86_64 #1 Oct 18 03:10:52 backup kernel: Call Trace: Oct 18 03:10:52 backup kernel: <IRQ> [<ffffffff8112789f>] ? __alloc_pages_nodemask+0x77f/0x940 Oct 18
2016 Aug 09
4
C7 Backup problem
Good morning list, I've a question about backup performed with bacula. I manage a DELL server (dedicated on provider) with C7. I use bacula as backup system with volumes on disk. System performs mon-sat incremental backups and Sun full backup at 03.00 AM. I've another pool (named update) where I performs backup before each software update. Storage is on and external disk 2.5' of 1TB. Yesterday, I've applied centos update and I've performed a full backup before apply updates. Job done. After sever...
2011 Sep 09
1
1 TByte (99,5%) data missing on rsync backup???
...- snap ---------------------------------- /etc/rsyncd.exclude.backup: ------------------------------- snip ---------------------------------- # Do not backup content of absolute directory paths - /dev/** - /proc/** - /sys/** - /export/** - /media/*/** - /mnt/*/** - /home/otr-files/*/** #- /var/backups/mysqldump/** - /var/lib/mysql/** - /var/www/otrkey/** # Do not backup content of relative directory paths + log/**/ - log/** - run/** - tmp/** # Do not backup files - *.otrkey ------------------------------- snap ---------------------------------- tail -n50 /var/log/rsync.log: --------------...
2010 Feb 26
0
ruby script/cucumber -tags producing a gem error
When I do "ruby script/cucumber" the tests run no issues. When I do the same thing but -tags tag_name I get a gem version error: Where is it coming from and why?? Using the default profile... RubyGem version error: rack(1.0.1 not = 1.1.0) (Gem::LoadError) F:/BACKUP/Backup/ruby/lib/ruby/site_ruby/1.8/rubygems.rb:827:in `report_activate_error''
2004 Oct 04
1
Problem with incremental backup - copies instead of hard links
Hi there, I'm using this version of rsync: localhost:~ mzehetle$ /usr/local/bin/rsync --version rsync version 2.6.0 protocol version 27 Copyright (C) 1996-2004 by Andrew Tridgell and others HFS+ filesystem support for OSX (C)2004 Kevin A. Boyd <http://rsync.samba.org/> Basically incremental backup (--link-dest option) works with a destination on my local volume but not with a
2016 Oct 19
4
Bacula Restore
Hi list, another question about bacula, but this time about restoring backups. I've a server that I must backup every day. My plan is: from mon to sat incrimental backup and on sunday full backup. When I will perform a restore I must restore from last valid full backup and then all valid incremental backup from last backup to specific date. This server has aweb ma...
2018 Jul 18
2
link-dest and batch-file
...quot;link-dest" instead of this option I would specify a file with metadata, then rsync will not scan the folder specified in "link-dest", but simply reads information about this folder from a file with metadata. This greatly saves time and load on the server with backups. I do not delete through rm -rf, but delete the ZFS partition, you can also delete via find -delete, there are other ways On 26 июня 2018 г., 22:47:56: > I don't believe there is anything you can do with the batch options for > this. If you added a --write-batch to each of those you...
2002 Apr 02
2
Handling of backup files - two new features proposed
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Dear list members, there are two new rsync-features I made up and would like to discuss with you. If you think these new features might be useful for the whole rsync-community, please give me a note and I'll send you the patches (or post them here). 1.) Setting owner and/or group of backup files. In our servers I'm using rsync to backup
2010 Jan 25
5
Bash script for backup
Hello guyz! I'm new here, and this is my very first truble... I need a script that will backup & compress the folder /media/system in the folder /media/backups But that's not the problem, I need that only the last 7 backups (last 7 days, yeah I know, cronjob...) will stay in that folder... The script need: 1 - Compress folder /media/system 2 - Store in /media/backups 3 - Name the compressed backup like day_month_year.tar.gzip 4 - Check the other ba...
2005 Feb 09
1
rsync backups on Mac OS X - mknod errors + icon disappears...
Hi I am a rsync (on Mac OS X, RsyncX version with extended HFS+/-eahfs forks) beginner (I merely use it for backing up my desktop machine to a bootable external firewire volume, so that I can resume work in case of a harddrive disaster) and I got these messages: mknod "/Volumes/backup/Applications/Plone2/Sites/Default/var/zopectlsock" failed: Invalid argument mknod