Displaying 15 results from an estimated 15 matches for "backupdb".
2018 Mar 20
4
rsync time machine backup permissions
...hunderbolt\ 3/
total 0
drwxrwxr-x 7 andre staff 306 20 Mär 06:12 .
drwxr-xr-x@ 5 root wheel 170 20 Mär 06:10 ..
iMac:~ andre$ sudo /usr/local/bin/rsync -aHEAXN --delete --stats --log-file=/Users/andre/Desktop/log/rsync-$(date "+%Y%m%d%H%M").log /Volumes/LaCie\ d2\ Quadra\ v3/Backups.backupdb /Volumes/G-DRIVE\ Thunderbolt\ 3
Password:
rsync: failed to set permissions on "/Volumes/G-DRIVE Thunderbolt 3/Backups.backupdb/André Althoffs iMac": Operation not permitted (1)
rsync: symlink "/Volumes/G-DRIVE Thunderbolt 3/Backups.backupdb/André Althoffs iMac/Latest" -> &qu...
2011 Jul 31
4
cron jobs not running
hello list!!
I'm attempting to find out why this cron job isn't running. the host is centos 5.6 on i386 just so you know.
0 3 * * * /bin/alldb > /home/bluethundr/backupdb/alldb-$(date +%Y%m%d%H%S).sql
The job is meant to backup all the databases on a mysql server every day at 3 am. I have checked the backup directory and nothing is showing up for those days.
I created the same job to run every minute but just like the job above the backups do not appear.
*...
2018 Mar 20
0
rsync time machine backup permissions
...total 0
> drwxrwxr-x 7 andre staff 306 20 Mär 06:12 .
> drwxr-xr-x@ 5 root wheel 170 20 Mär 06:10 ..
> iMac:~ andre$ sudo /usr/local/bin/rsync -aHEAXN --delete --stats --log-file=/Users/andre/Desktop/log/rsync-$(date "+%Y%m%d%H%M").log /Volumes/LaCie\ d2\ Quadra\ v3/Backups.backupdb /Volumes/G-DRIVE\ Thunderbolt\ 3
> Password:
> rsync: failed to set permissions on "/Volumes/G-DRIVE Thunderbolt 3/Backups.backupdb/André Althoffs iMac": Operation not permitted (1)
> rsync: symlink "/Volumes/G-DRIVE Thunderbolt 3/Backups.backupdb/André Althoffs iMac/Latest&...
2018 Mar 19
4
rsync time machine backup permissions
...SB hard drive to a new one. I got error messages, because rsync don't create group and other permissions.
I use rsync 3.1.3.
Did I use the correct parameters? Who has an idea, what mistake?
Thanks!
Best, André
--
The bash script:
#!/bin/bash
source=/Volumes/LaCie\ d2\ Quadra\ v3/Backups.backupdb
destination=/Volumes/G-DRIVE\ Thunderbolt\ 3
#rsync_test=-n
rsync_opt=-aHEAXXN
echo "Kopiere Time Machine Backup ..."
echo
sudo /usr/local/bin/rsync \
$rsync_test $rsync_opt --fileflags --fake-super --delete --stats \
--log-file=/Users/andre/Desktop/log/rsync-$(date "+%Y%m%d%H%M&...
2012 Mar 05
5
cron job not running
hello list,
I am attempting to backup a centos 5.4 (x86_64) server running mysql
with a cron job. Here's how the cron job looks:
[root at cloud:/home/bluethundr/backupdb] #crontab -l
* 3 * * * /usr/bin/mysqldump jfwiki >
/home/bluethundr/backupdb/wiki-$(date +%Y%m%d).sql
However if I run the command from the command line it seems to work fine.
If I grep syslog for cron this is what I've found:
Mar 4 22:12:13 domU-12-31-38-07-49-CC syslog-ng[1174]: Log
s...
2018 Mar 19
1
rsync time machine backup permissions
sh-3.2# /Users/andre/Desktop/Skripte/rsync_tm
Kopiere Time Machine Backup ...
rsync: chgrp "/Volumes/G-DRIVE Thunderbolt 3/Backups.backupdb/.RecoverySets/0/com.apple.recovery.boot/boot.efi" failed: Operation not permitted (1)
rsync: failed to set times on "/Volumes/G-DRIVE Thunderbolt 3/Backups.backupdb/iMac": Operation not permitted (1)
rsync: symlink "/Volumes/G-DRIVE Thunderbolt 3/Backups.backupdb/iMac/Latest&quo...
2016 Jun 28
2
rsync failure on corrupted source data
...es: 64-bit files, socketpairs, hard links, symlinks, batchfiles,
inplace, IPv6, 64-bit system inums, 64-bit internal inums
I'm using the following command:
~] durack1% sudo rsync -vrlptgoDH --exclude=".spotlight_repair"
--ignore-errors /Volumes/durack1ml_bak\ 1/Backups.backupdb
/Volumes/durack1ml_bak/160405_1234/
And am getting the following error:
Backups.backupdb/durack1ml/2016-02-10-091749/durack1ml_hdd/Applications/Adobe
Media Encoder CC 2015/Adobe Media Encoder CC
2015.app/Contents/Resources/pdfl/CMaps/ETen-B5-UCS2
rsync: writefd_unbuffered failed to write 14550 by...
2016 Jan 23
2
Why is my rsync transfer slow?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I need to know what the paths were so I know how they relate to the
file names you listed.
On 01/23/2016 05:10 PM, dbonde+forum+rsync.lists.samba.org at gmail.com
wrote:
> On 2016-01-23 22:59, Kevin Korb wrote:
>> I want to know what your whole command line was so I can
>> understand your results.
>
> % rsync -HzvhErlptgoDW
2017 Apr 10
3
error allocating core memory buffers (code 22) at util2.c(106) [sender=3.1.2]
...2/usr/local/mysql ->
mysql-5.6.21-osx
10.8-x86_64
ERROR: out of memory in expand_item_list [sender]
rsync error: error allocating core memory buffers (code 22) at util2.c(106) [sender=3.1.2]
rsync: [sender] write error: Broken pipe (32)
It was invoked as
rsync -iaHJAX platinum-barzoom/Backups.backupdb/pb3/ platinum-barratry/x/Backups.backupdb/pb3/
I suspect the situation will be different the next time around, and I'm
also not really inclined to try to wait another 7 hours for it to fail.
Process limits were:
bash-3.2# ulimit -a
core file size (blocks, -c) 0
data seg size...
2016 Jun 28
0
rsync failure on corrupted source data
At 05:55 28.06.2016, Paul J. Durack wrote:
>I am trying to copy data from a partially corrupt backup (time machine) disk on a os x system to another.
>And am getting the following error:
>
>Backups.backupdb/durack1ml/2016-02-10-091749/durack1ml_hdd/Applications/Adobe Media Encoder CC 2015/Adobe Media Encoder CC 2015.app/Contents/Resources/pdfl/CMaps/ETen-B5-UCS2
>rsync: writefd_unbuffered failed to write 14550 bytes [sender]: Broken pipe (32)
>rsync: write failed on "/Volumes/durack1ml_bak/...
2020 Apr 08
0
[Bug 14341] New: --compare-source to filter file list at sender
...rsync to synchronise my Mac's local Time Machine backups
over to a remote NAS. If my latest backup is 2020-04-08-152937 and I know that
I have previously synchronised the earlier backup 2020-04-08-142243 then I
might do the following:
rsync -a --compare-source "/Volumes/Backup/Backups.backupdb/My
Mac/2020-04-08-142243" "/Volumes/Backup/Backups.backupdb/My
Mac/2020-04-08-152937" "user at MyNas.local:/volume1/Backups/My Mac/Latest"
With the above command rsync would scan through files and directories in the
2020-04-08-152937, and compare them against the same path...
2016 Jan 21
4
Why is my rsync transfer slow?
...like this:
2011-01-22-070305/Macintosh HD/Library/Application
Support/Apple/Mail/Stationery/Apple/Contents/Resources/Photos/Contents/Resources/Bamboo.mailstationery/Contents/Resources/Mask3.png
1.28K 100% 3.26kB/s 0:00:00 (xfr#48406, ir-chk=1050/4166332)
2016/01/16 18:26:48
Volumes/src/Backups.backupdb/mm/2011-01-22-070305/Macintosh
HD/Library/Application
Support/Apple/Mail/Stationery/Apple/Contents/Resources/Photos/Contents/Resources/Bamboo.mailstationery/Contents/Resources/Mask3.png
313
2011-01-22-070305/Macintosh HD/Library/Application
Support/Apple/Mail/Stationery/Apple/Contents/Resources...
2016 Jan 24
2
Why is my rsync transfer slow?
...m+rsync.lists.samba.org at gmail.com
wrote:
> On 2016-01-23 23:24, Kevin Korb wrote:
>> I need to know what the paths were so I know how they relate to
>> the file names you listed.
>
> I posted the relevant parts of the path in a previous message
>
> /Volumes/A/Backups.backupdb/mm/2011-06-23-040258/path/DSCF0748.JPG
> /Volumes/B/Backups.backupdb/mm/2011-06-23-040258/path/DSCF0748.JPG
>
> The only difference is the name of the volume, A and B, above.
>
- --
~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,...
2016 Jan 21
0
Why is my rsync transfer slow?
...acintosh HD/Library/Application
> Support/Apple/Mail/Stationery/Apple/Contents/Resources/Photos/Contents
/Resources/Bamboo.mailstationery/Contents/Resources/Mask3.png
>
>
1.28K 100% 3.26kB/s 0:00:00 (xfr#48406, ir-chk=1050/4166332)
>
> 2016/01/16 18:26:48
> Volumes/src/Backups.backupdb/mm/2011-01-22-070305/Macintosh
> HD/Library/Application
> Support/Apple/Mail/Stationery/Apple/Contents/Resources/Photos/Contents
/Resources/Bamboo.mailstationery/Contents/Resources/Mask3.png
>
>
313
>
> 2011-01-22-070305/Macintosh HD/Library/Application
> Support/Apple/Mai...
2016 Jun 28
1
rsync failure on corrupted source data
Fabian Cenedese <Cenedese at indel.ch> wrote:
>> rsync: write failed on "/Volumes/durack1ml_bak/160405_1234/Backups.backupdb/durack1ml/2016-02-10-091749/durack1ml_hdd/Applications/Adobe Media Encoder CC 2015/Adobe Media Encoder CC 2015.app/Contents/Resources/pdfl/CMaps/ETen-B5-UCS2": Result too large (34)
> Are you sure that the problem is with the corrupted source data? Because the
> error happens on writing...