Displaying 6 results from an estimated 6 matches for "2hd".
Did you mean:
2d
2018 May 03
2
Getting --delete to work, simply
...39; \
--include='s*' --exclude='*' \
/share/Public/videos/ /share/Backup-HDD-04
I then got the following result (yes, in dry-run mode):
NASD30354.ZADMIN <802> ./Backup-HDD-04.list.sh
sending incremental file list
>f+++++++++ Sense8/Season-1/sense8.s01e01.1080p.webrip.x264-2hd.mkv
>f+++++++++ Sense8/Season-1/sense8.s01e02.1080p.webrip.x264-2hd.mkv
>f+++++++++ Sense8/Season-1/sense8.s01e03.1080p.webrip.x264-2hd.mkv
>f+++++++++ Sense8/Season-1/sense8.s01e04.1080p.webrip.x264-2hd.mkv
>f+++++++++ Sense8/Season-1/sense8.s01e05.1080p.webrip.x264-2hd.mkv
>f++++++...
2018 May 03
0
Getting --delete to work, simply
...ude='*' \
> /share/Public/videos/ /share/Backup-HDD-04
>
> I then got the following result (yes, in dry-run mode):
>
> NASD30354.ZADMIN <802> ./Backup-HDD-04.list.sh
> sending incremental file list
>> f+++++++++ Sense8/Season-1/sense8.s01e01.1080p.webrip.x264-2hd.mkv
>> f+++++++++ Sense8/Season-1/sense8.s01e02.1080p.webrip.x264-2hd.mkv
>> f+++++++++ Sense8/Season-1/sense8.s01e03.1080p.webrip.x264-2hd.mkv
>> f+++++++++ Sense8/Season-1/sense8.s01e04.1080p.webrip.x264-2hd.mkv
>> f+++++++++ Sense8/Season-1/sense8.s01e05.1080p.webrip.x264...
2018 May 03
2
Getting --delete to work, simply
rsync version 3.1.2 protocol version 31
I've run into an issue using rsync on my QNAP NAS. I've installed Entware-ng
on the NAS so that I can install better versions of programs, rsync being
one of them.
But, I've run into an issue wqith using the --delete option, as it has
problems using wildcards.
Initially a backup script looked like:
#!/bin/sh
for d in
2017 Mar 06
2
Missing security tab samba 4.1.13
>> I just realized that I omitted an important piece of information and
>> that is that I am using a separate EXT4 volume for my shares. I just
>> did a test and it seems that shares on the same volume as sysvol and
>> netlogon funtion as expected but shares on the second volume have the
>> issue.
>>
>> I just mounted that second volume with explicit acl
2017 Mar 06
0
Missing security tab samba 4.1.13
...Workgroup Master
--------- -------
Lets connect to 'data2'
rowland at devstation:~$ smbclient \\\\dc1\\data2
Enter rowland's password:
Domain=[SAMDOM] OS=[Windows 6.1] Server=[Samba 4.5.3]
smb: \>
and here is the share in smb.conf:
[data2]
path = /mnt/2HD/thinkpad/rowland
read only = no
And here is the kicker, it isn't just on a different partition, it is
on a different Disk!
Rowland
2017 Mar 06
4
Missing security tab samba 4.1.13
... -------
>
>Lets connect to 'data2'
>
>rowland at devstation:~$ smbclient \\\\dc1\\data2
>Enter rowland's password:
>Domain=[SAMDOM] OS=[Windows 6.1] Server=[Samba 4.5.3]
>smb: \>
>
>and here is the share in smb.conf:
>
>[data2]
>path = /mnt/2HD/thinkpad/rowland
>read only = no
>
>And here is the kicker, it isn't just on a different partition, it is
>on a different Disk!
>
>Rowland
What do you know: I experimented a bit with directory depths and all of a sudden I get the security tab. Me happy. For a very short while...