-
Notifications
You must be signed in to change notification settings - Fork 5
Backup Journal
Creates a complete backup of your journal entries.
Backup-Journal [-BackupLocation <String>] [-Password <String>] [-SaveLocation] [-SavePassword]
[-RootDirectory <String>] [<CommonParameters>]
Creates a password-protected zip archive of all files contained in the journal root directory and saves it to the specified location.
Backup-Journal
Backup your journal using previously saved location and password. If a password and save location have not both been previously saved, the command will fail.
Backup-Journal -BackupLocation C:\My\Secret\Location -SaveLocation -Password "secret123" -SavePassword
Backup your journal to the specified location with the provided password, and save the location and password values for future use.
The path to directory where backups should be saved. This is required if a location has not been previously saved.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThe password to apply to the archive. If none is provided, the archive will not be protected.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThe path to the root directory for the journal. This is required if it has not been previously saved using the Set-DefaultJournalLocation cmdlet.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseSaves the specified location for future use.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseSaves the specified password for future use.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.