search for: bckp

Displaying 2 results from an estimated 2 matches for "bckp".

Did you mean: bck
2003 Nov 24
4
files over 2 GB in size?
Is there a way in samba to create files greater then 2GB in size? I'm tarring some stuff to a samba share (from one linux server to another, share mounted using smbmount) and I get an error "File size limit exceeded" and the size of the file is 2147483647 bytes. Is there anyway to create files larger then 2GB on a samba mounted share? If so, how?
2003 Feb 25
2
Difference in behaviour with --backup
When I do rsync -av --backup --backup-dir=/dir1/dir2/Backup \ /dir1/dir2/dir3 machine:/dir1/dir2/dir3 I get /dir1/dir2/Backup/dir3/... /Backup/dir3/dir4/... i.e. the tree under 'dir3' (my source tree) gets created under .../Backup. This is fine. But when I do the same thing with a single file like rsync -av --backup --backup-dir=/dir1/dir2/Backup \ /dir1/dir2/file