Powershell is up in the morning

Acrosync is running as a service at 8PM on Auto Upload.
The email I got at 8PM said everything was fine. But in the morning I came in and powershell was on the screen with this.
This is just a partial listing as this forum will not let me post it all.
Is this normal operation?



------------------------------------------------------------------------------------------
Copy-Item : Could not find a part of the path 'G:\Seagate NAS Backup\HP_Shared_Documents\AAA MEDIA LIBRARY\Product
Images\Walkin Wheels\archive\Archive Walkin Wheels\PHOTOS Mcr 1 2011\Post On Hpets\add to site\blink dogs\FW request
for a blind helmet for Dachshund-pictures of Stretch_files\colorschememapping.xml'.
At line:1 char:1
+ Copy-Item \\192.168.1.45\HP_Shared_Documents\* -Recurse -Force 'G:\Se ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : WriteError: (colorschememapping.xml:FileInfo) [Copy-Item], DirectoryNotFoundException
    + FullyQualifiedErrorId : CopyDirectoryInfoItemIOError,Microsoft.PowerShell.Commands.CopyItemCommand

Copy-Item : Could not find a part of the path '\\192.168.1.45\HP_Shared_Documents\Mikayla\Documents\time sheet -
mikayla@handicappedpets.com - HandicappedPets.com Mail_files\tu4qgcLDG-wTQAia3YgJt4sdTIMKY6vkW0-sLlcOHk1Zi1xg3wItptpfdm
OHPaD9v7YTx-zdjRUeibDE9VBJKkA-PNU-nSAimKWNWB-fjSmNCLdnyQS8xtkrSzS7fk24qaGbg'.
At line:1 char:1
+ Copy-Item \\192.168.1.45\HP_Shared_Documents\* -Recurse -Force 'G:\Se ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Copy-Item : Could not find a part of the path 'G:\Seagate NAS Backup\HP_Shared_Documents\2018 Mfg design\GrabCAD\012_Ha
ndicapped-Pets_Project-CAD-Source-Files_Archive\2006121-Cart_Series\AA100_Medium-Cart\000_Obsolete\131_Small-Cart-Top-L
evel-CAD\000_Obsolete\001 - 11-May-2016\X321-Mini-Cart-Knuckle-Body.SLDPRT'.
At line:1 char:1
+ Copy-Item \\192.168.1.45\HP_Shared_Documents\* -Recurse -Force 'G:\Se ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : WriteError: (X321-Mini-Cart-Knuckle-Body.SLDPRT:FileInfo) [Copy-Item], DirectoryNotFound
   Exception
    + FullyQualifiedErrorId : CopyDirectoryInfoItemIOError,Microsoft.PowerShell.Commands.CopyItemCommand

Comments

  • Did you meant that these messages in powershell were produced by Acrosync?
  • Yes, they were produced by Acrosync.
    I checked the acrosync log 
    C:\WINDOWS\system32\config\systemprofile\AppData\Local\AcrosyncClient64/acrosync_client.log


    And all it says is

    2018/07/19 20:00:06 RSYNC_FINISH Uploaded Y:/: up to date

    I'd like to see a list of files that were not backed up, like I do when Acrosync is not running as a service. ANd I'd like powershell not to be displayed in the morning. It frightens my employees.

  • I don't think these messages were produced by Acrosync.  The log messages produced by Acrosync always start with the time and an ID, like '2018/07/19 20:00:06 RSYNC_FINISH Uploaded Y:/: up to date'.  And there is no way log messages produced by a program running as service would get into the powershell. 
Sign In or Register to comment.