Re: [BackupPC-users] BackupPC_deleteFile immediate exit

2021-07-02 Thread Omar Speranza via BackupPC-users

Il 02/07/2021 10:54, Omar Speranza via BackupPC-users ha scritto:

The same command on host2 immediately exit without errors
and it doesn't remove anything :-(

My host2 contains many .git dirs, but they seems to be ignored by script 
:-(


I found (studying) the answer
In the host2 .git dirs al placed in differente path so I must declare 
the correct path name after -m option


RTFM is the answer as usual :-)

Thanks!




--
Omar


___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:https://github.com/backuppc/backuppc/wiki
Project: https://backuppc.github.io/backuppc/


[BackupPC-users] BackupPC_deleteFile immediate exit

2021-07-02 Thread Omar Speranza via BackupPC-users

Hi,
sorry for my english

I'm running 3.3.2 version

I have succesfully deleted any .git directory from any share of my 
hostname1


with this command

BackupPC_deleteFile -d 4 -h host -n - -s - -r -m .git

The same command on host2 immediately exit without errors
and it doesn't remove anything :-(

My host2 contains many .git dirs, but they seems to be ignored by script :-(


This is the output:

[host2][][20 37 43 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 
70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 
94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 
113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 
131 132 133 134 135][]

  ANTE[host2]:
  BAKS[host2]: 20 37 43 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 
68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 
92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 
112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 
130 131 132 133 134 135

  POST[host2]:
  LOOKING AT: [host2] [][20 37 43 52 53 54 55 56 57 58 59 60 61 62 63 
64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 
88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 
109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 
127 128 129 130 131 132 133 134 135][] **NO DELETIONS ON THIS HOST**



Files/directories deleted: 0(0) Files/directories copied: 0
Delete attrib set: 0Attributes cleared: 0
Empty attrib files deleted: 0   Errors: 0

What I'm wrong?

Any help would be appreciated, thanks :-)



--
Omar


___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:https://github.com/backuppc/backuppc/wiki
Project: https://backuppc.github.io/backuppc/