Displaying 20 results from an estimated 2000 matches similar to: "Still having trouble with copying large files"
2002 Nov 22
0
Copied file becomes infinate
Colin,
I know that on Windows, when you copy and Immensely large single file,
there are times when it will show something like 100 years in minutes to
complete the copy.
Your issue could be related to that issue with Windows. You say that you
copy files over from several other systems without a problem. Are those
files on the other systems single small files or are they also in
2002 Nov 22
0
Copied file becomes infinately large
I'm trying to back-up a set of windows machines onto a single Linux
machine, so that I can easily make a tape from there.
The Linux Machine (RedHat 7.3, running samba 2.2.6), is set to use
mount.smbfs to log in to each machine's Administrative share, and copy
several files from the hard drive.
One machine is giving me a great deal of difficulty, however.
Our last remaining window's
2002 Nov 22
0
RE:swat in samba-2.2.7
Hi,
I have installed samba 2.2.7 and cannot get swat to work. I have entry in
/etc/services file and alo in /etc/xinetd.d/swat.
I'm logging in as root/rootpassword from local or other machine. i'm
getting error
401 Bad Authorization
username or password incorrect
What am i doing wrong???
Thanks
Mohan
-----Original Message-----
From: samba-request@lists.samba.org
2004 Sep 23
1
rsync script from homepage: trouble
Hello,
I'm new to this and am trying to modify the "backup to a central backup
server with 7 day incremental" script from
http://samba.anu.edu.au/rsync/examples.html to suit my situation.
I have ended up with the script attached below and when running it from
command line I get these errors:
rsync error: syntax or usage error (code 1) at main.c(726)
and a plethora of this
>
2007 Jan 05
3
permission problem samba share 2nd suse server
Dear all,
I'm running a fileserver on Suse10. The purpose of this fileserver is to store only mailbackups.
I also have backupserver running Suse10 with Dar&Sarab installed. backups will be done on HDD. This
runs perfect.
because I need to mount the samba share of the fileserver to the backupserver i did:
mount -t smbfs -o username=root,password=xxx,debug=4 //ipaddress/mailbackup
2019 Feb 13
4
rsync rewrites all blocks of large files although it uses delta transfer
Hi All,
For a backup purpose I'm trying to transfer only the changed blocks of
large files. Thus I've run "rsync" with the appropriate options:
RSYNC_BKPDIR=`mktemp -d`
rsync \
--archive \
--no-whole-file \
--inplace \
--backup \
--backup-dir="$RSYNC_BKPDIR" \
--verbose \
--stats \
/var/backups/mysql-dbs/. \
/mnt/bkp/var/backups/mysql-dbs/.
The
2018 Nov 30
2
Fw: AD usres are not show in Domain Controller when apply setfacl command
Dear Rowland Penny
I follow your mentioned step still i am face the same problem
I have 1 Domain Controller [sambadc] and 1 Domain member for Samba Share and backup [backupserver]
1.when try view the ACL rights is backup server i can able view the domain user name
[root at backupserver Rishinox]# getfacl /ADHDD/Rishinox/
getfacl: Removing leading '/' from absolute path names
# file:
2010 Jun 03
1
rsync via restricted ssh command=
I've read a few tutorials about how to use rsync via ssh using the
command= functionality to restrict where the user can sync to. I've
got this on the on the destination side in it's ~/.ssh/authorized_keys...
command="rsync --server -vvnlogDtpre.iLsf --timeout=999 . bkp",no-port-forwarding,no-X11-forwarding,no-agent-forwarding ssh-rsa AAetc
I've tried variations of the
2018 Feb 22
4
What is exit code 5888?
rsync v3.1.0
linux v4.4.104-39-default x86_64
Found in the system log:
2018-02-22T05:02:00-0700 sma-server3 python3[31371]: backintime
(sma-user3x/3): WARNING: Command "rsync -rtDHh --links --no-p --no-g
--no-o --info=progress2 --no-i-r --delete --delete-excluded -i
--dry-run --out-format="BACKINTIME: %i %n%L" --chmod=Du+wx
--exclude="/bkp/cgate-backintime"
2007 Dec 06
1
Delete files using no recursion
Hi all,
I'm running rsync (2.6.2) this way (which do not remove files from the
destination side which were removed from the sending side):
rsync -vbu --backup-dir=/bkp --stats /dir1/*.fle /dir2
I want to sync all .fle files from dir1 to the dir2 and also remove
files from the destination which were removed from the sending side,
using no recursion. Already tried this:
2010 Jan 26
5
Auto exit lftp on bash script
Hello again!
I have this piece od code:
#####################
#lftp will make the backup
lftp -u user,password -e "mirror --reverse --delete --only-newer
--verbose /var/bkp /test_bkp" somehost.com >> $LOGFILE
# end log file
date >> $LOGFILE
echo "Backup Completo!" >> $LOGFILE
#####################
Everything is fine, but the bash scrip dosn't complete
2011 Oct 26
1
Re: Keylogger question
micdhack wrote:
> My wow account was hacked and since i logged in more from ubuntu than windows i wanted to ask if it is possible a keylogger to be installed through wine and if it could start automatically to monitor the system each time linux starts or each time i start some wine application.
> By the way i used antivirus to scan linux and wine directories and nothing was found
In my
2009 Apr 28
1
rsync fails with "Permission denied" errors on random files over NFS
Hi
I use rsync for daily backups from a mailserver.
Every day the mailserver pushes backup to the backupserver.
Cron runs the command:
rsync -q -zrlpt --specials --chmod=Du+rwx \
--rsh 'ssh -F /root/ssh/config -i /root/ssh/private.key -o
UserKnownHostsFile=/root/ssh/known_hosts' \
--files-from=/root/include \
--exclude-from=/root/exclude \
--link-dest=../previous \
/
2006 May 23
1
Problems with "net rpc trustdom establish"
Hello peaplo.
I?m training to establish a domain relationship.
The first comand "#net rpc trustdom adm aaa -S bkp -U root%111 -I
192.168.0.1" is working fine.
But when a trai to establish with this command: "#net rpc trustdom establish
adm -S bkp -U root%111 -I 192.168.0.1"
I receive this message:
[2006/05/23 18:16:45, 0] utils/net_rpc.c:rpc_trustdom_establish(4632)
2008 Sep 29
2
scp partition "not a regular file"
Hi list,
should it be possible to scp a partition with this command:
scp /dev/sda7 backupserver:/backup/sda7.img
I always get "not a regular file" - which is a clear and understandable
error, but my googling tells me that some people are doing this - and it
seems to work - at least at their systems.
I know that I can avoid this by simply doing
dd if=/dev/sda7 | ssh backupserver dd
2018 Apr 25
1
RMAN backups on Glusters
Sending again.
Can somebody please take a look and let me know is this is doable?
Folks,
We have glusters with version 3.8.13 and we are using that for RMAN backups.
We get errors/warnings,
RMAN-03009: failure of backup command on C1 channel at 03/28/2018 16:55:43
ORA-19510: failed to set size of 184820 blocks for file
2008 Apr 16
5
how to handle a random password in a config file?
Hi I''m trying to configure bacula''s config file. The issue is
everytime the script runs a new key gets generated for bacula.
How can I have the config file update only run once with puppet, yet
replace the default bacula-fd.conf file.
script listed below:
class bacula-client {
# define which server to use
case $datacenter {
1: { $backupserver
2004 Feb 26
2
remote files not being deleted
I've got an issue with remote files being deleted after the local file has
been deleted. For some reason, this isn't happening. I'm running rsync
2.5.6 protocol 26 (yes, I know there are newer versions, but logistics
dictates that I can't upgrade right now). I have used
the --delete, --delete-after, and --ignore-errors options in all sorts of
combinations.
An example of the
2010 Feb 17
2
rsync'ing a directory with nothing but symlinks
Hi all. This looks like a common question. I want to backup a dir, in
which i put some symlinks, so it looks like
machinegun:/tmp/daily_backup # ls -la
total 8
drwxr-xr-x 2 root root 4096 2010-02-17 17:41 .
drwxrwxrwt 19 root root 4096 2010-02-17 17:30 ..
lrwxrwxrwx 1 root root 16 2010-02-17 17:41 cgi-bin -> /srv/www/cgi-bin
lrwxrwxrwx 1 root root 4 2010-02-17 17:17 etc -> /etc
2018 Nov 28
2
Fw: AD usres are not show in Domain Controller when apply setfacl command
Dear Team I show below my problem when try to apply setfacl to share directory in domain controller
My Problem is:
I have one Samba AD [4.1] it work fine. I create common share folder in domain controller when try to apply ACL permission it show the following message
[root at sambadc ~]# setfacl -m "u:RISHI\Administrator:rwx" /ADD_Drive/Samplesetfacl: Option -m: Invalid argument near