top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

grsync not deleting files on ubuntu machine?

+2 votes
269 views

We have changed disks recently. Using 2 different disks for storage and backups - a USB to back up a local non-boot disk - all disks ext4.

Both disks have a 'lost+found' folder, root permissions with Ubuntu 12.04. Properties for both disks say 'some contents unreadable'. I'm assuming that's because of the 'lost+found' folder, but please tell me if there's more to it...

In grsync, I have 'delete on destination' checked. When I backup the local disk to USB, it does copy newer files, but does not delete older files. At the start of the progress window it says 'permission denied' for the 'lost+found' folder. Next line: 'IO error - skipping file deletion'. And indeed it does no deletions for any file.

How can I get it to delete files that are no longer on the source/local disk?

Also, I recently copied the old local disk [1G] to the new 2G local disk mentioned above - I was running out of space. Is it possible that this copy did NOT copy all the files? I just assumed it would and didn't check.

posted Mar 10, 2015 by anonymous

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button

Similar Questions
0 votes

I am using Ubuntu 14.04 and facing problem with ubuntu? On my machine Skype starts, asks to log in and then presents its list of connections. However after a couple of moments the list of connections gets
"inactive" (greys out) and finally disappears.

In the crash window that then pops up I see that something with libc.so.6 seems to be amiss.

Any idea what I can do to fix the problem and where do I find the info that is in the "crash report window" so I
could add it to this email if needed?

0 votes

Yesterday, all application sounds for one of my user account stopped. I still get the startup sound for that account and on the other user accounts the sound works OK. It's obvious that it's not the hardware.

I am using the Mint desktop. I checked to see if the sound volume was turned down and it is at 100%. I also checked to see if the sound was muted, it's not muted. I checked under system /preferences / sound and everything seems to be OK. When I tested the speakers using the sound utility I do get sounds. Since I get the startup sound, the speakers work when tested (using the affected user account, and the other user accounts work fine.

Only the applications (Firefox, VLC, etc.) seem affected. I checked the applications but I doubt it is an application setting because all applications are affected. Any suggestions on where else to look?

+2 votes
in mycase of tomcat error on ubuntu 14.04 too many files open, 
even though limit is 8096, proc limit says 4096. why ? any body?          
ranjan@ubuntu:~$ cat /proc/22897/limits          
Limit                     Soft Limit           Hard Limit           Units     
Max cpu time              unlimited            unlimited            seconds     
Max file size             unlimited            unlimited            bytes     
Max data size             unlimited            unlimited            bytes     
Max stack size            8388608              unlimited            bytes     
Max core file size        0                    unlimited            bytes     
Max resident set          unlimited            unlimited            bytes     
Max processes             56045                56045                processes     
Max open files            4096                 4096                 files     
Max locked memory         65536                65536                bytes     
Max address space         unlimited            unlimited            bytes     
Max file locks            unlimited            unlimited            locks     
Max pending signals       56045                56045                signals     
Max msgqueue size         819200               819200               bytes     
Max nice priority         0                    0     
Max realtime priority     0                    0    
Max realtime timeout      unlimited            unlimited            us     
ranjan@ubuntu:~$ sysctl -a |grep file     
sysctl: permission denied on key 'fs.protected_hardlinks'     
sysctl: permission denied on key 'fs.protected_symlinks'     
fs.file-max = 1426057     fs.file-nr = 8096       0       1426057     
sysctl: permission denied on key 'kernel.cad_pid'     
fs.xfs.filestream_centisecs = 3000     
+1 vote

I am using Fedora 20, subversion 1.8.5-2. In ~/.subversion/config I have

[miscellany]
enable-auto-props = yes

[auto-props]
*.xml = svn:eol-style=native; svn:keywords=Author Date Id Revision

When I do

svn add my.xml
svn: E200009: Can't set 'svn:eol-style': file '/data/mysvn/trunk/my.xml' has binary mime type property

But with Ubuntu 12.10/subversion 1.7.5-1 svn add my.xml works just fine.

Any idea why the behavior is different?

...