Displaying 4 results from an estimated 4 matches for "hiberfil".
2014 Aug 21
0
Smbclient With Tarmode and Excludes
...an.knebb.de\\C "xxxxx" -U backuppc -E -d 2 -c
tarmode\ full -TcrX - "\Apps\*" >/bu.tar
Now I tried to exclude a single file from backup as follows:
smbclient \\\\christian.knebb.de\\C "xxxxx" -U backuppc -E -d 2 -c
tarmode\ full -TcrX - "\Apps\*" "\hiberfil.sys" >/bu.tar
Unfortunately smbclient always tries to backup the file- which is
obviously always locked and thus smbclient aborts:
[...]
NT_STATUS_SHARING_VIOLATION opening remote file \hiberfil.sys (\)
NT_STATUS_SHARING_VIOLATION listing \\*
tar: dumped 84 files and directories
Total byte...
2003 Nov 14
1
smclient-excludes
...a-users,
I am using Amanda to backup WinNT-shares.
Amanda uses smbclient to generate smbtar-archives which it then writes
to tape.
As you all know there are various files on Windows-system-partitions
that don?t need to be on backup.
For example stuff like
pagefile.sys
System Volume Information
hiberfil.sys
and the registry files.
So there is a need to exclude files from getting into the
archives/tapes. One reason is to keep stuff small, another is to
eliminate annoying errors coming from open files.
---
smbclient can exclude stuff via the "-X" option.
Jon LaBadie and I have tried v...
2003 Dec 17
5
Rsyncing Windows directory to a Linux box: problem with spacesin directory names
>
> >> > I am trying to rsync folders/files hosted on a Windows
> machine to a
> >> > Linux machine. Many of the directory names have spaces in them.
> >> > How can I list them in a file so that the --include-from
> option use
> >> > them correctly?
> >> > Thanks!
> >> >
> >> > Charles
> >>
2002 Oct 17
1
newbie problem: can't mount win xp disk into linux (regkey is set)
Got two machines connected via a 10MBit Hub:
One Slackware Linux 8.1 with eth0 = Realtek8139 (working fine),
one WindowsXP Pro, same NIC, registry key for proper auth is set.
The Windows machine is called xerxes on which the C dir is shared, and there
is /mnt/xerxes/ on the Linux box.
The command:
# mount -t smbfs -o username=(username on win machine),password=(passwd on win
# machine)